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 263e040cea4 Merging r369749: ------------------------------------------ [...] adds d2fb9bb5541 Merging r369834: ------------------------------------------ [...] adds 244e6c1ea8a Merging r370036: ------------------------------------------ [...] adds 7527c119888 ReleaseNotes: PowerPC adds 79bfd169f71 ReleaseNotes: RISCV adds 8fee65e51e4 ReleaseNotes: Zig adds caa38191164 [analyzer] Add 9.0.0. release notes. adds 4a24003424a ReleaseNotes: ORC note, by Lang adds 845db805960 Merging r370176: ------------------------------------------ [...] new 67afb7cbf16 Merging r370073: ------------------------------------------ [...] new e82a53603ae Merging r369886: ------------------------------------------ [...]
The 2 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/docs/ClangStaticAnalyzer.rst | 2 + clang/docs/ReleaseNotes.rst | 49 +++++++++- clang/lib/Basic/Targets/RISCV.h | 14 +++ clang/lib/Sema/SemaTemplate.cpp | 1 + clang/test/CodeGen/riscv-atomics.c | 68 +++++++++++++ clang/test/Driver/riscv32-toolchain.c | 89 +++++++++++++++++ clang/test/Driver/riscv64-toolchain.c | 89 +++++++++++++++++ .../cxx1z-class-template-argument-deduction.cpp | 9 +- clang/test/SemaTemplate/temp_arg_nontype_cxx11.cpp | 17 ++++ llvm/docs/ReleaseNotes.rst | 54 ++++++++++- llvm/lib/IR/Core.cpp | 11 ++- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- llvm/lib/Transforms/Utils/LoopUnroll.cpp | 8 +- .../CodeGen/AArch64/arm64-indexed-vector-ldst.ll | 19 ++++ .../LoopUnroll/unroll-header-exiting-with-phis.ll | 107 +++++++++++++++++++++ 15 files changed, 529 insertions(+), 10 deletions(-) create mode 100644 clang/test/CodeGen/riscv-atomics.c create mode 100644 llvm/test/Transforms/LoopUnroll/unroll-header-exiting-with-phis.ll