1. e11c9de Stop linking all target libraries in llvm-nm and llvm-objdump. by Pete Cooper · 10 years ago
  2. f070688 [PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbols by Davide Italiano · 10 years ago
  3. c50ae36 [llvm-objdump] Fix time of check to time of use bug. by Davide Italiano · 10 years ago
  4. ac9257b [objdump] Make iterator operator* return a reference. by Benjamin Kramer · 10 years ago
  5. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  6. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  7. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  8. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  9. a01ff22 Use higher level functions in llvm-objdump. by Rafael Espindola · 10 years ago
  10. 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  11. 7f6c301 [llvm-objdump] Add missing call to exit(1). by Davide Italiano · 10 years ago
  12. ccd53fe [llvm-objdump] Call exit(1) on error, i.e. fail early. by Davide Italiano · 10 years ago
  13. 95dd3cb [llvm-objdump] Range-loopify. NFC intended. by Davide Italiano · 10 years ago
  14. da1723f [llvm-objdump] Inverting logic to match the word "predicate". Returning true when we want it rather than when we want to discard it. by Colin LeMahieu · 10 years ago
  15. fcc3276 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
  16. 77804be [llvm-objdump] Added -j flag to filter sections that are operated on. by Colin LeMahieu · 10 years ago
  17. f34933e [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on all sections instead of just text sections. by Colin LeMahieu · 10 years ago
  18. 0f70ee9 Add missing 'const'. I don't think this is strictly required, but some by Daniel Jasper · 10 years ago
  19. 2603a8fa [llvm-objdump] Require that jump targets shown in -d are functions by David Majnemer · 10 years ago
  20. 437105a llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
  21. 81afca6 [llvm-objdump] Print the call target next to the instruction by David Majnemer · 10 years ago
  22. be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
  23. 704cd84 Simplify. NFC. by Rafael Espindola · 10 years ago
  24. ed067c4 Return ErrorOr from getSymbolAddress. by Rafael Espindola · 10 years ago
  25. 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
  26. 7f162ec Expose getRel and getRela to reduce code duplication. by Rafael Espindola · 10 years ago
  27. 6def304 Return ErrorOr from getSection. by Rafael Espindola · 10 years ago
  28. 41bb432 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  29. 0ad71d9 Move function to the only file that uses it. by Rafael Espindola · 10 years ago
  30. f69ac42 Don't return error_code from a function that doesn't fail. by Rafael Espindola · 10 years ago
  31. 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
  32. 44c2871 Convert obj->getSymbolName to sym->getName. by Rafael Espindola · 10 years ago
  33. 6a1bfb2 Factor out the checking of string tables. by Rafael Espindola · 10 years ago
  34. 719dc7c Remove Elf_Sym_Iter. by Rafael Espindola · 10 years ago
  35. 854038e Rename getObjectFile to getObject for consistency. by Rafael Espindola · 10 years ago
  36. 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
  37. dbb6bd3 Add an ELFSymbolRef type. by Rafael Espindola · 10 years ago
  38. d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  39. 3f1bc3b Revert "[FaultMaps] Move FaultMapParser to Object/" by Sanjoy Das · 10 years ago
  40. ae3ac08 Don't pass a 32 bit value to "%08" PRIx64. by Rafael Espindola · 10 years ago
  41. 5f7ade2 objdump: Don't print a (always 0) size for MachO symbols. by Rafael Espindola · 10 years ago
  42. 9d95716 [FaultMaps] Move FaultMapParser to Object/ by Sanjoy Das · 10 years ago
  43. 6f567a4 [FaultMaps] Add a parser for the __llvm__faultmaps section. by Sanjoy Das · 10 years ago
  44. 7d09919 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  45. 14ec76e [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
  46. 50d0fbd llvm-objdump: return non-zero exit code for certain cases of invalid input by Alexey Samsonov · 10 years ago
  47. 7884c95 Disassemble the start of sections even if there is no symbol there. by Rafael Espindola · 10 years ago
  48. 75d5b54 Fix the interpretation of a 0 st_name. by Rafael Espindola · 10 years ago
  49. 37070a5 Move to llvm-objdump a large amount of code to that is only used there. by Rafael Espindola · 10 years ago
  50. 5eb02e4 Simplify another function that doesn't fail. by Rafael Espindola · 10 years ago
  51. a4d22472 Simplify interface of function that doesn't fail. by Rafael Espindola · 10 years ago
  52. 35436a2 [Objdump] Removing unused parameter. by Colin LeMahieu · 10 years ago
  53. 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
  54. 1196ca2 Removing a switch statement that only contains a default; NFC. by Aaron Ballman · 10 years ago
  55. 0b5890d [llvm] Adding vdtor to fix warning. by Colin LeMahieu · 10 years ago
  56. fb76b00 [Objdump] Allow instruction pretty printing to be specialized by the target triple. by Colin LeMahieu · 10 years ago
  57. 2048ea4 [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
  58. cd2514d [Object] Teach Object and llvm-objdump about ".hidden" by Davide Italiano · 10 years ago
  59. 0fc1182 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 11 years ago
  60. f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 11 years ago
  61. b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
  62. fc32b1b [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 11 years ago
  63. 916c3b4 [Objdump] Removing size limit on DumpBytes and changing to range based for loop. by Colin LeMahieu · 11 years ago
  64. bc847fa Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 11 years ago
  65. cd66be5 Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  66. f6d2585 Add the -section option to llvm-objdump used with -macho that takes the argument by Kevin Enderby · 11 years ago
  67. 9a50944 dd the option, -link-opt-hints to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  68. bc2f47a [Objdump] Output information about common symbols in a way closer to GNU objdump. by Colin LeMahieu · 11 years ago
  69. 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
  70. 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
  71. 98da613 For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). by Kevin Enderby · 11 years ago
  72. 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
  73. 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
  74. e2297dd Slightly refactor things for llvm-objdump and the -macho option so it can be used with by Kevin Enderby · 11 years ago
  75. 839353b Remove unused includes and out of date comment. NFC. by Rafael Espindola · 11 years ago
  76. ef3ad2f Re-add support to llvm-objdump for Mach-O universal files and archives with -macho by Kevin Enderby · 11 years ago
  77. de882cd This reverts commit r223306 and r223277. by Rafael Espindola · 11 years ago
  78. 3f0ffab Add support to llvm-objdump for Mach-O universal files and archives with -macho. by Kevin Enderby · 11 years ago
  79. 98fe58a Object/COFF: Fix off-by-one error for object having lots of relocations by Rui Ueyama · 11 years ago
  80. 236b0ca Object, COFF: Tighten the object file parser by David Majnemer · 11 years ago
  81. 106fd7b Fixing more -Wcast-qual warnings; NFC. by Aaron Ballman · 11 years ago
  82. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  83. 185b5b1 llvm-objdump: Skip empty sections when dumping contents by David Majnemer · 11 years ago
  84. 8029127 Remove bogus std::error_code returns form SectionRef. by Rafael Espindola · 11 years ago
  85. bf246f5 Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O files to by Kevin Enderby · 11 years ago
  86. 56ebef4 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options by Nick Kledzik · 11 years ago
  87. 4d57159 MC: Add support for BigObj by David Majnemer · 11 years ago
  88. ac43144 [llvm-objdump] support -rebase option for mach-o to dump rebasing info by Nick Kledzik · 11 years ago
  89. 44f51e5 Object: Add support for bigobj by David Majnemer · 11 years ago
  90. 888320e Nuke MCAnalysis. by Sean Silva · 11 years ago
  91. d04bc35 Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
  92. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  93. b76d386 Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  94. 48af1c2 Don't own the buffer in object::Binary. by Rafael Espindola · 11 years ago
  95. c66d761 llvm-objdump: don't print relocations in non-relocatable files. by Rafael Espindola · 11 years ago
  96. e45c740 Fix an off-by-one bug in the target independent llvm-objdump. by Rafael Espindola · 11 years ago
  97. c959562 Add the -mcpu= option to llvm-objdump for use with the disassemblers. by Kevin Enderby · 11 years ago
  98. 3f6481d Remove some calls to std::move. by Rafael Espindola · 11 years ago
  99. 4bd286a llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
  100. 3f0549f Move MCObjectSymbolizer.h to MC/MCAnalysis. by Rafael Espindola · 11 years ago