summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-12/+18
* Expose getRel and getRela to reduce code duplication.Rafael Espindola2015-07-021-19/+10
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-8/+18
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-3/+2
* Move function to the only file that uses it.Rafael Espindola2015-06-301-2/+35
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-5/+2
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-8/+4
* Convert obj->getSymbolName to sym->getName.Rafael Espindola2015-06-291-1/+1
* Factor out the checking of string tables.Rafael Espindola2015-06-291-1/+5
* Remove Elf_Sym_Iter.Rafael Espindola2015-06-291-2/+5
* Rename getObjectFile to getObject for consistency.Rafael Espindola2015-06-261-1/+1
* Simplify getSymbolType.Rafael Espindola2015-06-261-3/+1
* Add an ELFSymbolRef type.Rafael Espindola2015-06-251-2/+2
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-4/+5
* Revert "[FaultMaps] Move FaultMapParser to Object/"Sanjoy Das2015-06-231-1/+1
* Don't pass a 32 bit value to "%08" PRIx64.Rafael Espindola2015-06-231-4/+4
* objdump: Don't print a (always 0) size for MachO symbols.Rafael Espindola2015-06-231-10/+10
* [FaultMaps] Move FaultMapParser to Object/Sanjoy Das2015-06-231-1/+1
* [FaultMaps] Add a parser for the __llvm__faultmaps section.Sanjoy Das2015-06-221-1/+52
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-4/+4
* [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett...Colin LeMahieu2015-06-071-0/+5
* llvm-objdump: return non-zero exit code for certain cases of invalid inputAlexey Samsonov2015-06-041-7/+12
* Disassemble the start of sections even if there is no symbol there.Rafael Espindola2015-06-041-5/+3
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-031-11/+24
* Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola2015-06-031-3/+382
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-3/+1
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-311-3/+1
* [Objdump] Removing unused parameter.Colin LeMahieu2015-05-291-2/+2
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-3/+61
* 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
OpenPOWER on IntegriCloud