This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4eaf83fa60 [libclang] Check for a record declaration before a template [...] new 9964f5200e [PGO] Update test now that we don't call IndirectCallPromotion. new 62a81dfaec Recommit of [OpenMP] Initial implementation of code generati [...]
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: lib/CodeGen/CGOpenMPRuntime.cpp | 22 +- lib/CodeGen/CGOpenMPRuntime.h | 40 +- lib/CodeGen/CGStmtOpenMP.cpp | 436 +++- lib/CodeGen/CodeGenFunction.h | 96 +- test/CodeGen/pgo-sample-thinlto-summary.c | 4 +- test/OpenMP/distribute_parallel_for_codegen.cpp | 2260 ++++++++++++++++++++ ...istribute_parallel_for_firstprivate_codegen.cpp | 619 ++++++ test/OpenMP/distribute_parallel_for_if_codegen.cpp | 192 ++ ...istribute_parallel_for_lastprivate_codegen.cpp} | 368 +++- ...distribute_parallel_for_num_threads_codegen.cpp | 121 ++ ...=> distribute_parallel_for_private_codegen.cpp} | 123 +- .../distribute_parallel_for_proc_bind_codegen.cpp | 93 + 12 files changed, 4187 insertions(+), 187 deletions(-) create mode 100644 test/OpenMP/distribute_parallel_for_codegen.cpp create mode 100644 test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp create mode 100644 test/OpenMP/distribute_parallel_for_if_codegen.cpp copy test/OpenMP/{distribute_lastprivate_codegen.cpp => distribute_parallel_for_la [...] create mode 100644 test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp copy test/OpenMP/{distribute_private_codegen.cpp => distribute_parallel_for_privat [...] create mode 100644 test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp