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-defconfig in repository toolchain/ci/llvm-project.
from fd98b0f1a6a1 [SelectionDAG] Don't create illegally-typed nodes while co [...] adds d150523f0776 [AArch64] Use correct calling convention for each vararg adds aaf0c921a54a [clang-repl] Add an accessor to our underlying execution engine adds ec13fed5867f [X86] lowerV8I16Shuffle - use explicit SmallVector<SDValue [...]
No new revisions were added by this update.
Summary of changes: clang/include/clang/Interpreter/Interpreter.h | 2 + clang/lib/Interpreter/IncrementalExecutor.h | 1 + clang/lib/Interpreter/Interpreter.cpp | 6 + llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 146 ++++++++++++------------ llvm/lib/Target/AArch64/AArch64ISelLowering.h | 7 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 3 +- llvm/test/CodeGen/AArch64/darwinpcs-tail.ll | 36 ++++++ 7 files changed, 124 insertions(+), 77 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/darwinpcs-tail.ll