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-master-aarch64-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 61f859785f6 [DebugInfo] Add a test for dumping DWARF64 CIEs and FDEs (8/8). new 4c09289f635 [clang] Add an API to retrieve implicit constructor arguments. new b3bd0c37ece [SystemZ] Eliminate the need to create a zero vector by reu [...]
The 2 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/include/clang/CodeGen/CodeGenABITypes.h | 16 ++++++ clang/lib/CodeGen/CGCXXABI.cpp | 17 ++++++ clang/lib/CodeGen/CGCXXABI.h | 48 ++++++++++++---- clang/lib/CodeGen/CGCall.cpp | 2 +- clang/lib/CodeGen/CGClass.cpp | 2 +- clang/lib/CodeGen/CodeGenABITypes.cpp | 26 +++++++++ clang/lib/CodeGen/ItaniumCXXABI.cpp | 24 ++++---- clang/lib/CodeGen/MicrosoftCXXABI.cpp | 28 +++++----- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 56 ++++++++++++++++++- llvm/test/CodeGen/SystemZ/vec-perm-14.ll | 73 ++++++++++++++++++++++++- 10 files changed, 250 insertions(+), 42 deletions(-)