This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 105c8cd [OpenMP] Codegen support for 'target teams' on the host. new f6a1ff2 Reverting commit because an NVPTX patch sneaked in. Break up [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Basic/OpenMPKinds.cpp | 5 +- lib/CodeGen/CGOpenMPRuntime.cpp | 75 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 1 - lib/CodeGen/CGStmtOpenMP.cpp | 65 +- lib/CodeGen/CodeGenFunction.h | 3 - lib/Sema/SemaOpenMP.cpp | 11 +- test/OpenMP/target_teams_codegen.cpp | 802 --------------------- test/OpenMP/target_teams_codegen_registration.cpp | 437 ----------- .../target_teams_codegen_registration_naming.cpp | 66 -- 9 files changed, 41 insertions(+), 1424 deletions(-) delete mode 100644 test/OpenMP/target_teams_codegen.cpp delete mode 100644 test/OpenMP/target_teams_codegen_registration.cpp delete mode 100644 test/OpenMP/target_teams_codegen_registration_naming.cpp