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 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. 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 new 57a064f8dc8 Revert "[compiler-rt] Add a critical section when flushing [...]
The 1 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-tools-extra/docs/ReleaseNotes.rst | 45 +++++++++++++++++++++- clang/docs/ReleaseNotes.rst | 3 ++ clang/include/clang/Basic/DiagnosticDriverKinds.td | 3 ++ 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 ++++++++ compiler-rt/lib/profile/GCDAProfiling.c | 25 +----------- lld/docs/ReleaseNotes.rst | 1 + llvm/docs/ReleaseNotes.rst | 7 +++- llvm/lib/Transforms/Scalar/LoopRotation.cpp | 11 +++--- 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/utils/TableGen/DFAEmitter.cpp | 11 ++++-- llvm/utils/TableGen/DFAEmitter.h | 2 +- polly/docs/ReleaseNotes.rst | 42 +++++++++++++++++++- 18 files changed, 165 insertions(+), 56 deletions(-) create mode 100644 clang/test/CodeGen/PR44896.ll