This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allnoconfig in repository toolchain/ci/llvm-project.
from f45a01e4a170 [libc++][CI] added XFAIL LIBCXX-AIX-FIXME to new runnning [...] adds 42fe7ccbeb44 [SystemZ] Bugfix for symbolic displacements. adds 5f6fe6b93e85 [AVR] Fix incorrect calling convention for varargs functions adds c81f3d00cbd4 [AVR] Generate 'rcall' instead of 'call' on avr2 and avr25 adds 53eaee6bf3b3 [clang][NFC] Standard substitution checking cleanup adds 0009cdbd8a3a [clang][NFC] Remove IgnoreLinkageSpecDecls adds 725d57c39039 AST: Make getEffectiveDeclContext() a member function of I [...] adds fecfc8394484 AST: Move __va_list tag back to std conditionally on AArch64. adds e6de9ed37308 [CUDA][HIP] Externalize kernels in anonymous name space adds 29f1039a7285 [CUDA][HIP] Externalize kernels with internal linkage adds b950bd2ce7ff Bump version to 14.0.5
No new revisions were added by this update.
Summary of changes: clang/include/clang/AST/ASTContext.h | 4 +- clang/lib/AST/ASTContext.cpp | 37 +-- clang/lib/AST/ItaniumMangle.cpp | 280 +++++++++++---------- clang/lib/CodeGen/CGCUDANV.cpp | 2 +- clang/lib/CodeGen/CodeGenModule.cpp | 17 +- clang/lib/CodeGen/CodeGenModule.h | 7 +- clang/test/CodeGen/aarch64-varargs.c | 244 +++++++++--------- clang/test/CodeGen/arm64-be-hfa-vararg.c | 4 +- clang/test/CodeGenCUDA/device-var-linkage.cu | 31 ++- clang/test/CodeGenCUDA/kernel-in-anon-ns.cu | 58 +++++ clang/test/CodeGenCUDA/managed-var.cu | 12 +- clang/test/CodeGenCUDA/static-device-var-rdc.cu | 18 +- clang/test/Headers/stdarg.cpp | 2 +- libcxx/CMakeLists.txt | 2 +- libcxxabi/CMakeLists.txt | 2 +- libunwind/CMakeLists.txt | 2 +- llvm/CMakeLists.txt | 2 +- llvm/lib/Target/AVR/AVRCallingConv.td | 2 + llvm/lib/Target/AVR/AVRInstrInfo.td | 28 ++- .../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 9 +- llvm/test/CodeGen/AVR/call.ll | 64 +++-- llvm/test/CodeGen/AVR/calling-conv/c/basic.ll | 74 +++++- llvm/test/CodeGen/AVR/calling-conv/c/basic_aggr.ll | 93 ++++++- llvm/test/CodeGen/AVR/calling-conv/c/stack.ll | 111 +++++++- llvm/test/MC/SystemZ/fixups.s | 5 + llvm/utils/gn/secondary/llvm/version.gni | 2 +- llvm/utils/lit/lit/__init__.py | 2 +- llvm/utils/release/build_llvm_package.bat | 4 +- .../llvm/include/llvm/Config/llvm-config.h | 2 +- 29 files changed, 773 insertions(+), 347 deletions(-) create mode 100644 clang/test/CodeGenCUDA/kernel-in-anon-ns.cu