This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ad2da73ac3 [Sema] Warn about unused variables if we can constant evalua [...] new 397c91b003 [OpenCL] Emit enqueued block as kernel
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/CGBlocks.cpp | 28 +++- lib/CodeGen/CGBuiltin.cpp | 88 +++++++----- lib/CodeGen/CGOpenCLRuntime.cpp | 36 +++++ lib/CodeGen/CGOpenCLRuntime.h | 14 ++ lib/CodeGen/CodeGenFunction.h | 16 ++- lib/CodeGen/CodeGenTypes.h | 5 +- lib/CodeGen/TargetInfo.cpp | 111 +++++++++++++++ lib/CodeGen/TargetInfo.h | 10 ++ test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl | 36 +++++ test/CodeGenOpenCL/blocks.cl | 2 + test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 188 +++++++++++++++++++++---- 11 files changed, 462 insertions(+), 72 deletions(-) create mode 100644 test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl