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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from fa0bc006900 Update libc++ release notes adds 4bc0d50adff Update ReleaseNotes for lld 9.0. adds 9831a1cc917 ReleaseNotes tweaks adds 8b1a3a38388 Merging r370850: ------------------------------------------ [...] adds 1b8425cf6f8 Merging r369310: ------------------------------------------ [...] adds 5a661d61f33 Merging r370753: ------------------------------------------ [...] adds f8b1c25240f Merging r370720 and r370721: adds d8975f4f47d Merging r370430: ------------------------------------------ [...] adds ab62fa56a9d Merging r371048: ------------------------------------------ [...] adds 8d4ccfe3689 Merging r369760: ------------------------------------------ [...] adds ff382fe7ad0 Merging r370426: ------------------------------------------ [...] adds c2551012a43 Merging r371027: ------------------------------------------ [...]
No new revisions were added by this update.
Summary of changes: clang/include/clang/Basic/DiagnosticDriverKinds.td | 2 - clang/lib/AST/ASTContext.cpp | 23 ++- clang/lib/Driver/Driver.cpp | 24 +-- clang/lib/Driver/ToolChains/Clang.cpp | 26 +-- .../Checkers/EnumCastOutOfRangeChecker.cpp | 16 ++ clang/test/Analysis/enum-cast-out-of-range.c | 34 ++++ clang/test/Analysis/enum-cast-out-of-range.cpp | 10 +- .../test/CodeGenCXX/ms-constexpr-var-template.cpp | 11 ++ clang/test/Driver/working-directory.c | 10 +- lld/docs/ReleaseNotes.rst | 195 +++++++++++++++++--- .../Vectorize/LoopVectorizationLegality.h | 4 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- llvm/lib/ExecutionEngine/Orc/CMakeLists.txt | 1 + llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 6 +- llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp | 18 +- llvm/lib/Target/SystemZ/SystemZInstrInfo.h | 22 ++- llvm/lib/Target/SystemZ/SystemZLongBranch.cpp | 2 +- .../lib/Target/SystemZ/SystemZMachineScheduler.cpp | 4 +- .../Vectorize/LoopVectorizationLegality.cpp | 1 + llvm/test/CodeGen/PowerPC/tls.ll | 4 +- llvm/test/CodeGen/SystemZ/asm-20.ll | 15 ++ llvm/test/CodeGen/WebAssembly/multi-return.ll | 200 +++++++++++++++++++++ .../LoopVectorize/pr43166-fold-tail-by-masking.ll | 165 +++++++++++++++++ llvm/tools/lli/CMakeLists.txt | 1 + llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 + 25 files changed, 712 insertions(+), 85 deletions(-) create mode 100644 clang/test/Analysis/enum-cast-out-of-range.c create mode 100644 clang/test/CodeGenCXX/ms-constexpr-var-template.cpp create mode 100644 llvm/test/CodeGen/SystemZ/asm-20.ll create mode 100644 llvm/test/CodeGen/WebAssembly/multi-return.ll create mode 100644 llvm/test/Transforms/LoopVectorize/pr43166-fold-tail-by-masking.ll