1. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  2. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  3. 7f162ec Expose getRel and getRela to reduce code duplication. by Rafael Espindola · 10 years ago
  4. 6def304 Return ErrorOr from getSection. by Rafael Espindola · 10 years ago
  5. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  6. 0ad71d9 Move function to the only file that uses it. by Rafael Espindola · 10 years ago
  7. f69ac42 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  8. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  9. 44c2871 Convert obj->getSymbolName to sym->getName. by Rafael Espindola · 10 years ago
  10. 6a1bfb2 Factor out the checking of string tables. by Rafael Espindola · 10 years ago
  11. 719dc7c Remove Elf_Sym_Iter. by Rafael Espindola · 10 years ago
  12. 854038e Rename getObjectFile to getObject for consistency. by Rafael Espindola · 10 years ago
  13. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  14. dbb6bd3 Add an ELFSymbolRef type. by Rafael Espindola · 10 years ago
  15. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  16. 3f1bc3b Revert "[FaultMaps] Move FaultMapParser to Object/" by Sanjoy Das · 10 years ago
  17. ae3ac08 Don't pass a 32 bit value to "%08" PRIx64. by Rafael Espindola · 10 years ago
  18. 5f7ade2 objdump: Don't print a (always 0) size for MachO symbols. by Rafael Espindola · 10 years ago
  19. 9d95716 [FaultMaps] Move FaultMapParser to Object/ by Sanjoy Das · 10 years ago
  20. 6f567a4 [FaultMaps] Add a parser for the __llvm__faultmaps section. by Sanjoy Das · 10 years ago
  21. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  22. 14ec76e [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
  23. 50d0fbd llvm-objdump: return non-zero exit code for certain cases of invalid input by Alexey Samsonov · 10 years ago
  24. 7884c95 Disassemble the start of sections even if there is no symbol there. by Rafael Espindola · 10 years ago
  25. 75d5b54 Fix the interpretation of a 0 st_name. by Rafael Espindola · 10 years ago
  26. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  27. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  28. a4d22472 Simplify interface of function that doesn't fail. by Rafael Espindola · 10 years ago
  29. 35436a2 [Objdump] Removing unused parameter. by Colin LeMahieu · 10 years ago
  30. 68d967d [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle at a time which is the semantic unit for Hexagon. Fixing tests to use the new format. Disabling tests in the direct object emission path for a followup patch. by Colin LeMahieu · 10 years ago
  31. 1196ca2 Removing a switch statement that only contains a default; NFC. by Aaron Ballman · 10 years ago
  32. 0b5890d [llvm] Adding vdtor to fix warning. by Colin LeMahieu · 10 years ago
  33. fb76b00 [Objdump] Allow instruction pretty printing to be specialized by the target triple. by Colin LeMahieu · 10 years ago
  34. 2048ea4 [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
  35. cd2514d [Object] Teach Object and llvm-objdump about ".hidden" by Davide Italiano · 10 years ago
  36. 0fc1182 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 10 years ago
  37. f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 10 years ago
  38. b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
  39. fc32b1b [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 11 years ago
  40. 916c3b4 [Objdump] Removing size limit on DumpBytes and changing to range based for loop. by Colin LeMahieu · 11 years ago
  41. bc847fa Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 11 years ago
  42. cd66be5 Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  43. f6d2585 Add the -section option to llvm-objdump used with -macho that takes the argument by Kevin Enderby · 11 years ago
  44. 9a50944 dd the option, -link-opt-hints to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  45. bc2f47a [Objdump] Output information about common symbols in a way closer to GNU objdump. by Colin LeMahieu · 11 years ago
  46. 69fe98d Add the option, -data-in-code, to llvm-objdump used with -macho to print the Mach-O data in code table. by Kevin Enderby · 11 years ago
  47. a7bdc7e Add the option, -indirect-symbols, used with -macho to print the Mach-O indirect symbol table to llvm-objdump. by Kevin Enderby · 11 years ago
  48. 98da613 For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). by Kevin Enderby · 11 years ago
  49. 13023a1 Add the option, -archive-headers, used with -macho to print the Mach-O archive headers to llvm-objdump. by Kevin Enderby · 11 years ago
  50. 131d177 Add the option, -universal-headers, used with -macho to print the Mach-O universal headers to llvm-objdump. by Kevin Enderby · 11 years ago
  51. e2297dd Slightly refactor things for llvm-objdump and the -macho option so it can be used with by Kevin Enderby · 11 years ago
  52. 839353b Remove unused includes and out of date comment. NFC. by Rafael Espindola · 11 years ago
  53. ef3ad2f Re-add support to llvm-objdump for Mach-O universal files and archives with -macho by Kevin Enderby · 11 years ago
  54. de882cd This reverts commit r223306 and r223277. by Rafael Espindola · 11 years ago
  55. 3f0ffab Add support to llvm-objdump for Mach-O universal files and archives with -macho. by Kevin Enderby · 11 years ago
  56. 98fe58a Object/COFF: Fix off-by-one error for object having lots of relocations by Rui Ueyama · 11 years ago
  57. 236b0ca Object, COFF: Tighten the object file parser by David Majnemer · 11 years ago
  58. 106fd7b Fixing more -Wcast-qual warnings; NFC. by Aaron Ballman · 11 years ago
  59. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  60. 185b5b1 llvm-objdump: Skip empty sections when dumping contents by David Majnemer · 11 years ago
  61. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  62. bf246f5 Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O files to by Kevin Enderby · 11 years ago
  63. 56ebef4 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options by Nick Kledzik · 11 years ago
  64. 4d57159 MC: Add support for BigObj by David Majnemer · 11 years ago
  65. ac43144 [llvm-objdump] support -rebase option for mach-o to dump rebasing info by Nick Kledzik · 11 years ago
  66. 44f51e5 Object: Add support for bigobj by David Majnemer · 11 years ago
  67. 888320e Nuke MCAnalysis. by Sean Silva · 11 years ago
  68. d04bc35 Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
  69. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  70. b76d386 Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  71. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  72. c66d761 llvm-objdump: don't print relocations in non-relocatable files. by Rafael Espindola · 11 years ago
  73. e45c740 Fix an off-by-one bug in the target independent llvm-objdump. by Rafael Espindola · 11 years ago
  74. c959562 Add the -mcpu= option to llvm-objdump for use with the disassemblers. by Kevin Enderby · 11 years ago
  75. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  76. 4bd286a llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
  77. 3f0549f Move MCObjectSymbolizer.h to MC/MCAnalysis. by Rafael Espindola · 11 years ago
  78. 437b0d5 Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  79. 8f6b04c llvm-objdump: Handle BSS sections larger than the object file by David Majnemer · 11 years ago
  80. cbc5ac7 Move CFG building code to a new lib/MC/MCAnalysis library. by Rafael Espindola · 11 years ago
  81. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  82. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  83. ae46002 Convert the Archive API to use ErrorOr. by Rafael Espindola · 11 years ago
  84. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  85. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  86. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  87. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  88. 98938f1 objdump: identify WoA WinCOFF/ARM correctly by Saleem Abdulrasool · 11 years ago
  89. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 11 years ago
  90. 13a3f69 tools: fix heap-buffer-overrun detected via ASAN by Saleem Abdulrasool · 11 years ago
  91. 7050eed tools: simplify symbol handling in objdump by Saleem Abdulrasool · 11 years ago
  92. d38c6b1 tools: address possible non-null terminated filenames by Saleem Abdulrasool · 11 years ago
  93. 63a0dd6 tools: avoid a string duplication by Saleem Abdulrasool · 11 years ago
  94. 9ede5c7 tools: teach objdump about FILE aux records by Saleem Abdulrasool · 11 years ago
  95. eb37092 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 12 years ago
  96. 1843227 llvm-objdump output hex to match binutils' objdump by Greg Fitzgerald · 12 years ago
  97. ddf28f2 Object: Provide a richer means of describing auxiliary symbols by David Majnemer · 12 years ago
  98. 4e39f71 Use early returns to reduce nesting. by Rui Ueyama · 12 years ago
  99. 464d2e4 [C++11] Introduce ObjectFile::symbols() to use range-based loops. by Alexey Samsonov · 12 years ago
  100. aa4d295 [C++11] Introduce SectionRef::relocations() to use range-based loops by Alexey Samsonov · 12 years ago