This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f1783d109f [OpenCL] Fix layering violation by getOpenCLTypeAddrSpace new f41523819e [OPENMP] Initial codegen for `teams distribute simd` directive.
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/CGStmtOpenMP.cpp | 36 +++++++++++------ lib/Sema/SemaOpenMP.cpp | 18 +++++++-- ...degen.cpp => teams_distribute_simd_codegen.cpp} | 46 ++++++++++++---------- ... => teams_distribute_simd_collapse_codegen.cpp} | 9 +++-- ...eams_distribute_simd_dist_schedule_codegen.cpp} | 20 +++++----- ...teams_distribute_simd_firstprivate_codegen.cpp} | 7 ++-- ... teams_distribute_simd_lastprivate_codegen.cpp} | 46 +++++++++++----------- ...p => teams_distribute_simd_private_codegen.cpp} | 7 ++-- ...=> teams_distribute_simd_reduction_codegen.cpp} | 7 ++-- 9 files changed, 116 insertions(+), 80 deletions(-) copy test/OpenMP/{teams_distribute_parallel_for_codegen.cpp => teams_distribute_si [...] copy test/OpenMP/{teams_distribute_collapse_codegen.cpp => teams_distribute_simd_c [...] copy test/OpenMP/{teams_distribute_dist_schedule_codegen.cpp => teams_distribute_s [...] copy test/OpenMP/{teams_distribute_firstprivate_codegen.cpp => teams_distribute_si [...] copy test/OpenMP/{teams_distribute_lastprivate_codegen.cpp => teams_distribute_sim [...] copy test/OpenMP/{teams_distribute_private_codegen.cpp => teams_distribute_simd_pr [...] copy test/OpenMP/{teams_distribute_reduction_codegen.cpp => teams_distribute_simd_ [...]