1. e45c740 Fix an off-by-one bug in the target independent llvm-objdump. by Rafael Espindola · 11 years ago
  2. c959562 Add the -mcpu= option to llvm-objdump for use with the disassemblers. by Kevin Enderby · 11 years ago
  3. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  4. 4bd286a llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
  5. 3f0549f Move MCObjectSymbolizer.h to MC/MCAnalysis. by Rafael Espindola · 11 years ago
  6. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  7. 8f6b04c llvm-objdump: Handle BSS sections larger than the object file by David Majnemer · 11 years ago
  8. cbc5ac7 Move CFG building code to a new lib/MC/MCAnalysis library. by Rafael Espindola · 11 years ago
  9. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  10. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  11. ae46002 Convert the Archive API to use ErrorOr. by Rafael Espindola · 11 years ago
  12. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  13. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  14. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  15. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 12 years ago
  16. 98938f1 objdump: identify WoA WinCOFF/ARM correctly by Saleem Abdulrasool · 12 years ago
  17. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 12 years ago
  18. 13a3f69 tools: fix heap-buffer-overrun detected via ASAN by Saleem Abdulrasool · 12 years ago
  19. 7050eed tools: simplify symbol handling in objdump by Saleem Abdulrasool · 12 years ago
  20. d38c6b1 tools: address possible non-null terminated filenames by Saleem Abdulrasool · 12 years ago
  21. 63a0dd6 tools: avoid a string duplication by Saleem Abdulrasool · 12 years ago
  22. 9ede5c7 tools: teach objdump about FILE aux records by Saleem Abdulrasool · 12 years ago
  23. eb37092 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 12 years ago
  24. 1843227 llvm-objdump output hex to match binutils' objdump by Greg Fitzgerald · 12 years ago
  25. ddf28f2 Object: Provide a richer means of describing auxiliary symbols by David Majnemer · 12 years ago
  26. 4e39f71 Use early returns to reduce nesting. by Rui Ueyama · 12 years ago
  27. 464d2e4 [C++11] Introduce ObjectFile::symbols() to use range-based loops. by Alexey Samsonov · 12 years ago
  28. aa4d295 [C++11] Introduce SectionRef::relocations() to use range-based loops by Alexey Samsonov · 12 years ago
  29. 48803e5 [C++11] Use ObjectFile::sections() in commandline llvm tools by Alexey Samsonov · 12 years ago
  30. df17c83 Change MCDisassembler::setSymbolizer to take unique_ptr by value. by Ahmed Charles · 12 years ago
  31. 3547633 Support: split object format out of environment by Saleem Abdulrasool · 12 years ago
  32. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  33. 2b614e1 llvm-objdump: Do not attempt to disassemble symbols outside of section by Simon Atanasyan · 12 years ago
  34. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  35. 7dbcdd0 Don't make F_None the default. by Rafael Espindola · 12 years ago
  36. b5155a5 Change the begin and end methods in ObjectFile to match the style guide. by Rafael Espindola · 12 years ago
  37. 20122a4 Simplify getSymbolFlags. by Rafael Espindola · 12 years ago
  38. 5e812af Simplify the handling of iterators in ObjectFile. by Rafael Espindola · 12 years ago
  39. 0929d3d Fix "llvm-objdump -d -r" to show relocations inline for ELF files by Mark Seaborn · 12 years ago
  40. eb03ac5 llvm-objdump: Some style cleanups to follow LLVM coding style by Mark Seaborn · 12 years ago
  41. 23a9750 Rename these methods to match the style guide. by Rafael Espindola · 12 years ago
  42. 63da295 Return an ErrorOr<Binary *> from createBinary. by Rafael Espindola · 12 years ago
  43. c2bed42 Re-submit r191472 with a fix for big endian. by Rui Ueyama · 12 years ago
  44. 333d28a Revert "llvm-objdump: Dump COFF import table if -private-headers option is given." by Rui Ueyama · 12 years ago
  45. 5b1adba llvm-objdump: Dump COFF import table if -private-headers option is given. by Rui Ueyama · 12 years ago
  46. d56f705 Add basic YAML MC CFG testcase. by Ahmed Bougacha · 12 years ago
  47. 1792647 MC CFG: Add YAML MCModule representation to enable MC CFG testing. by Ahmed Bougacha · 12 years ago
  48. bc07a89 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
  49. d5c2e60 llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error. by NAKAMURA Takumi · 12 years ago
  50. aa79068 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 12 years ago
  51. ad1084d Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
  52. 0835ca1 llvm-objdump: Initialize MCDisassembler once instead of for each section. by Ahmed Bougacha · 12 years ago
  53. 227144c Remove the MachineMove class. by Rafael Espindola · 12 years ago
  54. 1e48387 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 13 years ago
  55. 56f976f At Jim Grosbach's request detemplate Object/MachO.h. by Rafael Espindola · 13 years ago
  56. 209095c llvm-objdump: Don't print contents of BSS sections: it makes no sense and crashes llvm-objdump on relocated objects with large bss by Alexey Samsonov · 13 years ago
  57. 9b70925 Finish templating MachObjectFile over endianness. by Rafael Espindola · 13 years ago
  58. c2413f5 Convert MachOObjectFile to a template. by Rafael Espindola · 13 years ago
  59. b0f76a4 Don't fetch pointers from a InMemoryStruct. by Rafael Espindola · 13 years ago
  60. 2d4b3a6 Don't disassemble symbols with an unknown address or size. by Eric Christopher · 13 years ago
  61. 83c74e9 Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 13 years ago
  62. d7e7003 [objdump,readobj] Document the purpose and goals of each tool. by Michael J. Spencer · 13 years ago
  63. 691860c Remove unneeded #include. by Jakub Staszak · 13 years ago
  64. d857c1c [llvm-objdump] Emit addresses with the correct number of leading 0's. by Michael J. Spencer · 13 years ago
  65. 209565db [objdump] Add --private-headers, -p. by Michael J. Spencer · 13 years ago
  66. a9f810b Add a function to get the segment name of a section. by Rafael Espindola · 13 years ago
  67. 0f00de4 Revert 170545 while I debug the ppc failures. by Rafael Espindola · 13 years ago
  68. aa7b278 Add r170095 back. by Rafael Espindola · 13 years ago
  69. c859c29 Revert "Add a funciton to get the segment name of a section." by Eric Christopher · 13 years ago
  70. bc8016d Add a funciton to get the segment name of a section. by Rafael Espindola · 13 years ago
  71. 0c6ec48 Add dump of Win64 EH unwind data. by Michael J. Spencer · 13 years ago
  72. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  73. 3a6808c Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more by Eli Bendersky · 13 years ago
  74. 551efd7 Some of the instructions in the Mips instruction set are revision by Jack Carter · 13 years ago
  75. af9aec0 Tidy up a bit. by Jim Grosbach · 13 years ago
  76. fe3d005 Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. by Kevin Enderby · 13 years ago
  77. 28fb4fc PR12729: Change 'llvm-objdump' to display the available targets. by Pete Cooper · 14 years ago
  78. 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
  79. a5177e6 Include cctype for std::isprint. by Benjamin Kramer · 14 years ago
  80. 8280311 Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 14 years ago
  81. fd93a59 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 14 years ago
  82. 7e4b976 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 14 years ago
  83. 1df4b84 In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 14 years ago
  84. 07f0f77 Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS by Cameron Zwarich · 14 years ago
  85. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  86. cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  87. 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
  88. 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
  89. 53723de llvm-objdump: Ignore non-objects in archives. by Michael J. Spencer · 14 years ago
  90. 07c0d40 uint64 formatted output: replaced %llx with PRIx64 macro. by Stepan Dyatkovskiy · 14 years ago
  91. 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
  92. 8f167d4 Stub out support for symbol disassembly in llvm-objdump. by Owen Anderson · 14 years ago
  93. 4b96dc7 Fixed llvm-objdump uint64_t formatted output. by Stepan Dyatkovskiy · 14 years ago
  94. 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
  95. f20e3e5 Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 14 years ago
  96. bfa0678 llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 14 years ago
  97. 81c80dd Revert "llvm-objdump: Add static symbol table dumping." by Michael J. Spencer · 14 years ago
  98. 6b22ef8 llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 14 years ago
  99. 4e25c02 llvm-objdump: Add -s, which prints the contents of each section. by Michael J. Spencer · 14 years ago
  100. 51862b3 llvm-object: Add inline relocation information to disassembly. by Michael J. Spencer · 14 years ago