1. 030ad37 [llvm-objdump] Add ability to demangle COFF symbols. by Zachary Turner · 7 years ago
  2. 3fb120f objdump: Better handling of Mach-O universal binaries by Dave Lee · 7 years ago
  3. 0913dcd [llvm-objdump] Add dynamic section printing to private-headers option by Paul Semel · 7 years ago
  4. 007dedb [llvm-objdump] Add -demangle (-C) option by Paul Semel · 7 years ago
  5. 0f9ca2d Revert "[llvm-objdump] Add -demangle (-C) option" by Paul Semel · 7 years ago
  6. bcf55ab [llvm-objdump] Add -demangle (-C) option by Paul Semel · 7 years ago
  7. d2af4d6 [llvm-objdump] Add --file-headers (-f) option by Paul Semel · 7 years ago
  8. 8513cd4 [llvm-objdump] Add -x --all-headers options by Fangrui Song · 7 years ago
  9. cb0f043 [llvm-objdump] Add -R option by Paul Semel · 7 years ago
  10. a8d256c Add the rest of the error checking for Mach-O dyld compact bind entry errors by Kevin Enderby · 9 years ago
  11. dea14b2 llvm-objdump: make NoLeadingAddr work on more than just MachO by Saleem Abdulrasool · 9 years ago
  12. 2c6f75d [WebAssembly] Add llvm-objdump support for wasm file format by Derek Schuff · 9 years ago
  13. 7fa40c9 General clean up of error handling in llvm-objdump to remove its use of report_fatal_error(). by Kevin Enderby · 9 years ago
  14. c6bf547 llvm-objdump: add coff import library symbol listing support by Saleem Abdulrasool · 9 years ago
  15. 4239805 Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary by Kevin Enderby · 9 years ago
  16. 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  17. ac9e155 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  18. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  19. 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  20. 03a670c Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
  21. 0ae163f For llvm-objdump, add the option -private-header (without the trailing ’s’) by Kevin Enderby · 10 years ago
  22. ed9d95b [llvm-objdump] Mark noreturn function as such. by Davide Italiano · 10 years ago
  23. e85abf7 [llvm-objdump] Move COFF function to where it belongs. by Davide Italiano · 10 years ago
  24. 9805253 Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Pete Cooper · 10 years ago
  25. 6c97f4c Improve DWARFDebugFrame::parse to also handle __eh_frame. by Pete Cooper · 10 years ago
  26. b13edeb [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
  27. ccd53fe [llvm-objdump] Call exit(1) on error, i.e. fail early. by Davide Italiano · 10 years ago
  28. fcc3276 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
  29. 77804be [llvm-objdump] Added -j flag to filter sections that are operated on. by Colin LeMahieu · 10 years ago
  30. 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
  31. 437105a llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
  32. 14ec76e [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
  33. 2048ea4 [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
  34. 0fc1182 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 10 years ago
  35. c2401dd Add a -raw option to the -section mode of llvm-objdump. by Adrian Prantl · 11 years ago
  36. fc32b1b [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 11 years ago
  37. 6a22175 Add the option, -dis-symname to llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
  38. bc847fa Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 11 years ago
  39. f064075 Add the option, -non-verbose to llvm-objdump used with -macho to print things by Kevin Enderby · 11 years ago
  40. cd66be5 Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  41. f6d2585 Add the -section option to llvm-objdump used with -macho that takes the argument by Kevin Enderby · 11 years ago
  42. 9a50944 dd the option, -link-opt-hints to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  43. 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
  44. 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
  45. 98da613 For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). by Kevin Enderby · 11 years ago
  46. 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
  47. 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
  48. e2297dd Slightly refactor things for llvm-objdump and the -macho option so it can be used with by Kevin Enderby · 11 years ago
  49. cac0088 Remove the now unused StringRefMemoryObject.h. by Rafael Espindola · 11 years ago
  50. bf246f5 Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O files to by Kevin Enderby · 11 years ago
  51. 56ebef4 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options by Nick Kledzik · 11 years ago
  52. ac43144 [llvm-objdump] support -rebase option for mach-o to dump rebasing info by Nick Kledzik · 11 years ago
  53. d04bc35 Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
  54. b76d386 Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  55. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  56. c959562 Add the -mcpu= option to llvm-objdump for use with the disassemblers. by Kevin Enderby · 11 years ago
  57. 4bd286a llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
  58. bff5d0d Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  59. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  60. 5c4f829 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  61. c2bed42 Re-submit r191472 with a fix for big endian. by Rui Ueyama · 12 years ago
  62. 333d28a Revert "llvm-objdump: Dump COFF import table if -private-headers option is given." by Rui Ueyama · 12 years ago
  63. 5b1adba llvm-objdump: Dump COFF import table if -private-headers option is given. by Rui Ueyama · 12 years ago
  64. aa79068 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 12 years ago
  65. ad1084d Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
  66. 209565db [objdump] Add --private-headers, -p. by Michael J. Spencer · 13 years ago
  67. 0c6ec48 Add dump of Win64 EH unwind data. by Michael J. Spencer · 13 years ago
  68. 56b662c Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
  69. 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
  70. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  71. ba4a362 llvm-objdump: Add relocation and archive support. by Michael J. Spencer · 14 years ago
  72. 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