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 fa0bc006900 Update libc++ release notes adds 4bc0d50adff Update ReleaseNotes for lld 9.0. adds 9831a1cc917 ReleaseNotes tweaks new 8b1a3a38388 Merging r370850: ------------------------------------------ [...] new 1b8425cf6f8 Merging r369310: ------------------------------------------ [...] new 5a661d61f33 Merging r370753: ------------------------------------------ [...] new f8b1c25240f Merging r370720 and r370721:
The 4 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/lib/AST/ASTContext.cpp | 23 ++- .../test/CodeGenCXX/ms-constexpr-var-template.cpp | 11 ++ lld/docs/ReleaseNotes.rst | 195 ++++++++++++++++++--- .../Vectorize/LoopVectorizationLegality.h | 4 +- llvm/lib/ExecutionEngine/Orc/CMakeLists.txt | 1 + llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp | 4 +- .../Vectorize/LoopVectorizationLegality.cpp | 1 + llvm/test/CodeGen/SystemZ/asm-20.ll | 15 ++ .../LoopVectorize/pr43166-fold-tail-by-masking.ll | 165 +++++++++++++++++ llvm/tools/lli/CMakeLists.txt | 1 + llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 + 11 files changed, 387 insertions(+), 34 deletions(-) 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/Transforms/LoopVectorize/pr43166-fold-tail-by-masking.ll