This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb9c282754f [MathExtras] fix documentation comments; NFC new 8665c171659 [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, 648 insertions(+), 463 deletions(-)