summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-20/+1
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-4/+6
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-061-0/+2
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-0/+9
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-2/+2
* Enable streaming of bitcodeDerek Schuff2012-02-061-2/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+1
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-081-1/+0
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-191-0/+47
OpenPOWER on IntegriCloud