This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7006d27 [OpenMP] Codegen support for 'target parallel' on the host. new 751bee9 Warn when calling a non interrupt function from an interrupt on ARM new 4009850 Revert r292374 to debug Windows buildbot failure.
The 2 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: include/clang/AST/StmtOpenMP.h | 20 - include/clang/Basic/DiagnosticSemaKinds.td | 3 + include/clang/Basic/OpenMPKinds.h | 5 - include/clang/Sema/Sema.h | 3 - lib/Basic/OpenMPKinds.cpp | 98 --- lib/CodeGen/CGOpenMPRuntime.cpp | 30 +- lib/CodeGen/CGOpenMPRuntime.h | 15 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 28 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 25 +- lib/CodeGen/CGStmtOpenMP.cpp | 46 +- lib/CodeGen/CodeGenFunction.h | 3 - lib/Sema/SemaExpr.cpp | 9 + lib/Sema/SemaOpenMP.cpp | 68 +- lib/Sema/TreeTransform.h | 8 +- test/OpenMP/target_parallel_codegen.cpp | 802 --------------------- .../target_parallel_codegen_registration.cpp | 437 ----------- ...target_parallel_codegen_registration_naming.cpp | 66 -- test/Sema/arm-interrupt-attr.c | 11 + 18 files changed, 65 insertions(+), 1612 deletions(-) delete mode 100644 test/OpenMP/target_parallel_codegen.cpp delete mode 100644 test/OpenMP/target_parallel_codegen_registration.cpp delete mode 100644 test/OpenMP/target_parallel_codegen_registration_naming.cpp