This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/llvm-project.
from b9a243d1cac2 [Coroutines] Enhance symmetric transfer for constant CmpInst adds 5869ea6c6254 [sanitizer] msan build fix on non linux platforms adds fc043d8a256b Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC" adds 1f1854ce0fe5 [Driver][test] Fix undefined-libs.cpp when CLANG_DEFAULT_U [...] new b3dcd156472f [ARM] Define ComplexPatternFuncMutatesDAG new 6349865a8f37 [CMake] Don't use -fno-semantic-interposition with Clang<=13 new 75e33f71c2da [X86] combineVectorHADDSUB - remove the broken HOP(x,x) me [...]
The 3 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: clang/test/Driver/undefined-libs.cpp | 2 +- compiler-rt/lib/msan/msan_interceptors.cpp | 1 + lld/CMakeLists.txt | 9 --- lld/ELF/Driver.cpp | 9 --- lld/test/CMakeLists.txt | 1 - lld/test/ELF/gc-sections-metadata-startstop.s | 1 - lld/test/ELF/gc-sections-startstop-hint.s | 1 - lld/test/ELF/gc-sections-startstop.s | 1 - lld/test/lit.cfg.py | 3 - lld/test/lit.site.cfg.py.in | 1 - llvm/cmake/modules/HandleLLVMOptions.cmake | 7 +- llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp | 4 + llvm/lib/Target/X86/X86ISelLowering.cpp | 23 ------ llvm/test/CodeGen/ARM/shifter_operand.ll | 105 ++++++++++++++++++++++++++ llvm/test/CodeGen/X86/horizontal-shuffle-2.ll | 19 +++++ 15 files changed, 133 insertions(+), 54 deletions(-)