This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f7053ec AMDGPU/SI: Use amdgpu_kernel calling convention for OpenCL kernels. new a845388 [OPENMP 4.0] Codegen for 'declare 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/CGOpenMPRuntime.cpp | 225 +++++++++++++++++++++++++++ lib/CodeGen/CGOpenMPRuntime.h | 7 + lib/CodeGen/CodeGenFunction.cpp | 2 + test/OpenMP/declare_simd_codegen.cpp | 288 +++++++++++++++++++++++++++++++++++ 4 files changed, 522 insertions(+) create mode 100644 test/OpenMP/declare_simd_codegen.cpp