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-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() new 087082a828ff [cmake] Increase -fms-compatibility-version in Windows too [...] new 9827a185b611 [Driver][Ananas] -r: imply -nostdlib like GCC new cda300eab8dd [Driver][Solaris] -r: imply -nostdlib like GCC new c65b0cd2421d [GlobalIsel] Fix fallback if stack protector isn't supported. new daef3113e819 [compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390x new d6319246f89b [CodeGen] Use ABI alignment for C++ new expressions new 7a42b2fd5be3 [BOLT] Compact legacy profiles new e70d79f1e8c0 [ELF] Ignore --no-add-needed
The 8 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/Solaris.cpp | 12 ++++-- clang/test/CodeGenCXX/pr54845.cpp | 12 ++++++ clang/test/Driver/ananas.c | 7 ++++ clang/test/Driver/solaris-ld.c | 10 +++++ compiler-rt/lib/tsan/rtl/tsan_rtl_s390x.S | 2 + lld/ELF/Options.td | 1 + 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 ++++++++++++++++++++++ 17 files changed, 206 insertions(+), 20 deletions(-) create mode 100644 clang/test/CodeGenCXX/pr54845.cpp create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-stack-protect [...]