This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7bbe1bb4ce [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR new 1d00b51338 [OPENMP] Codegen for `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 | 75 ++++++++---- lib/Sema/SemaOpenMP.cpp | 14 ++- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 9 ++ ...ute_codegen.cpp => distribute_simd_codegen.cpp} | 19 +-- ...pp => distribute_simd_firstprivate_codegen.cpp} | 8 +- ...cpp => distribute_simd_lastprivate_codegen.cpp} | 19 ++- ...gen.cpp => distribute_simd_private_codegen.cpp} | 10 +- ...n.cpp => distribute_simd_reduction_codegen.cpp} | 136 +++++++++------------ 8 files changed, 174 insertions(+), 116 deletions(-) copy test/OpenMP/{distribute_codegen.cpp => distribute_simd_codegen.cpp} (96%) copy test/OpenMP/{distribute_firstprivate_codegen.cpp => distribute_simd_firstpriv [...] copy test/OpenMP/{distribute_lastprivate_codegen.cpp => distribute_simd_lastprivat [...] copy test/OpenMP/{distribute_private_codegen.cpp => distribute_simd_private_codege [...] copy test/OpenMP/{teams_distribute_reduction_codegen.cpp => distribute_simd_reduct [...]