This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a8de25b16ff [AArch64] Silence an unused variable warning in Release bui [...] new 616d6a1621f Revert "[mips] Fix multiprecision arithmetic."
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: lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 21 +- lib/Target/Mips/MipsISelLowering.cpp | 135 +------- lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 99 +++--- lib/Target/Mips/MipsSEISelDAGToDAG.h | 3 +- lib/Target/Mips/MipsSEISelLowering.cpp | 176 ++++++++++ test/CodeGen/Mips/2008-06-05-Carry.ll | 13 +- test/CodeGen/Mips/dsp-patterns.ll | 4 +- test/CodeGen/Mips/llcarry.ll | 11 +- test/CodeGen/Mips/llvm-ir/add.ll | 394 ++++++++-------------- test/CodeGen/Mips/llvm-ir/sub.ll | 174 +++------- test/CodeGen/Mips/madd-msub.ll | 81 ++--- 11 files changed, 463 insertions(+), 648 deletions(-)