This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-O2_LTO 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 adds c6f940b745c Add llvm-cov to LLVM_TOOLCHAIN_TOOLS adds 882720b7ce3 Don't generate libcalls for wide shift on Windows ARM (PR42711) adds 3a11c86849c Add Control Flow Guard in Clang release notes. adds bbfdf4b81d6 build_llvm_package.bat: Produce zip files in addition to th [...] adds 2905a48c879 Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug bui [...] adds 1f6c9becd57 [docs] clangd release notes adds 668b8a4bcd0 [docs][WebAssembly] WebAssembly-specific release notes for 10.0.
No new revisions were added by this update.
Summary of changes: clang-tools-extra/docs/ReleaseNotes.rst | 45 +++++++++++++- clang/docs/ReleaseNotes.rst | 39 +++++++++++- libcxx/include/__bit_reference | 15 +++++ .../trivial_for_purposes_of_call.pass.cpp | 57 ++++++++++++++++++ lld/docs/ReleaseNotes.rst | 1 + llvm/cmake/modules/AddLLVM.cmake | 1 + llvm/cmake/modules/HandleLLVMOptions.cmake | 4 ++ llvm/docs/ReleaseNotes.rst | 39 +++++++++++- llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +- llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp | 7 --- llvm/lib/Transforms/Scalar/LICM.cpp | 3 +- llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | 3 +- llvm/test/CodeGen/ARM/shift_minsize.ll | 8 ++- llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll | 70 ++++++++++++++++++++++ llvm/test/Transforms/LICM/callbr-crash.ll | 18 ++++++ llvm/utils/TableGen/DFAEmitter.cpp | 11 ++-- llvm/utils/TableGen/DFAEmitter.h | 2 +- llvm/utils/gn/build/BUILD.gn | 1 + llvm/utils/release/build_llvm_package.bat | 13 +++- 19 files changed, 316 insertions(+), 23 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