summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel2018-07-251-0/+1
* [llvm-objdump] Add -demangle (-C) optionPaul Semel2018-07-181-0/+2
* Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel2018-07-111-2/+0
* [llvm-objdump] Add -demangle (-C) optionPaul Semel2018-07-111-0/+2
* [llvm-objdump] Add --file-headers (-f) optionPaul Semel2018-07-041-0/+1
* [llvm-objdump] Add -x --all-headers optionsFangrui Song2018-06-271-0/+1
* [llvm-objdump] Add -R optionPaul Semel2018-06-071-0/+2
* Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby2017-03-201-8/+8
* llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool2017-02-081-0/+1
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+1
* General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby2016-11-161-0/+1
* llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool2016-08-181-0/+2
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-0/+1
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-3/+8
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-1/+9
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+2
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-0/+1
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-0/+2
* For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby2016-01-131-0/+2
* [llvm-objdump] Mark noreturn function as such.Davide Italiano2015-12-291-1/+2
* [llvm-objdump] Move COFF function to where it belongs.Davide Italiano2015-12-201-0/+1
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-2/+0
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-0/+2
* [llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano2015-12-081-0/+1
* [llvm-objdump] Call exit(1) on error, i.e. fail early.Davide Italiano2015-08-051-1/+1
* [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...Colin LeMahieu2015-07-291-2/+1
* [llvm-objdump] Added -j flag to filter sections that are operated on.Colin LeMahieu2015-07-291-1/+2
* [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on...Colin LeMahieu2015-07-231-1/+2
* llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-astAdrian Prantl2015-07-081-1/+2
* [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett...Colin LeMahieu2015-06-071-0/+1
* [llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu2015-05-281-1/+0
* Add the option -objc-meta-data to llvm-objdump used with -macho toKevin Enderby2015-04-011-1/+1
* Add a -raw option to the -section mode of llvm-objdump.Adrian Prantl2015-03-271-0/+1
* [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St...Colin LeMahieu2015-03-181-1/+1
* Add the option, -dis-symname to llvm-objdump used with -macho andKevin Enderby2015-03-171-0/+1
* Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -machoKevin Enderby2015-03-161-0/+2
* Add the option, -non-verbose to llvm-objdump used with -macho to print thingsKevin Enderby2015-03-131-0/+1
* Add the option, -info-plist to llvm-objdump used with -macho to print theKevin Enderby2015-03-111-0/+1
* Add the -section option to llvm-objdump used with -macho that takes the argumentKevin Enderby2015-01-311-0/+1
* dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby2015-01-271-0/+1
* Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby2015-01-231-0/+1
* Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...Kevin Enderby2015-01-221-0/+1
* For llvm-objdump, hook up existing options to work when using -macho (the Mac...Kevin Enderby2015-01-201-0/+9
* Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby2015-01-151-0/+1
* Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby2015-01-091-0/+1
* Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby2015-01-071-1/+13
* Remove the now unused StringRefMemoryObject.h.Rafael Espindola2014-11-121-1/+0
* Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby2014-09-241-0/+1
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-0/+3
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-0/+1
OpenPOWER on IntegriCloud