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