提交歷史

作者 SHA1 備註 提交日期
  Rafael Espindola e3ec87a6f7 Add a funciton to get the segment name of a section. 12 年之前
  Michael J. Spencer eef7b6219e Add dump of Win64 EH unwind data. 12 年之前
  Chandler Carruth f010c464a1 Sort the #include lines for tools/... 12 年之前
  Eli Bendersky 8b9da530e3 Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more 12 年之前
  Jack Carter fd6d165155 Some of the instructions in the Mips instruction set are revision 13 年之前
  Jim Grosbach 3f5d1a2396 Tidy up a bit. 13 年之前
  Kevin Enderby 9ed9e5d0f9 Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. 13 年之前
  Pete Cooper ff204963cb PR12729: Change 'llvm-objdump' to display the available targets. 13 年之前
  Craig Topper 17463b3ef1 Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. 13 年之前
  Benjamin Kramer 81bbdfda82 Include cctype for std::isprint. 13 年之前
  Benjamin Kramer 51cf866163 Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. 13 年之前
  Jim Grosbach c6449b636f Make MCRegisterInfo available to the the MCInstPrinter. 13 年之前
  David Meyer 2c67727046 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. 13 年之前
  David Meyer c46255a32e In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. 13 年之前
  Cameron Zwarich aab2191109 Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS 13 年之前
  David Blaikie 2d24e2a396 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 13 年之前
  Danil Malyshev b0436a7305 Fixed ObjectFile functions: 13 年之前
  Chandler Carruth 790552c20f Revert r145180 as it is causing test failures on all the bots. 13 年之前
  Danil Malyshev 9b24738bd1 Fixed ObjectFile functions: 13 年之前
  Michael J. Spencer f81285c0c5 llvm-objdump: Ignore non-objects in archives. 13 年之前
  Stepan Dyatkovskiy 9df3b916cd uint64 formatted output: replaced %llx with PRIx64 macro. 14 年之前
  Owen Anderson 10c044e440 Revert r143149, stubbing out symbolic disassembly support. The symbolic disassembly support is too MC-engrained to be useful in llvm-objdump. 14 年之前
  Owen Anderson f1b7448201 Stub out support for symbol disassembly in llvm-objdump. 14 年之前
  Stepan Dyatkovskiy 6eb1ed8c9c Fixed llvm-objdump uint64_t formatted output. 14 年之前
  Owen Anderson 0685e94895 Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. 14 年之前
  Owen Anderson 34749ce4df Fix off-by-one error when printing relocations inline with disassembly. 14 年之前
  Michael J. Spencer 22ff0f33db llvm-objdump: Add static symbol table dumping. 14 年之前
  Michael J. Spencer 4984d647da Revert "llvm-objdump: Add static symbol table dumping." 14 年之前
  Michael J. Spencer b12715de41 llvm-objdump: Add static symbol table dumping. 14 年之前
  Michael J. Spencer 1e8ba3fa21 llvm-objdump: Add -s, which prints the contents of each section. 14 年之前