This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0e8934cb92 Calculate size of buffer instead of using a magic value. new b15c783295 [OpenMP] Initial implementation of code generation for pragm [...]
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 | 6 +- lib/CodeGen/CGOpenMPRuntime.cpp | 5 + lib/CodeGen/CGStmtOpenMP.cpp | 60 ++- lib/CodeGen/CodeGenFunction.h | 4 + lib/Sema/SemaOpenMP.cpp | 62 ++- ...arget_teams_distribute_parallel_for_codegen.cpp | 118 ++++++ ...s_distribute_parallel_for_collapse_codegen.cpp} | 29 +- ...tribute_parallel_for_dist_schedule_codegen.cpp} | 47 +-- ...stribute_parallel_for_firstprivate_codegen.cpp} | 143 ++++--- ...t_teams_distribute_parallel_for_if_codegen.cpp} | 32 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 454 +++++++++++++++++++++ ...ms_distribute_parallel_for_private_codegen.cpp} | 118 +++--- ..._distribute_parallel_for_proc_bind_codegen.cpp} | 16 +- ..._distribute_parallel_for_reduction_codegen.cpp} | 77 ++-- ...s_distribute_parallel_for_schedule_codegen.cpp} | 66 ++- 15 files changed, 956 insertions(+), 281 deletions(-) create mode 100644 test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp copy test/OpenMP/{teams_distribute_parallel_for_collapse_codegen.cpp => target_tea [...] copy test/OpenMP/{teams_distribute_parallel_for_dist_schedule_codegen.cpp => targe [...] copy test/OpenMP/{teams_distribute_parallel_for_simd_firstprivate_codegen.cpp => t [...] copy test/OpenMP/{teams_distribute_parallel_for_if_codegen.cpp => target_teams_dis [...] create mode 100644 test/OpenMP/target_teams_distribute_parallel_for_lastprivate_co [...] copy test/OpenMP/{teams_distribute_parallel_for_private_codegen.cpp => target_team [...] copy test/OpenMP/{teams_distribute_parallel_for_proc_bind_codegen.cpp => target_te [...] copy test/OpenMP/{teams_distribute_parallel_for_reduction_codegen.cpp => target_te [...] copy test/OpenMP/{teams_distribute_parallel_for_schedule_codegen.cpp => target_tea [...]