This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Oz in repository toolchain/ci/llvm-project.
from 257c01056b2 Merging r354808: adds 25b6e82d72b Merging r354882: adds 047302e0421 Merging r355825: adds 1ff9bed8858 Merging r356039: adds 7aa4dc9458a Merging r357506:
No new revisions were added by this update.
Summary of changes: clang/lib/Driver/ToolChains/Linux.cpp | 33 +- clang/test/Driver/linux-ld.c | 10 + .../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/MipsSEInstrInfo.cpp | 3 + llvm/test/CodeGen/Mips/abiflags32.ll | 8 + llvm/test/CodeGen/Mips/llvm-ir/fptosi.ll | 418 +++++++++++++++++++++ .../CodeGen/Mips/micromips-pseudo-mtlohi-expand.ll | 63 ++++ 11 files changed, 539 insertions(+), 19 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/llvm-ir/fptosi.ll create mode 100644 llvm/test/CodeGen/Mips/micromips-pseudo-mtlohi-expand.ll