[PATCH] D23652: [mips] N64 static relocation model support

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 03:02:39 PDT 2016


sdardis updated this revision to Diff 69092.
sdardis added a comment.

Harden replaceUsesWithZeroReg to avoid assumptions.


https://reviews.llvm.org/D23652

Files:
  lib/Target/Mips/MicroMips64r6InstrInfo.td
  lib/Target/Mips/Mips.td
  lib/Target/Mips/Mips64InstrInfo.td
  lib/Target/Mips/MipsAsmPrinter.cpp
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsISelLowering.h
  lib/Target/Mips/MipsInstrInfo.td
  lib/Target/Mips/MipsSEISelDAGToDAG.cpp
  lib/Target/Mips/MipsSubtarget.h
  test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
  test/CodeGen/Mips/2010-07-20-Switch.ll
  test/CodeGen/Mips/blockaddr.ll
  test/CodeGen/Mips/cconv/arguments-float.ll
  test/CodeGen/Mips/cconv/arguments-fp128.ll
  test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll
  test/CodeGen/Mips/cconv/arguments-hard-float.ll
  test/CodeGen/Mips/cconv/arguments-hard-fp128.ll
  test/CodeGen/Mips/cconv/arguments-struct.ll
  test/CodeGen/Mips/cconv/arguments-varargs-small-structs-byte.ll
  test/CodeGen/Mips/cconv/arguments-varargs-small-structs-combinations.ll
  test/CodeGen/Mips/cconv/arguments-varargs.ll
  test/CodeGen/Mips/cconv/arguments.ll
  test/CodeGen/Mips/cconv/return-float.ll
  test/CodeGen/Mips/cconv/return-hard-float.ll
  test/CodeGen/Mips/cconv/return-hard-fp128.ll
  test/CodeGen/Mips/cconv/return-hard-struct-f128.ll
  test/CodeGen/Mips/cconv/return-struct.ll
  test/CodeGen/Mips/cconv/return.ll
  test/CodeGen/Mips/cconv/roundl-call.ll
  test/CodeGen/Mips/compactbranches/compact-branches-64.ll
  test/CodeGen/Mips/compactbranches/compact-branches.ll
  test/CodeGen/Mips/cstmaterialization/stack.ll
  test/CodeGen/Mips/fcmp.ll
  test/CodeGen/Mips/fcopysign-f32-f64.ll
  test/CodeGen/Mips/global-address.ll
  test/CodeGen/Mips/inlineasm-constraint_ZC_2.ll
  test/CodeGen/Mips/llvm-ir/call.ll
  test/CodeGen/Mips/mips64-f128-call.ll
  test/CodeGen/Mips/mips64-f128.ll
  test/CodeGen/Mips/mips64-libcall.ll
  test/CodeGen/Mips/mips64instrs.ll
  test/CodeGen/Mips/tailcall/tailcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23652.69092.patch
Type: text/x-patch
Size: 80728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160824/b70d68f9/attachment.bin>


More information about the llvm-commits mailing list