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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 9e41dc71b8d4 [docs] Mention that the legacy PM is deprecated and will b [...] adds 7a4a5d413624 [Linker] Support weak symbols in nodeduplicate COMDAT group adds c8905f1bb304 [Orc] Enable debug object tests only on x86_64 hosts adds 1c3fcc8ae92e [libc++][NFC] Mark values in gdb pretty print comparison f [...] adds 3b1fa4aef006 [RISCV] Fix reporting of incorrect commutable operand indices adds 7f3d00c9b49b [libomptarget][amdcgn] Add build dependency for llvm-link and opt adds c45fa58f171e [libomptarget][amdcgn] Only add opt/llvm-link dependency i [...] adds 181739213aa0 [docs] Update release notes with items related to Flang adds a5e968b66a59 [clang] Allow the OpenBSD driver to link the libclang_rt.p [...] adds be305271bfb6 OpenBSD also needs execinfo adds 6668e31250ba Support linking against OpenMP runtime on OpenBSD. adds c30b2813a1d5 [clang] fix error recovery ICE on copy elision when returi [...] adds a52b7bf7d123 PR50294: Fix a performance regression from 2c9dbcd. adds 2a1d8b5016eb [clang] OpenBSD does not support C11 atomics or threads. adds 8aa8ed9d4b5f Fix for commit d8cd7806310c51af912a647a6ca46de62ff13214. new 49dacda603b3 [tests] precommit tests for D107692 new 9b3867e959fa [DAGCombine] Prevent the transform of combine for multi-us [...] new a98b397504f8 [SCEV] Fix applyLoopGuards() with range check idiom (PR51760) new 09f659449b83 libunwind: add missing break statements in EHABI new 427df19c4791 Update counter offset to account for binary ids
The 5 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/lib/Basic/Targets/OSTargets.h | 5 +++ clang/lib/Driver/ToolChains/CommonArgs.cpp | 3 +- clang/lib/Driver/ToolChains/OpenBSD.cpp | 7 ++++ clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +- clang/lib/Serialization/ASTReader.cpp | 2 + .../CXX/class/class.init/class.copy.elision/p3.cpp | 34 ++++++++++++++++ clang/test/Driver/fopenmp.c | 19 ++++++++- clang/test/Preprocessor/init.c | 10 +++++ compiler-rt/lib/profile/InstrProfilingFile.c | 5 ++- .../lib/profile/InstrProfilingPlatformFuchsia.c | 5 ++- .../test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 4 ++ libunwind/src/Unwind-EHABI.cpp | 2 + llvm/docs/ReleaseNotes.rst | 2 + llvm/lib/Analysis/ScalarEvolution.cpp | 2 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +- llvm/lib/Linker/LinkModules.cpp | 22 +++++++++-- llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +- llvm/runtimes/CMakeLists.txt | 13 ++++++- .../max-backedge-taken-count-guard-info.ll | 40 +++++++++++++++++++ llvm/test/CodeGen/AArch64/arm64-srl-and.ll | 31 +++++++++++++++ .../RISCV/rvv/commuted-op-indices-regression.mir | 45 ++++++++++++++++++++++ .../OrcLazy/debug-descriptor-elf-minimal.ll | 2 + .../OrcLazy/debug-objects-elf-minimal.ll | 2 + llvm/test/Linker/comdat4.ll | 11 +++++- openmp/libomptarget/DeviceRTL/CMakeLists.txt | 2 + .../libomptarget/deviceRTLs/amdgcn/CMakeLists.txt | 10 ++++- 26 files changed, 268 insertions(+), 17 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/arm64-srl-and.ll create mode 100644 llvm/test/CodeGen/RISCV/rvv/commuted-op-indices-regression.mir