This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cead72 [ARM] GlobalISel: Load i1, i8 and i16 args from stack new 40f771f [mips] N64 static relocation model support
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: .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 4 +- .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 16 +-- lib/Target/Mips/MicroMips64r6InstrInfo.td | 28 +---- lib/Target/Mips/Mips.td | 2 + lib/Target/Mips/Mips64InstrInfo.td | 114 ++++++++++++++------ lib/Target/Mips/MipsAsmPrinter.cpp | 4 +- lib/Target/Mips/MipsISelLowering.cpp | 43 +++++--- lib/Target/Mips/MipsISelLowering.h | 53 ++++++++-- lib/Target/Mips/MipsInstrInfo.td | 80 +++++++++----- lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 2 + lib/Target/Mips/MipsSubtarget.cpp | 3 + lib/Target/Mips/MipsSubtarget.h | 6 ++ test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll | 4 +- test/CodeGen/Mips/2010-07-20-Switch.ll | 53 ++++++---- test/CodeGen/Mips/abicalls.ll | 12 ++- test/CodeGen/Mips/blockaddr.ll | 12 ++- test/CodeGen/Mips/cconv/arguments-float.ll | 21 ++-- test/CodeGen/Mips/cconv/arguments-fp128.ll | 2 +- .../Mips/cconv/arguments-hard-float-varargs.ll | 4 +- test/CodeGen/Mips/cconv/arguments-hard-float.ll | 14 +-- test/CodeGen/Mips/cconv/arguments-hard-fp128.ll | 2 +- test/CodeGen/Mips/cconv/arguments-struct.ll | 2 +- .../cconv/arguments-varargs-small-structs-byte.ll | 2 + ...arguments-varargs-small-structs-combinations.ll | 2 + test/CodeGen/Mips/cconv/arguments-varargs.ll | 18 ++-- test/CodeGen/Mips/cconv/arguments.ll | 6 +- test/CodeGen/Mips/cconv/return-float.ll | 6 +- test/CodeGen/Mips/cconv/return-hard-float.ll | 6 +- test/CodeGen/Mips/cconv/return-hard-fp128.ll | 4 +- test/CodeGen/Mips/cconv/return-hard-struct-f128.ll | 4 +- test/CodeGen/Mips/cconv/return-struct.ll | 36 +++---- test/CodeGen/Mips/cconv/return.ll | 12 +-- test/CodeGen/Mips/cconv/roundl-call.ll | 10 +- .../Mips/compactbranches/compact-branches-64.ll | 3 +- .../Mips/compactbranches/compact-branches.ll | 6 +- test/CodeGen/Mips/cstmaterialization/stack.ll | 2 +- test/CodeGen/Mips/elf_eflags.ll | 9 +- test/CodeGen/Mips/fcmp.ll | 50 ++++----- test/CodeGen/Mips/fcopysign-f32-f64.ll | 4 +- test/CodeGen/Mips/global-address.ll | 12 ++- test/CodeGen/Mips/inlineasm-constraint_ZC_2.ll | 6 +- test/CodeGen/Mips/llvm-ir/call.ll | 24 ++--- test/CodeGen/Mips/mips64-f128-call.ll | 24 +++-- test/CodeGen/Mips/mips64-f128.ll | 16 +-- test/CodeGen/Mips/mips64-libcall.ll | 2 +- test/CodeGen/Mips/mips64instrs.ll | 12 +-- test/CodeGen/Mips/start-asm-file.ll | 2 +- test/CodeGen/Mips/tailcall/tailcall-wrong-isa.ll | 21 ++-- test/CodeGen/Mips/tailcall/tailcall.ll | 69 +++++++----- test/MC/Mips/elf_eflags.s | 116 ++++++++++++++++----- 50 files changed, 613 insertions(+), 352 deletions(-)