This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c269175006 [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments [...] new cbbdeee837 [AMDGPU] Fix codegen for inline assembly new d92d858be2 [HWASan] Port HWASan to Linux x86-64 (clang)
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: lib/Basic/Targets/AMDGPU.h | 13 +++ lib/CodeGen/CGStmt.cpp | 2 +- lib/Driver/SanitizerArgs.cpp | 2 +- lib/Driver/ToolChains/Linux.cpp | 2 +- test/CodeGenOpenCL/inline-asm-amdgcn.cl | 8 ++ .../lib/linux/libclang_rt.hwasan-x86_64.a.syms | 0 test/Driver/fsanitize-blacklist.c | 2 +- test/Driver/fsanitize.c | 15 ++- test/Driver/sanitizer-ld.c | 116 ++++++++++++++------- test/Sema/inline-asm-validate-amdgpu.cl | 5 + 10 files changed, 117 insertions(+), 48 deletions(-) create mode 100644 test/CodeGenOpenCL/inline-asm-amdgcn.cl copy bindings/python/tests/__init__.py => test/Driver/Inputs/resource_dir/lib/linu [...]