1. 17463b3 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. by Craig Topper · 13 years ago
  2. c6449b6 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 13 years ago
  3. a993505 Allow command-line overrides of the target triple with the Mach-O by Cameron Zwarich · 13 years ago
  4. ec8eac6 Do the same fix as r149667, but for the Mach-O disassembler. by Cameron Zwarich · 13 years ago
  5. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  6. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 13 years ago
  7. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  8. 7d3f8b8 Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). by Owen Anderson · 13 years ago
  9. 41a9649 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
  10. 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 13 years ago
  11. 481837a Rewrite most of MachODump to work through the generic libObject interfaces rather than accessing the MachO internals directly. by Owen Anderson · 13 years ago
  12. d226ed71 llvm-objdump: Take ownership of MCInstrInfos. by Benjamin Kramer · 13 years ago
  13. 3773fb4 Fix spelling in comment. by Michael J. Spencer · 13 years ago
  14. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 13 years ago
  15. 67370ef Fix spelling in comment. by Michael J. Spencer · 13 years ago
  16. afbaf48 llvm-objdump: Detach symbol listing from section enumeration for mach-o. by Benjamin Kramer · 13 years ago
  17. 91c603b llvm-objdump: Take the data from the right object when there's no dSYM around. by Benjamin Kramer · 13 years ago
  18. b5b8d20 llvm-objdump: Fix use after free. by Benjamin Kramer · 13 years ago
  19. 8c93097 llvm-objdump: Output line info next to the disassembly if available. by Benjamin Kramer · 13 years ago
  20. a894c8e llvm-objdump: factor code better, add comments. by Benjamin Kramer · 13 years ago
  21. bcc1a73 Nope, there's another one! by Benjamin Kramer · 13 years ago
  22. 49ca96d Missed one instance of implicit pointer conversion. by Benjamin Kramer · 13 years ago
  23. 4d90638 Try to make MSVC 2010 happy. by Benjamin Kramer · 13 years ago
  24. 0b8b771 Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. by Benjamin Kramer · 13 years ago