[PATCH] D21466: [mips] Don't derive the default ABI from the CPU in the backend.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 05:30:41 PDT 2016


dsanders updated this revision to Diff 61666.
dsanders added a comment.

Extract this patch from the series it was a part of by changing -mabi to
-target-abi. It's now possible to commit this patch without committing the
dependencies first.


http://reviews.llvm.org/D21466

Files:
  lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  test/CodeGen/Mips/Fast-ISel/check-disabled-mcpus.ll
  test/CodeGen/Mips/adjust-callstack-sp.ll
  test/CodeGen/Mips/compactbranches/compact-branches.ll
  test/CodeGen/Mips/elf_eflags.ll
  test/CodeGen/Mips/fcmp.ll
  test/CodeGen/Mips/interrupt-attr-64-error.ll
  test/CodeGen/Mips/llvm-ir/add.ll
  test/CodeGen/Mips/llvm-ir/and.ll
  test/CodeGen/Mips/llvm-ir/lh_lhu.ll
  test/CodeGen/Mips/llvm-ir/mul.ll
  test/CodeGen/Mips/llvm-ir/not.ll
  test/CodeGen/Mips/llvm-ir/or.ll
  test/CodeGen/Mips/llvm-ir/sdiv.ll
  test/CodeGen/Mips/llvm-ir/srem.ll
  test/CodeGen/Mips/llvm-ir/udiv.ll
  test/CodeGen/Mips/llvm-ir/urem.ll
  test/CodeGen/Mips/llvm-ir/xor.ll
  test/CodeGen/Mips/madd-msub.ll
  test/CodeGen/Mips/mips64extins.ll
  test/CodeGen/Mips/mips64r6/compatibility.ll
  test/CodeGen/Mips/zeroreg.ll
  test/MC/Mips/elf_eflags.s
  test/MC/Mips/mips64/abiflags.s
  test/MC/Mips/mips64r2/abi-bad.s
  test/MC/Mips/mips64r2/abiflags.s
  test/MC/Mips/mips64r3/abi-bad.s
  test/MC/Mips/mips64r3/abiflags.s
  test/MC/Mips/mips64r5/abi-bad.s
  test/MC/Mips/mips64r5/abiflags.s
  test/MC/Mips/mips_abi_flags_xx.s
  test/MC/Mips/nooddspreg-cmdarg.s
  test/MC/Mips/nooddspreg.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21466.61666.patch
Type: text/x-patch
Size: 31415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160623/1a0c74c9/attachment.bin>


More information about the llvm-commits mailing list