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-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 1ac6bb3c4dd4 [Clang][CFG] check children statements of asm goto adds bfb1bd1b9906 [Clang][Sema] Avoid crashing for va_arg expressions with b [...] new eecd0f055baa Have lit preserve SOURCE_DATE_EPOCH new eaeb7dcf3249 ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to si [...] new 52a400d8e4c4 [InlineCost] model calls to llvm.is.constant* more carefully new 9d9efb1f67ff [lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC
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/Sema/SemaExpr.cpp | 2 +- clang/test/SemaCXX/varargs.cpp | 2 ++ lld/CMakeLists.txt | 9 +++++ lld/ELF/Driver.cpp | 9 +++++ lld/test/CMakeLists.txt | 1 + lld/test/ELF/gc-sections-metadata-startstop.s | 1 + lld/test/ELF/gc-sections-startstop-hint.s | 1 + lld/test/ELF/gc-sections-startstop.s | 1 + lld/test/lit.cfg.py | 3 ++ lld/test/lit.site.cfg.py.in | 1 + llvm/lib/Analysis/InlineCost.cpp | 24 +++++++++++++ llvm/lib/Target/ARM/ARMCallLowering.cpp | 2 +- llvm/lib/Target/ARM/ARMFastISel.cpp | 2 +- .../CodeGen/ARM/GlobalISel/arm-call-lowering.ll | 16 ++++----- .../CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 26 +++++++-------- .../GlobalISel/irtranslator-varargs-lowering.ll | 8 ++--- llvm/test/CodeGen/ARM/fast-call-frame-restore.ll | 19 +++++++++++ .../Inline/call-intrinsic-is-constant.ll | 39 ++++++++++++++++++++++ llvm/utils/lit/lit/TestingConfig.py | 2 +- 19 files changed, 139 insertions(+), 29 deletions(-) create mode 100644 llvm/test/CodeGen/ARM/fast-call-frame-restore.ll create mode 100644 llvm/test/Transforms/Inline/call-intrinsic-is-constant.ll