This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 58da69133b Indent code blocks so they are actually treated as such new 36ff1ba8ff [OPENMP] Codegen for `target simd` construct.
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 | 4 +- lib/CodeGen/CGOpenMPRuntime.cpp | 4 + lib/CodeGen/CGStmtOpenMP.cpp | 178 +++++++++-------- lib/CodeGen/CodeGenFunction.h | 16 +- lib/Sema/SemaOpenMP.cpp | 13 +- ...arallel_codegen.cpp => target_simd_codegen.cpp} | 220 ++++++--------------- ...on.cpp => target_simd_codegen_registration.cpp} | 22 +-- ...=> target_simd_codegen_registration_naming.cpp} | 6 +- 8 files changed, 198 insertions(+), 265 deletions(-) copy test/OpenMP/{target_parallel_codegen.cpp => target_simd_codegen.cpp} (71%) copy test/OpenMP/{target_parallel_for_codegen_registration.cpp => target_simd_code [...] copy test/OpenMP/{target_parallel_for_codegen_registration_naming.cpp => target_si [...]