summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removing a switch statement that only contains a default; NFC.Aaron Ballman2015-05-291-4/+1
* [llvm] Adding vdtor to fix warning.Colin LeMahieu2015-05-281-0/+1
* [Objdump] Allow instruction pretty printing to be specialized by the target t...Colin LeMahieu2015-05-281-6/+28
* [llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu2015-05-281-14/+1
* [Object] Teach Object and llvm-objdump about ".hidden"Davide Italiano2015-04-301-2/+6
* Add the option -objc-meta-data to llvm-objdump used with -macho toKevin Enderby2015-04-011-0/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-1/+1
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+1
* [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St...Colin LeMahieu2015-03-181-3/+2
* [Objdump] Removing size limit on DumpBytes and changing to range based for loop.Colin LeMahieu2015-03-181-20/+7
* Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -machoKevin Enderby2015-03-161-0/+2
* 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-1/+2
* dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby2015-01-271-1/+2
* [Objdump] Output information about common symbols in a way closer to GNU objd...Colin LeMahieu2015-01-231-1/+11
* Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby2015-01-231-1/+2
* Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...Kevin Enderby2015-01-221-1/+2
* For llvm-objdump, hook up existing options to work when using -macho (the Mac...Kevin Enderby2015-01-201-15/+15
* Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby2015-01-151-1/+2
* Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby2015-01-091-1/+2
* Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby2015-01-071-22/+25
* Remove unused includes and out of date comment. NFC.Rafael Espindola2014-12-171-1/+0
* Re-add support to llvm-objdump for Mach-O universal files and archives with -...Kevin Enderby2014-12-041-1/+1
* This reverts commit r223306 and r223277.Rafael Espindola2014-12-031-1/+1
* Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby2014-12-031-1/+1
* Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama2014-11-261-1/+3
* Object, COFF: Tighten the object file parserDavid Majnemer2014-11-171-2/+1
* Fixing more -Wcast-qual warnings; NFC.Aaron Ballman2014-11-121-2/+4
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-7/+8
* llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer2014-11-111-3/+6
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-34/+12
* Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby2014-09-241-3/+4
* [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind optionsNick Kledzik2014-09-161-1/+51
* MC: Add support for BigObjDavid Majnemer2014-09-151-1/+3
* [llvm-objdump] support -rebase option for mach-o to dump rebasing infoNick Kledzik2014-09-121-1/+19
* Object: Add support for bigobjDavid Majnemer2014-09-101-19/+15
* Nuke MCAnalysis.Sean Silva2014-09-021-119/+0
* Object/llvm-objdump: allow dumping of mach-o exports trieNick Kledzik2014-08-301-1/+18
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-8/+8
* Add the start of the support for llvm-objdump’s -private-headers for Mach-O...Kevin Enderby2014-08-221-0/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola2014-08-171-0/+5
* Fix an off-by-one bug in the target independent llvm-objdump.Rafael Espindola2014-08-171-10/+5
* Add the -mcpu= option to llvm-objdump for use with the disassemblers.Kevin Enderby2014-08-061-3/+9
* Remove some calls to std::move.Rafael Espindola2014-08-011-3/+3
* llvm-objdump: implement printing for MachO __compact_unwind info.Tim Northover2014-08-011-2/+4
* Move MCObjectSymbolizer.h to MC/MCAnalysis.Rafael Espindola2014-07-311-1/+1
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer2014-07-141-4/+8
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-4/+4
OpenPOWER on IntegriCloud