This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d430af98c [OPENMP] Support `reduction` clause on target-based directives. new e3e5f4e1c6 [OPENMP] Initial codegen for `target teams distribute simd` [...]
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: include/clang/AST/StmtOpenMP.h | 4 +- lib/Basic/OpenMPKinds.cpp | 2 +- lib/CodeGen/CGOpenMPRuntime.cpp | 4 ++ lib/CodeGen/CGStmtOpenMP.cpp | 56 +++++++++++++++++----- lib/CodeGen/CodeGenFunction.h | 4 ++ lib/Sema/SemaOpenMP.cpp | 19 ++++++-- ...pp => target_teams_distribute_simd_codegen.cpp} | 28 ++++++----- ...teams_distribute_simd_codegen_registration.cpp} | 25 +++++----- ...istribute_simd_codegen_registration_naming.cpp} | 9 ++-- ...get_teams_distribute_simd_collapse_codegen.cpp} | 6 +-- ...eams_distribute_simd_dist_schedule_codegen.cpp} | 18 +++---- ...teams_distribute_simd_firstprivate_codegen.cpp} | 6 +-- ..._teams_distribute_simd_lastprivate_codegen.cpp} | 7 +-- ...rget_teams_distribute_simd_private_codegen.cpp} | 6 +-- ...et_teams_distribute_simd_reduction_codegen.cpp} | 6 +-- 15 files changed, 133 insertions(+), 67 deletions(-) copy test/OpenMP/{target_teams_distribute_codegen.cpp => target_teams_distribute_s [...] copy test/OpenMP/{target_teams_distribute_codegen_registration.cpp => target_teams [...] copy test/OpenMP/{target_parallel_for_codegen_registration_naming.cpp => target_te [...] copy test/OpenMP/{target_teams_distribute_collapse_codegen.cpp => target_teams_dis [...] copy test/OpenMP/{target_teams_distribute_dist_schedule_codegen.cpp => target_team [...] copy test/OpenMP/{target_teams_distribute_firstprivate_codegen.cpp => target_teams [...] copy test/OpenMP/{target_teams_distribute_lastprivate_codegen.cpp => target_teams_ [...] copy test/OpenMP/{target_teams_distribute_private_codegen.cpp => target_teams_dist [...] copy test/OpenMP/{target_teams_distribute_reduction_codegen.cpp => target_teams_di [...]