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 668b8a4bcd0 [docs][WebAssembly] WebAssembly-specific release notes for 10.0. adds 002af011928 [Polly][docs] Polly release notes. adds 0fe369ad5ff Strip preceeding -Xclang when stripping -fcolor-diagnostics [...] adds 8b0df8e1ed6 [LoopRotate] Get and update MSSA only if available in legac [...] adds 6f4f4f2c8ce [remark][diagnostics] [codegen] Fix PR44896 adds 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."
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 21 +++ clang/include/clang/Basic/DiagnosticDriverKinds.td | 3 + clang/include/clang/Basic/DiagnosticGroups.td | 3 +- clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 +- clang/lib/CodeGen/CodeGenAction.cpp | 3 + clang/lib/Driver/ToolChains/Clang.cpp | 10 +- clang/lib/Tooling/ArgumentsAdjusters.cpp | 6 + clang/test/CodeGen/PR44896.ll | 15 ++ clang/test/SemaCXX/microsoft-template-shadow.cpp | 11 ++ compiler-rt/lib/profile/GCDAProfiling.c | 25 +-- llvm/cmake/modules/AddLLVM.cmake | 15 +- llvm/docs/LangRef.rst | 3 + llvm/docs/ReleaseNotes.rst | 65 ++++++++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 27 ---- llvm/lib/Transforms/Scalar/LICM.cpp | 45 ------ llvm/lib/Transforms/Scalar/LoopRotation.cpp | 11 +- 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/Other/opt-O2-pipeline.ll | 12 +- llvm/test/Other/opt-O3-pipeline.ll | 12 +- llvm/test/Other/opt-Os-pipeline.ll | 12 +- llvm/test/Other/pass-pipelines.ll | 1 + llvm/test/Transforms/LICM/hoist-alloca.ll | 168 --------------------- polly/lib/CMakeLists.txt | 1 + 28 files changed, 246 insertions(+), 305 deletions(-) create mode 100644 clang/test/CodeGen/PR44896.ll create mode 100644 clang/test/SemaCXX/microsoft-template-shadow.cpp delete mode 100644 llvm/test/Transforms/LICM/hoist-alloca.ll