This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1e9879991b Fix an off-by-one mistake in IRGen's copy-construction speci [...] new f5d025e4a3 Fix for different build configurations. new dd7821f809 [OPENMP]Improve detection of number of teams, threads in tar [...]
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 | 554 ++++++++++++++------- lib/CodeGen/CGOpenMPRuntime.h | 5 + lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 94 +--- test/CodeGen/unreachable-ret.c | 4 +- test/OpenMP/distribute_simd_reduction_codegen.cpp | 4 +- test/OpenMP/target_map_codegen.cpp | 4 +- test/OpenMP/target_simd_codegen.cpp | 14 +- test/OpenMP/target_simd_depend_codegen.cpp | 4 +- .../target_teams_distribute_simd_codegen.cpp | 12 +- ...target_teams_distribute_simd_depend_codegen.cpp | 4 +- ..._teams_distribute_simd_firstprivate_codegen.cpp | 14 +- ...arget_teams_distribute_simd_private_codegen.cpp | 4 +- ...get_teams_distribute_simd_reduction_codegen.cpp | 4 +- test/OpenMP/teams_distribute_simd_codegen.cpp | 16 +- .../teams_distribute_simd_firstprivate_codegen.cpp | 6 +- .../teams_distribute_simd_private_codegen.cpp | 4 +- .../teams_distribute_simd_reduction_codegen.cpp | 4 +- 17 files changed, 442 insertions(+), 309 deletions(-)