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