This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c57c1ebcc3 [LoopSimplifyCFG] Use DTU.applyUpdates instead of insert/de [...] new 5cf50dec64c [MIPS GlobalISel] Select mul new ce7f3f7548d Revert r353424 "[llvm-ar][libObject] Fix relative paths whe [...]
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: include/llvm/Object/ArchiveWriter.h | 1 + lib/Object/ArchiveWriter.cpp | 71 +++++-- lib/Target/Mips/MipsLegalizerInfo.cpp | 4 + lib/Target/Mips/MipsRegisterBankInfo.cpp | 1 + .../instruction-select/{sub.mir => mul.mir} | 12 +- test/CodeGen/Mips/GlobalISel/legalizer/mul.mir | 213 +++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll | 88 +++++++++ .../GlobalISel/regbankselect/{sub.mir => mul.mir} | 12 +- .../llvm-ar/flatten-thin-archive-directories.test | 15 -- test/tools/llvm-ar/flatten-thin-archive.test | 2 +- tools/llvm-ar/llvm-ar.cpp | 57 +----- 11 files changed, 385 insertions(+), 91 deletions(-) copy test/CodeGen/Mips/GlobalISel/instruction-select/{sub.mir => mul.mir} (69%) create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/mul.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll copy test/CodeGen/Mips/GlobalISel/regbankselect/{sub.mir => mul.mir} (71%) delete mode 100644 test/tools/llvm-ar/flatten-thin-archive-directories.test