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-allyesconfig in repository toolchain/ci/llvm-project.
from 25895ad2836 Merging r356924: adds 79c29c6b53c Merging r355854: adds aaac4e0ac6e Merging r354672: adds 1cef8c24333 Merging r356198: adds 257c01056b2 Merging r354808: adds 25b6e82d72b Merging r354882: adds 047302e0421 Merging r355825: adds 1ff9bed8858 Merging r356039: new 7aa4dc9458a Merging r357506:
The 1 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/CodeGen/CGStmtOpenMP.cpp | 5 +- clang/lib/Driver/ToolChains/Linux.cpp | 33 +- clang/lib/Sema/SemaOpenMP.cpp | 3 +- clang/test/Driver/linux-ld.c | 10 + clang/test/OpenMP/ordered_doacross_codegen.cpp | 13 +- llvm/lib/CodeGen/TargetRegisterInfo.cpp | 6 + .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 7 +- llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td | 4 +- llvm/lib/Target/Mips/MicroMipsInstrFPU.td | 5 + llvm/lib/Target/Mips/MipsAsmPrinter.cpp | 3 +- llvm/lib/Target/Mips/MipsDSPInstrInfo.td | 4 +- llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp | 1 + llvm/lib/Target/Mips/MipsFastISel.cpp | 35 +- llvm/lib/Target/Mips/MipsSEInstrInfo.cpp | 3 + llvm/test/CodeGen/Mips/Fast-ISel/icmpbr1.ll | 3 +- llvm/test/CodeGen/Mips/Fast-ISel/pr40325.ll | 23 + llvm/test/CodeGen/Mips/abiflags32.ll | 8 + llvm/test/CodeGen/Mips/llvm-ir/fptosi.ll | 418 +++++++++++ .../CodeGen/Mips/micromips-pseudo-mtlohi-expand.ll | 63 ++ llvm/test/CodeGen/Mips/pseudo-jump-fill.ll | 68 ++ llvm/test/CodeGen/X86/regalloc-copy-hints.mir | 805 +++++++++++++++++++++ 21 files changed, 1484 insertions(+), 36 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/Fast-ISel/pr40325.ll create mode 100644 llvm/test/CodeGen/Mips/llvm-ir/fptosi.ll create mode 100644 llvm/test/CodeGen/Mips/micromips-pseudo-mtlohi-expand.ll create mode 100644 llvm/test/CodeGen/Mips/pseudo-jump-fill.ll create mode 100644 llvm/test/CodeGen/X86/regalloc-copy-hints.mir