This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b30dcee6c9 [CodeGen][va_args] Correct Vector Struct va-arg 'in_reg' code gen new b1dff4f2e3 [AMDGPU] Switch to the new addr space mapping by default
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/Basic/Targets/AMDGPU.cpp | 2 +- lib/Basic/Targets/AMDGPU.h | 5 +- test/CodeGen/address-space.c | 5 - test/CodeGen/default-address-space.c | 19 --- test/CodeGen/target-data.c | 8 +- test/CodeGenOpenCL/address-spaces.cl | 10 +- test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl | 40 ++--- test/CodeGenOpenCL/amdgpu-alignment.cl | 170 ++++++++++----------- .../amdgpu-debug-info-variable-expression.cl | 26 ++-- test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl | 14 +- test/CodeGenOpenCL/amdgpu-env-amdgiz.cl | 6 +- test/CodeGenOpenCL/amdgpu-nullptr.cl | 150 +++++++++--------- test/CodeGenOpenCL/blocks.cl | 75 +++++---- test/CodeGenOpenCL/byval.cl | 7 +- test/CodeGenOpenCL/opencl_types.cl | 3 +- test/CodeGenOpenCL/size_t.cl | 45 +++--- 16 files changed, 286 insertions(+), 299 deletions(-)