[PATCH] D15125: [OPENMP] 'omp distribute' directive basic support.
Carlo Bertolli via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 1 12:16:24 PST 2015
carlo.bertolli created this revision.
carlo.bertolli added reviewers: hfinkel, ABataev, rjmccall.
carlo.bertolli added subscribers: sfantao, cfe-commits.
carlo.bertolli set the repository for this revision to rL LLVM.
This patch includes parsing and semantic analysis for 'omp distribute' directive for OpenMP 4.5 and regression tests. All clauses present in OpenMP 4.5 for the 'omp distribute' directive are present.
Repository:
rL LLVM
http://reviews.llvm.org/D15125
Files:
include/clang-c/Index.h
include/clang/AST/OpenMPClause.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/StmtOpenMP.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/OpenMPKinds.def
include/clang/Basic/OpenMPKinds.h
include/clang/Basic/StmtNodes.td
include/clang/Sema/Sema.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/StmtOpenMP.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Basic/OpenMPKinds.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CodeGenFunction.h
lib/Parse/ParseOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
test/OpenMP/distribute_ast_print.cpp
test/OpenMP/distribute_collapse_messages.cpp
test/OpenMP/distribute_dist_schedule_messages.cpp
test/OpenMP/distribute_firstprivate_messages.cpp
test/OpenMP/distribute_private_messages.cpp
test/OpenMP/nesting_of_regions.cpp
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15125.41550.patch
Type: text/x-patch
Size: 94687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151201/e93401f4/attachment-0001.bin>
More information about the cfe-commits
mailing list