This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 48e9e5d6ad [clang-format] Break consecutive string literals in text protos new 8e23619931 CodeGen: Fix address space of indirect function argument
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/CGAtomic.cpp | 2 +- lib/CodeGen/CGCall.cpp | 196 +++++++++++++++++----------- lib/CodeGen/CGCall.h | 50 ++++++- lib/CodeGen/CGClass.cpp | 8 +- lib/CodeGen/CGDecl.cpp | 16 +++ lib/CodeGen/CGExprCXX.cpp | 8 +- lib/CodeGen/CGGPUBuiltin.cpp | 13 +- lib/CodeGen/CGObjCGNU.cpp | 2 +- lib/CodeGen/CGObjCMac.cpp | 4 +- lib/CodeGen/CodeGenFunction.h | 4 +- lib/CodeGen/ItaniumCXXABI.cpp | 3 +- lib/CodeGen/MicrosoftCXXABI.cpp | 3 +- test/CodeGenCXX/amdgcn-func-arg.cpp | 94 +++++++++++++ test/CodeGenOpenCL/addr-space-struct-arg.cl | 39 +++++- test/CodeGenOpenCL/byval.cl | 1 - 15 files changed, 332 insertions(+), 111 deletions(-) create mode 100644 test/CodeGenCXX/amdgcn-func-arg.cpp