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-next-allmodconfig in repository toolchain/ci/llvm-project.
from 5175565cf15 Add -std=c++20 flag, replace C++2a with C++20 throughout th [...] adds f004359106c [windows] Add /Gw to compiler flags adds 4bcdac8d762 [RISCV] Correct the CallPreservedMask for the function call [...] adds a572a8a147c [CMake] CheckAtomic.cmake: catch false positives in RISC-V adds 7a18790ae2f [libc++] Fix ABI break in __bit_reference. adds d75ce45777d Revert "[CMake] CheckAtomic.cmake: catch false positives in [...] adds da0fe2ade36 Filter callbr insts from critical edge splitting adds 3a91c12e7aa [docs] Add some LLDB release notes adds 7f447b44f4e [docs] Add -Wmisleading-indentation to clang's release notes. adds c1547fe5bc3 ReleaseNotes: OpenMP adds 935ad4036ef ReleaseNotes: Attributor adds f5983993071 ReleaseNotes: ARM and AArch64 adds e82d1342bdf ReleaseNotes: Mention improved DWARF5 support in lldb adds be9f8fdfd9a Add -debug-info-kind=constructor to clang release notes
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 30 +++++++++- libcxx/include/__bit_reference | 15 +++++ .../trivial_for_purposes_of_call.pass.cpp | 57 ++++++++++++++++++ llvm/cmake/modules/HandleLLVMOptions.cmake | 4 ++ llvm/docs/ReleaseNotes.rst | 32 +++++++++- llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp | 7 --- llvm/lib/Transforms/Scalar/LICM.cpp | 3 +- llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | 3 +- llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll | 70 ++++++++++++++++++++++ llvm/test/Transforms/LICM/callbr-crash.ll | 18 ++++++ llvm/utils/gn/build/BUILD.gn | 1 + 11 files changed, 227 insertions(+), 13 deletions(-) create mode 100644 libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for [...] create mode 100644 llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll create mode 100644 llvm/test/Transforms/LICM/callbr-crash.ll