summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-1/+1
* Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby2014-08-221-0/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby2014-08-061-0/+2
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-011-0/+3
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-3/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+0
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-1/+2
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-2/+1
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-1/+2
OpenPOWER on IntegriCloud