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-next-allnoconfig in repository toolchain/ci/llvm-project.
from ec13fed5867f [X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue [...] adds d4e3c50b2bda [libc++] Define `namespace views` in its own detail header. adds 8475349bd639 [AARCH64] ssbs should be enabled by default for cortex-x1, [...] adds 6697c5bc3a1e [compiler-rt] [scudo] Use -mcrc32 on x86 when available adds c62053979489 [AArch64] Fix the upper limit for folded address offsets for COFF
No new revisions were added by this update.
Summary of changes: clang/test/Driver/aarch64-ssbs.c | 4 +++ clang/test/Preprocessor/aarch64-target-features.c | 2 +- compiler-rt/cmake/config-ix.cmake | 1 + compiler-rt/lib/scudo/CMakeLists.txt | 7 +++-- compiler-rt/lib/scudo/scudo_allocator.cpp | 4 +-- compiler-rt/lib/scudo/scudo_crc32.cpp | 4 +-- compiler-rt/lib/scudo/scudo_crc32.h | 12 +++++--- compiler-rt/lib/scudo/standalone/CMakeLists.txt | 7 +++-- compiler-rt/lib/scudo/standalone/checksum.h | 8 +++-- compiler-rt/lib/scudo/standalone/chunk.h | 4 +-- compiler-rt/lib/scudo/standalone/crc32_hw.cpp | 4 +-- libcxx/include/CMakeLists.txt | 1 + libcxx/include/__ranges/views.h | 35 ++++++++++++++++++++++ libcxx/include/module.modulemap | 1 + libcxx/include/ranges | 11 +------ .../detail.headers/ranges/views.module.verify.cpp | 15 ++++++++++ llvm/lib/Support/AArch64TargetParser.cpp | 2 ++ llvm/lib/Target/AArch64/AArch64.td | 7 +++-- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 7 +++-- .../AArch64/GISel/AArch64PreLegalizerCombiner.cpp | 7 +++-- llvm/test/CodeGen/AArch64/fold-global-offsets.ll | 16 +++++----- 21 files changed, 113 insertions(+), 46 deletions(-) create mode 100644 libcxx/include/__ranges/views.h create mode 100644 libcxx/test/libcxx/diagnostics/detail.headers/ranges/views.modu [...]