1. 45d116d [llvm-objdump] - Cleanup the code. NFCI. by George Rimar · 7 years ago
  2. c04ae04 [llvm-objdump] Add ability to demangle COFF symbols. by Zachary Turner · 7 years ago
  3. 58b1de4 objdump: Better handling of Mach-O universal binaries by Dave Lee · 7 years ago
  4. 05d358b [llvm-objdump] Add dynamic section printing to private-headers option by Paul Semel · 7 years ago
  5. baea3f0 [llvm-objdump] Add -demangle (-C) option by Paul Semel · 7 years ago
  6. 31b21da Revert "[llvm-objdump] Add -demangle (-C) option" by Paul Semel · 7 years ago
  7. 3a44ccd [llvm-objdump] Add -demangle (-C) option by Paul Semel · 7 years ago
  8. d069a21 [llvm-objdump] Add --file-headers (-f) option by Paul Semel · 7 years ago
  9. 84e5dbf [llvm-objdump] Add -x --all-headers options by Fangrui Song · 7 years ago
  10. 3fc70658 [llvm-objdump] Add -R option by Paul Semel · 7 years ago
  11. 1ae32f1 Add the rest of the error checking for Mach-O dyld compact bind entry errors by Kevin Enderby · 8 years ago
  12. 5bbd189 llvm-objdump: make NoLeadingAddr work on more than just MachO by Saleem Abdulrasool · 9 years ago
  13. 7a578c9 [WebAssembly] Add llvm-objdump support for wasm file format by Derek Schuff · 9 years ago
  14. fbd189d General clean up of error handling in llvm-objdump to remove its use of report_fatal_error(). by Kevin Enderby · 9 years ago
  15. 8a83602 llvm-objdump: add coff import library symbol listing support by Saleem Abdulrasool · 9 years ago
  16. c827f2c Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary by Kevin Enderby · 9 years ago
  17. e9ddf3a Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  18. 77be094 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  19. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  20. c6bf9be Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 9 years ago
  21. 2557480 Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
  22. f3e6026 For llvm-objdump, add the option -private-header (without the trailing ’s’) by Kevin Enderby · 10 years ago
  23. ec0fb28 [llvm-objdump] Mark noreturn function as such. by Davide Italiano · 10 years ago
  24. abe8418 [llvm-objdump] Move COFF function to where it belongs. by Davide Italiano · 10 years ago
  25. 11fd7a2 Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Pete Cooper · 10 years ago
  26. 3c9c3bf Improve DWARFDebugFrame::parse to also handle __eh_frame. by Pete Cooper · 10 years ago
  27. f276576 [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
  28. 281c1b0 [llvm-objdump] Call exit(1) on error, i.e. fail early. by Davide Italiano · 10 years ago
  29. 154b3f0 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
  30. edbf9d7 [llvm-objdump] Added -j flag to filter sections that are operated on. by Colin LeMahieu · 10 years ago
  31. ea80502 [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
  32. 54a2768 llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
  33. 8cc8dbc [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
  34. 58dd70d [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
  35. 95d8155 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 10 years ago
  36. 1fa94d6 Add a -raw option to the -section mode of llvm-objdump. by Adrian Prantl · 10 years ago
  37. db4d401 [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 10 years ago
  38. 73cd697d Add the option, -dis-symname to llvm-objdump used with -macho and by Kevin Enderby · 10 years ago
  39. 6250724 Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 10 years ago
  40. 300c79d Add the option, -non-verbose to llvm-objdump used with -macho to print things by Kevin Enderby · 10 years ago
  41. 8284f0f Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 10 years ago
  42. 0602444 Add the -section option to llvm-objdump used with -macho that takes the argument by Kevin Enderby · 11 years ago
  43. a167fe1 dd the option, -link-opt-hints to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
  44. 66e2ddc 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
  45. bcbb869 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
  46. c97fb73 For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). by Kevin Enderby · 11 years ago
  47. cdfe54f Add the option, -archive-headers, used with -macho to print the Mach-O archive headers to llvm-objdump. by Kevin Enderby · 11 years ago
  48. 6248d1b Add the option, -universal-headers, used with -macho to print the Mach-O universal headers to llvm-objdump. by Kevin Enderby · 11 years ago
  49. 60e9ca4 Slightly refactor things for llvm-objdump and the -macho option so it can be used with by Kevin Enderby · 11 years ago
  50. a48b83e Remove the now unused StringRefMemoryObject.h. by Rafael Espindola · 11 years ago
  51. e793862 Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O files to by Kevin Enderby · 11 years ago
  52. 367cf70 [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options by Nick Kledzik · 11 years ago
  53. a240fc5 [llvm-objdump] support -rebase option for mach-o to dump rebasing info by Nick Kledzik · 11 years ago
  54. aa4d2ac Object/llvm-objdump: allow dumping of mach-o exports trie by Nick Kledzik · 11 years ago
  55. d9757b4 Add the start of the support for llvm-objdump’s -private-headers for Mach-O files. by Kevin Enderby · 11 years ago
  56. 00e08fc Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  57. 75d423f Add the -mcpu= option to llvm-objdump for use with the disassemblers. by Kevin Enderby · 11 years ago
  58. f28a36e llvm-objdump: implement printing for MachO __compact_unwind info. by Tim Northover · 11 years ago
  59. a20bcb9 Remove all uses of 'using std::error_code' from headers. by Rafael Espindola · 11 years ago
  60. 5c792fa Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  61. 7acd886 Use std::error_code instead of llvm::error_code. by Rafael Espindola · 11 years ago
  62. a6610ee Re-submit r191472 with a fix for big endian. by Rui Ueyama · 12 years ago
  63. 4715a11 Revert "llvm-objdump: Dump COFF import table if -private-headers option is given." by Rui Ueyama · 12 years ago
  64. 0c873ad llvm-objdump: Dump COFF import table if -private-headers option is given. by Rui Ueyama · 12 years ago
  65. ef99356 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 12 years ago
  66. 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
  67. b2c064c [objdump] Add --private-headers, -p. by Michael J. Spencer · 13 years ago
  68. eef7b62 Add dump of Win64 EH unwind data. by Michael J. Spencer · 13 years ago
  69. adef06a Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
  70. 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
  71. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  72. 27781b7 llvm-objdump: Add relocation and archive support. by Michael J. Spencer · 14 years ago
  73. 0b8b771 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