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-aarch64-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 52528806579b [AArch64] Ampere1 does not support MTE adds be653f6292e7 [X86] combineX86ShuffleChain - don't fold to truncate(conc [...] adds c56415735060 [SystemZ] Bugfix in SystemZTargetLowering::combineINT_TO_FP() adds 087082a828ff [cmake] Increase -fms-compatibility-version in Windows too [...] adds 9827a185b611 [Driver][Ananas] -r: imply -nostdlib like GCC adds cda300eab8dd [Driver][Solaris] -r: imply -nostdlib like GCC adds c65b0cd2421d [GlobalIsel] Fix fallback if stack protector isn't supported. adds daef3113e819 [compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390x adds d6319246f89b [CodeGen] Use ABI alignment for C++ new expressions adds 7a42b2fd5be3 [BOLT] Compact legacy profiles adds e70d79f1e8c0 [ELF] Ignore --no-add-needed new 588b95a2b88e [ELF][AArch64] Fix unneeded thunk for branches to hidden u [...] new 76c1c1dd2a01 [OpenMP] Fix library path missing when using OpenMP
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: bolt/tools/merge-fdata/merge-fdata.cpp | 19 +++++++++- clang/lib/CodeGen/CGExprCXX.cpp | 2 +- clang/lib/Driver/ToolChains/Ananas.cpp | 14 ++++--- clang/lib/Driver/ToolChains/CommonArgs.cpp | 12 ++++++ clang/lib/Driver/ToolChains/CommonArgs.h | 3 ++ clang/lib/Driver/ToolChains/Solaris.cpp | 12 ++++-- clang/test/CodeGenCXX/pr54845.cpp | 12 ++++++ clang/test/Driver/ananas.c | 7 ++++ clang/test/Driver/openmp-library-path.c | 5 +++ clang/test/Driver/solaris-ld.c | 10 +++++ compiler-rt/lib/tsan/rtl/tsan_rtl_s390x.S | 2 + lld/ELF/Arch/AArch64.cpp | 8 ++-- lld/ELF/InputSection.cpp | 4 +- lld/ELF/Options.td | 1 + lld/test/ELF/aarch64-undefined-weak.s | 8 ++++ lld/test/ELF/silent-ignore.test | 1 + llvm/cmake/platforms/WinMsvc.cmake | 2 +- llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp | 7 +++- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 16 +++++--- llvm/lib/Target/X86/X86ISelLowering.cpp | 6 ++- .../irtranslator-stack-protector-windows.ll | 38 +++++++++++++++++++ llvm/test/CodeGen/SystemZ/vec-move-23.ll | 33 ++++++++++++++++ .../X86/vector-shuffle-combining-avx512bwvl.ll | 44 ++++++++++++++++++++++ 23 files changed, 242 insertions(+), 24 deletions(-) create mode 100644 clang/test/CodeGenCXX/pr54845.cpp create mode 100644 clang/test/Driver/openmp-library-path.c create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-protect [...]