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