This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a7540887e8 Add a missing "REQUIRES: system-windows" to a Windows-only test. new 56cd6a05c2 [OPENMP] Codegen for `#pragma omp target parallel for`.
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: include/clang/AST/Stmt.h | 3 + include/clang/AST/StmtOpenMP.h | 4 +- lib/Basic/OpenMPKinds.cpp | 2 +- lib/CodeGen/CGOpenMPRuntime.cpp | 4 + lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 1 + lib/CodeGen/CGStmtOpenMP.cpp | 43 +- lib/CodeGen/CodeGenFunction.h | 4 + lib/Sema/SemaOpenMP.cpp | 82 +- test/OpenMP/target_parallel_for_codegen.cpp | 948 +++++++++++++++++---- ...> target_parallel_for_codegen_registration.cpp} | 96 ++- ...t_parallel_for_codegen_registration_naming.cpp} | 10 +- ...n.cpp => target_parallel_for_debug_codegen.cpp} | 24 +- 12 files changed, 960 insertions(+), 261 deletions(-) copy test/OpenMP/{target_teams_codegen_registration.cpp => target_parallel_for_cod [...] copy test/OpenMP/{target_parallel_codegen_registration_naming.cpp => target_parall [...] copy test/OpenMP/{target_parallel_debug_codegen.cpp => target_parallel_for_debug_c [...]