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-stable-allnoconfig in repository toolchain/ci/llvm-project.
from 57a064f8dc8 Revert "[compiler-rt] Add a critical section when flushing [...] adds 3abd9cd486d [Codegen] Revert rL354676/rL354677 and followups - introduc [...] adds f87cc45dffa Put microsoft template parameter shadow warning behind sepa [...] adds 48d24465668 Revert "[LICM] Support hosting of dynamic allocas out of loops" adds 456e9c2e14b [ReleaseNotes] Mention new matrix intrinsics. adds 5cfd30add46 [RISCV] Add Clang and LLVM Release Notes adds d7afdb596e8 [CMake] Default to static linking for subprojects. adds 00f4618182a Revert "[Polly][docs] Polly release notes." adds 593a0dda7a6 [MemorySSA] Don't verify MemorySSA unless VerifyMemorySSA enabled adds 058a8cd73f3 [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929) new 8f2858eb070 [ASTMatchers] HasNameMatcher handles `extern "C"` new 3b6f4c544be [ReleaseNotes] Mention freeze instruction
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/ReleaseNotes.rst | 21 +++ clang/include/clang/Basic/DiagnosticGroups.td | 3 +- clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 +- clang/lib/ASTMatchers/ASTMatchersInternal.cpp | 8 +- clang/test/SemaCXX/microsoft-template-shadow.cpp | 11 ++ .../ASTMatchers/ASTMatchersNarrowingTest.cpp | 15 ++ llvm/cmake/modules/AddLLVM.cmake | 15 +- llvm/docs/LangRef.rst | 3 + llvm/docs/ReleaseNotes.rst | 73 ++++++++- llvm/include/llvm/MC/MCFixupKindInfo.h | 7 +- llvm/lib/Analysis/MemorySSA.cpp | 5 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 27 ---- llvm/lib/MC/MCAssembler.cpp | 6 +- llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 22 ++- llvm/lib/Transforms/Scalar/LICM.cpp | 45 ------ llvm/test/CodeGen/AArch64/ldst-paired-aliasing.ll | 31 +++- llvm/test/CodeGen/PowerPC/constant-combines.ll | 8 +- llvm/test/CodeGen/X86/constant-combines.ll | 3 +- llvm/test/CodeGen/X86/lifetime-alias.ll | 10 +- llvm/test/CodeGen/X86/pr40631_deadstore_elision.ll | 3 +- llvm/test/CodeGen/X86/stores-merging.ll | 25 ++- llvm/test/MC/ARM/Windows/invalid-relocation.s | 1 - llvm/test/MC/ARM/pcrel-global.s | 21 +++ llvm/test/MC/MachO/ARM/bad-darwin-ARM-reloc.s | 1 - llvm/test/Transforms/LICM/hoist-alloca.ll | 168 --------------------- polly/docs/ReleaseNotes.rst | 42 +----- polly/lib/CMakeLists.txt | 1 + 27 files changed, 258 insertions(+), 319 deletions(-) create mode 100644 clang/test/SemaCXX/microsoft-template-shadow.cpp create mode 100644 llvm/test/MC/ARM/pcrel-global.s delete mode 100644 llvm/test/Transforms/LICM/hoist-alloca.ll