This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7a9019d153 Recommit r350555 "[X86] Use funnel shift intrinsics for the [...] new 95d3faa7e8 [OPENMP]Add call to __kmpc_push_target_tripcount() function.
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 | 189 +++++++++++++++++++++ lib/CodeGen/CGOpenMPRuntime.h | 9 + lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 4 +- lib/CodeGen/CGStmtOpenMP.cpp | 10 ++ ...arget_teams_distribute_parallel_for_codegen.cpp | 4 + ...et_teams_distribute_parallel_for_if_codegen.cpp | 5 + ..._teams_distribute_parallel_for_simd_codegen.cpp | 7 +- ...ams_distribute_parallel_for_simd_if_codegen.cpp | 5 + test/OpenMP/teams_distribute_codegen.cpp | 6 +- .../teams_distribute_parallel_for_codegen.cpp | 4 + .../teams_distribute_parallel_for_simd_codegen.cpp | 4 + test/OpenMP/teams_distribute_simd_codegen.cpp | 4 + 12 files changed, 247 insertions(+), 4 deletions(-)