This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b824f3553d Fix a (slightly weird) 'comma operator within array index ex [...] new 76e3b89942 [OPENMP] Add default codegen|tests for '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: lib/CodeGen/CGStmtOpenMP.cpp | 9 +- test/OpenMP/target_parallel_for_codegen.cpp | 232 +++++++++++++++++++++++ test/OpenMP/target_parallel_for_simd_codegen.cpp | 232 +++++++++++++++++++++++ 3 files changed, 472 insertions(+), 1 deletion(-) create mode 100644 test/OpenMP/target_parallel_for_codegen.cpp create mode 100644 test/OpenMP/target_parallel_for_simd_codegen.cpp