This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 363cb41 [ARM] Implement execute-only support in CodeGen new fbed33d Re-commit r289252 and r289285, and fix PR31374
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/AST/APValue.h | 14 +- include/clang/AST/ASTContext.h | 4 + include/clang/Basic/TargetInfo.h | 7 + lib/AST/APValue.cpp | 17 +- lib/AST/ASTContext.cpp | 10 + lib/AST/ExprConstant.cpp | 57 +++- lib/Basic/Targets.cpp | 7 + lib/CodeGen/CGDecl.cpp | 2 +- lib/CodeGen/CGExprAgg.cpp | 3 +- lib/CodeGen/CGExprConstant.cpp | 62 ++-- lib/CodeGen/CGExprScalar.cpp | 33 ++- lib/CodeGen/CodeGenModule.cpp | 9 +- lib/CodeGen/CodeGenModule.h | 5 + lib/CodeGen/CodeGenTypes.cpp | 12 +- lib/CodeGen/CodeGenTypes.h | 4 + lib/CodeGen/TargetInfo.cpp | 36 ++- lib/CodeGen/TargetInfo.h | 16 ++ test/CodeGenOpenCL/amdgpu-nullptr.cl | 534 +++++++++++++++++++++++++++++++++++ 18 files changed, 765 insertions(+), 67 deletions(-) create mode 100644 test/CodeGenOpenCL/amdgpu-nullptr.cl