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-defconfig in repository toolchain/ci/llvm-project.
from 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.
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 4 ++ libcxx/include/__bit_reference | 15 +++++ .../trivial_for_purposes_of_call.pass.cpp | 57 ++++++++++++++++++ llvm/docs/ReleaseNotes.rst | 9 +++ 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 ++++++ 9 files changed, 177 insertions(+), 9 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