1. 209565db [objdump] Add --private-headers, -p. by Michael J. Spencer · 13 years ago
  2. a9f810b Add a function to get the segment name of a section. by Rafael Espindola · 13 years ago
  3. 0f00de4 Revert 170545 while I debug the ppc failures. by Rafael Espindola · 13 years ago
  4. aa7b278 Add r170095 back. by Rafael Espindola · 13 years ago
  5. c859c29 Revert "Add a funciton to get the segment name of a section." by Eric Christopher · 13 years ago
  6. bc8016d Add a funciton to get the segment name of a section. by Rafael Espindola · 13 years ago
  7. 0c6ec48 Add dump of Win64 EH unwind data. by Michael J. Spencer · 13 years ago
  8. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  9. 3a6808c Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more by Eli Bendersky · 13 years ago
  10. 551efd7 Some of the instructions in the Mips instruction set are revision by Jack Carter · 13 years ago
  11. af9aec0 Tidy up a bit. by Jim Grosbach · 13 years ago
  12. fe3d005 Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. by Kevin Enderby · 13 years ago
  13. 28fb4fc PR12729: Change 'llvm-objdump' to display the available targets. by Pete Cooper · 14 years ago
  14. 54bfde7 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 · 14 years ago
  15. a5177e6 Include cctype for std::isprint. by Benjamin Kramer · 14 years ago
  16. 8280311 Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 14 years ago
  17. fd93a59 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 14 years ago
  18. 7e4b976 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 14 years ago
  19. 1df4b84 In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 14 years ago
  20. 07f0f77 Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS by Cameron Zwarich · 14 years ago
  21. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  22. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  23. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  24. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  25. 53723de llvm-objdump: Ignore non-objects in archives. by Michael J. Spencer · 14 years ago
  26. 07c0d40 uint64 formatted output: replaced %llx with PRIx64 macro. by Stepan Dyatkovskiy · 14 years ago
  27. bf3bc1d Revert r143149, stubbing out symbolic disassembly support. The symbolic disassembly support is too MC-engrained to be useful in llvm-objdump. by Owen Anderson · 14 years ago
  28. 8f167d4 Stub out support for symbol disassembly in llvm-objdump. by Owen Anderson · 14 years ago
  29. 4b96dc7 Fixed llvm-objdump uint64_t formatted output. by Stepan Dyatkovskiy · 14 years ago
  30. fa3e520 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. by Owen Anderson · 14 years ago
  31. f20e3e5 Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 14 years ago
  32. bfa0678 llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 14 years ago
  33. 81c80dd Revert "llvm-objdump: Add static symbol table dumping." by Michael J. Spencer · 14 years ago
  34. 6b22ef8 llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 14 years ago
  35. 4e25c02 llvm-objdump: Add -s, which prints the contents of each section. by Michael J. Spencer · 14 years ago
  36. 51862b3 llvm-object: Add inline relocation information to disassembly. by Michael J. Spencer · 14 years ago
  37. 8f67d47 llvm-objdump: Fix whitespace. by Michael J. Spencer · 14 years ago
  38. ee84f64 llvm-objdump: Fix dumping of multiple symbols with the same address. by Michael J. Spencer · 14 years ago
  39. bd926cb llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t. by NAKAMURA Takumi · 14 years ago
  40. fcf8462 Add support for dumping section headers to llvm-objdump. This uses the same by Nick Lewycky · 14 years ago
  41. 357d7dc llvm-objdump: Take ownership of MCInstrInfos. by Benjamin Kramer · 14 years ago
  42. ba4a362 llvm-objdump: Add relocation and archive support. by Michael J. Spencer · 14 years ago
  43. e5fd004 Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
  44. 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
  45. b0d6154 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
  46. 43a772e Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. by Benjamin Kramer · 14 years ago
  47. a0c3b97 Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. by Owen Anderson · 14 years ago
  48. 75d1cf33 Object: make the following changes into SymbolRef by Benjamin Kramer · 14 years ago
  49. 4c493e8 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 14 years ago
  50. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  51. 4d6c9d7 Some refactoring so TargetRegistry.h no longer has to include any files from MC. by Evan Cheng · 14 years ago
  52. c22d50e Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions. by Benjamin Kramer · 14 years ago
  53. 4c0423b llvm-objdump: disassembly enhancements by Benjamin Kramer · 14 years ago
  54. 5d173c0 llvm-objdump: Use help of CFG to print assembly when --cfg is passed. by Benjamin Kramer · 14 years ago
  55. 9ea35e4 I will save before I commit. by Benjamin Kramer · 14 years ago
  56. bf11531 llvm-objdump: Ignore unreachable blocks when printing the CFG. by Benjamin Kramer · 14 years ago
  57. 61faa55 Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 14 years ago
  58. f60768a Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore. by Evan Cheng · 14 years ago
  59. 8c886a4 Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 14 years ago
  60. 39e05ac llvm-objdump: Don't ignore errors from raw_fd_ostream. by Benjamin Kramer · 14 years ago
  61. 2d71c42 Move the registered target printing in version strings completely out of by Chandler Carruth · 14 years ago
  62. 87ee76c Sketch out an CFG reconstruction mode for llvm-objdump. by Benjamin Kramer · 14 years ago
  63. 46d9cd5 Fix off-by-one. by Benjamin Kramer · 14 years ago
  64. 2129f59 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  65. e0dda9c Teach llvm-objdump to disassemble sections symbol by symbol. by Benjamin Kramer · 14 years ago
  66. 1705ab0 Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
  67. 402339b Remove some unnecessary includes. by Eli Friedman · 14 years ago
  68. ab37af9 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 14 years ago
  69. fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  70. 1d6167f Object: Add proper error handling. by Michael J. Spencer · 14 years ago
  71. 1a18015 Remove unused STL header includes. by Jay Foad · 15 years ago
  72. 00f0cdd We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 15 years ago
  73. c6bc900 llvm-objdump: Remove redundant includes. by Michael J. Spencer · 15 years ago
  74. 05350e6d llvm-nm: Fix warning. by Michael J. Spencer · 15 years ago
  75. 2670c25 Add llvm-objdump by Michael J. Spencer · 15 years ago