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