This patch is to add sema and parsing support for 'target teams' pragma.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D27818
[OpenMP] Sema and parsing for 'target teams' pragma ClosedPublic Authored by kkwli0 on Dec 15 2016, 9:59 AM.
Details Summary This patch is to add sema and parsing support for 'target teams' pragma.
Diff Detail Event Timelinekkwli0 updated this object. kkwli0 retitled this revision from [OpenMP] Sema and parsing for 'target teams' pramga to [OpenMP] Sema and parsing for 'target teams' pragma.Dec 15 2016, 11:29 AM This revision is now accepted and ready to land.Dec 15 2016, 11:29 PM Closed by commit rL290038: [OpenMP] Sema and parsing for 'target teams' pragma (authored by kli). · Explain WhyDec 16 2016, 9:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81607 include/clang-c/Index.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/StmtOpenMP.h
include/clang/Basic/OpenMPKinds.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_teams_ast_print.cpp
test/OpenMP/target_teams_default_messages.cpp
test/OpenMP/target_teams_defaultmap_messages.cpp
test/OpenMP/target_teams_depend_messages.cpp
test/OpenMP/target_teams_device_messages.cpp
test/OpenMP/target_teams_firstprivate_messages.cpp
test/OpenMP/target_teams_if_messages.cpp
test/OpenMP/target_teams_is_device_ptr_ast_print.cpp
test/OpenMP/target_teams_is_device_ptr_messages.cpp
test/OpenMP/target_teams_map_messages.cpp
test/OpenMP/target_teams_messages.cpp
test/OpenMP/target_teams_nowait_messages.cpp
test/OpenMP/target_teams_num_teams_messages.cpp
test/OpenMP/target_teams_private_messages.cpp
test/OpenMP/target_teams_reduction_messages.cpp
test/OpenMP/target_teams_shared_messages.cpp
test/OpenMP/target_teams_thread_limit_messages.cpp
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp
|