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 bfb1bd1b9906 [Clang][Sema] Avoid crashing for va_arg expressions with b [...] adds eecd0f055baa Have lit preserve SOURCE_DATE_EPOCH adds eaeb7dcf3249 ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to si [...] adds 52a400d8e4c4 [InlineCost] model calls to llvm.is.constant* more carefully adds 9d9efb1f67ff [lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC
No new revisions were added by this update.
Summary of changes: 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 +- 17 files changed, 136 insertions(+), 28 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