This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 646f4dd [Clang][Intrinsics][AVX512][BuiltIn] adding intrinsics for vr [...] new d8d4937 AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.
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: include/clang/Basic/Specifiers.h | 4 ++-- lib/AST/ItaniumMangle.cpp | 2 +- lib/AST/Type.cpp | 2 +- lib/AST/TypePrinter.cpp | 2 +- lib/Basic/Targets.cpp | 14 ++++++++++++-- lib/CodeGen/CGCall.cpp | 5 +++-- lib/CodeGen/CGDebugInfo.cpp | 2 +- lib/CodeGen/CodeGenTypes.h | 2 ++ lib/CodeGen/TargetInfo.cpp | 13 +++++++++++++ lib/CodeGen/TargetInfo.h | 3 +++ lib/Sema/SemaType.cpp | 14 +++++++++----- test/CodeGenOpenCL/amdgpu-call-kernel.cl | 14 ++++++++++++++ test/CodeGenOpenCL/amdgpu-calling-conv.cl | 12 ++++++++++++ test/CodeGenOpenCL/amdgpu-num-gpr-attr.cl | 8 ++++---- tools/libclang/CXType.cpp | 2 +- 15 files changed, 79 insertions(+), 20 deletions(-) create mode 100755 test/CodeGenOpenCL/amdgpu-call-kernel.cl create mode 100644 test/CodeGenOpenCL/amdgpu-calling-conv.cl