This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9999ed4f4d Fix OpenCLCXX test on 32-bit Windows where thiscall is present new 28d7aae8af AMDGPU: Add some missing builtins
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/BuiltinsAMDGPU.def | 17 ++++++ lib/CodeGen/CGBuiltin.cpp | 6 ++ test/CodeGenOpenCL/builtins-amdgcn-gfx10.cl | 24 ++++++++ test/CodeGenOpenCL/builtins-amdgcn.cl | 64 ++++++++++++++++++++++ .../builtins-amdgcn-error-gfx10-param.cl | 18 ++++++ test/SemaOpenCL/builtins-amdgcn-error-gfx10.cl | 15 +++++ 6 files changed, 144 insertions(+) create mode 100644 test/CodeGenOpenCL/builtins-amdgcn-gfx10.cl create mode 100644 test/SemaOpenCL/builtins-amdgcn-error-gfx10-param.cl create mode 100644 test/SemaOpenCL/builtins-amdgcn-error-gfx10.cl