[PATCH] D16553: [OpenMP] Parsing + sema for target parallel directive.

Arpith Jacob via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 25 12:43:47 PST 2016


arpith-jacob created this revision.
arpith-jacob added reviewers: hfinkel, kkwli0, sfantao, carlo.bertolli, AlexEichenberger, ABataev.
arpith-jacob added subscribers: cfe-commits, fraggamuffin, caomhin.

This patch adds parsing + sema for the target parallel directives along with testcases.

http://reviews.llvm.org/D16553

Files:
  include/clang-c/Index.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/AST/StmtOpenMP.h
  include/clang/Basic/OpenMPKinds.def
  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/nesting_of_regions.cpp
  test/OpenMP/target_parallel_ast_print.cpp
  test/OpenMP/target_parallel_default_messages.cpp
  test/OpenMP/target_parallel_defaultmap_messages.cpp
  test/OpenMP/target_parallel_depend_messages.cpp
  test/OpenMP/target_parallel_device_messages.cpp
  test/OpenMP/target_parallel_firstprivate_messages.cpp
  test/OpenMP/target_parallel_if_messages.cpp
  test/OpenMP/target_parallel_map_messages.cpp
  test/OpenMP/target_parallel_messages.cpp
  test/OpenMP/target_parallel_nowait_messages.cpp
  test/OpenMP/target_parallel_num_threads_messages.cpp
  test/OpenMP/target_parallel_private_messages.cpp
  test/OpenMP/target_parallel_proc_bind_messages.cpp
  test/OpenMP/target_parallel_reduction_messages.cpp
  test/OpenMP/target_parallel_shared_messages.cpp
  tools/libclang/CIndex.cpp
  tools/libclang/CXCursor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16553.45903.patch
Type: text/x-patch
Size: 133386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160125/155562af/attachment-0001.bin>


More information about the cfe-commits mailing list