[PATCH] D21125: [llvm-objdump] Support detection of feature bits from the object and implement this for Mips.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 06:29:30 PDT 2016


dsanders updated this revision to Diff 60674.
dsanders added a comment.
Herald added a subscriber: mehdi_amini.

Change getFeatureStr() to return a SubtargetFeatures object and rename it to
getFeatures().


http://reviews.llvm.org/D21125

Files:
  include/llvm/Object/COFF.h
  include/llvm/Object/ELFObjectFile.h
  include/llvm/Object/MachO.h
  include/llvm/Object/ObjectFile.h
  include/llvm/Support/ELF.h
  lib/Target/Mips/MipsAsmPrinter.cpp
  test/CodeGen/Mips/Fast-ISel/shift.ll
  test/CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll
  test/CodeGen/Mips/micromips-atomic1.ll
  test/MC/Mips/cpload.s
  test/MC/Mips/cprestore-noreorder-noat.s
  test/MC/Mips/cprestore-noreorder.s
  test/MC/Mips/cprestore-reorder.s
  test/MC/Mips/cpsetup.s
  test/MC/Mips/micromips-el-fixup-data.s
  test/MC/Mips/mips64extins.s
  test/MC/Mips/mips_gprel16.s
  test/MC/Mips/set-defined-symbol.s
  test/Object/Mips/feature.test
  test/Object/Mips/objdump-micro-mips.test
  tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21125.60674.patch
Type: text/x-patch
Size: 15893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160614/0ab26dfb/attachment.bin>


More information about the llvm-commits mailing list