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 f8b1c25240f Merging r370720 and r370721: adds d8975f4f47d Merging r370430: ------------------------------------------ [...] adds ab62fa56a9d Merging r371048: ------------------------------------------ [...] adds 8d4ccfe3689 Merging r369760: ------------------------------------------ [...] adds ff382fe7ad0 Merging r370426: ------------------------------------------ [...] adds c2551012a43 Merging r371027: ------------------------------------------ [...] adds 5fc03679c9d Merging r371088 and r371095: new 501ad1d7ba8 Merging r369828: ------------------------------------------ [...] new de934bf6896 Merging r371013: ------------------------------------------ [...]
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/Basic/DiagnosticDriverKinds.td | 2 - clang/lib/Driver/Driver.cpp | 24 +-- clang/lib/Driver/ToolChains/Clang.cpp | 26 +-- .../Checkers/EnumCastOutOfRangeChecker.cpp | 16 ++ clang/test/Analysis/enum-cast-out-of-range.c | 34 ++++ clang/test/Analysis/enum-cast-out-of-range.cpp | 10 +- clang/test/Driver/working-directory.c | 10 +- lld/ELF/Writer.cpp | 26 +-- lld/test/ELF/basic-ppc64.s | 12 +- lld/test/ELF/linkerscript/nobits-offset.s | 25 ++- lld/test/ELF/nmagic.s | 23 +++ lld/test/ELF/nobits-offset.s | 21 +++ lld/test/ELF/relocation-copy-align-common.s | 2 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 6 +- llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp | 22 ++- llvm/lib/Target/SystemZ/SystemZInstrInfo.h | 22 ++- llvm/lib/Target/SystemZ/SystemZLongBranch.cpp | 2 +- .../lib/Target/SystemZ/SystemZMachineScheduler.cpp | 4 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 29 ++- llvm/test/CodeGen/PowerPC/tls.ll | 4 +- llvm/test/CodeGen/SystemZ/asm-20.ll | 4 +- llvm/test/CodeGen/WebAssembly/multi-return.ll | 200 +++++++++++++++++++++ .../test/CodeGen/X86/haddsub-shuf-undef-operand.ll | 26 +++ 24 files changed, 462 insertions(+), 90 deletions(-) create mode 100644 clang/test/Analysis/enum-cast-out-of-range.c create mode 100644 lld/test/ELF/nmagic.s create mode 100644 lld/test/ELF/nobits-offset.s create mode 100644 llvm/test/CodeGen/WebAssembly/multi-return.ll create mode 100644 llvm/test/CodeGen/X86/haddsub-shuf-undef-operand.ll