This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from afa3384a4e [asan] Disable ASan global-GC depending on the target and co [...] new 033a0e463c Revert r301223
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/CGOpenMPRuntime.cpp | 22 +- lib/CodeGen/CGOpenMPRuntime.h | 40 +- lib/CodeGen/CGStmtOpenMP.cpp | 436 +--- lib/CodeGen/CodeGenFunction.h | 96 +- test/OpenMP/distribute_parallel_for_codegen.cpp | 2260 -------------------- ...istribute_parallel_for_firstprivate_codegen.cpp | 619 ------ test/OpenMP/distribute_parallel_for_if_codegen.cpp | 192 -- ...distribute_parallel_for_lastprivate_codegen.cpp | 653 ------ ...distribute_parallel_for_num_threads_codegen.cpp | 121 -- .../distribute_parallel_for_private_codegen.cpp | 297 --- .../distribute_parallel_for_proc_bind_codegen.cpp | 93 - 11 files changed, 123 insertions(+), 4706 deletions(-) delete mode 100644 test/OpenMP/distribute_parallel_for_codegen.cpp delete mode 100644 test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp delete mode 100644 test/OpenMP/distribute_parallel_for_if_codegen.cpp delete mode 100644 test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp delete mode 100644 test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp delete mode 100644 test/OpenMP/distribute_parallel_for_private_codegen.cpp delete mode 100644 test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp