This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from afb56af [Clang][BuiltIn][AVX512] adding _mm{|256|512}_mask_cvt{s|us|} [...] new 98ff6b1 ntrinsics _mm256_permutexvar_epi64 doesn't accept three param [...] new 2a6f449 [OpenCL] An implementation of device side enqueue (DSE) from [...]
The 2 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/Type.h | 14 ++ include/clang/Basic/Builtins.def | 6 + include/clang/Basic/DiagnosticSemaKinds.td | 14 ++ lib/CodeGen/CGBuiltin.cpp | 142 +++++++++++++ lib/Headers/avx512vlintrin.h | 2 +- lib/Headers/opencl-c.h | 6 - lib/Sema/SemaChecking.cpp | 264 +++++++++++++++++++++++-- lib/Sema/SemaInit.cpp | 4 +- test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 110 +++++++++++ test/SemaOpenCL/cl20-device-side-enqueue.cl | 172 ++++++++++++++++ 10 files changed, 714 insertions(+), 20 deletions(-) create mode 100644 test/CodeGenOpenCL/cl20-device-side-enqueue.cl create mode 100644 test/SemaOpenCL/cl20-device-side-enqueue.cl