summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [objdump] Make iterator operator* return a reference.Benjamin Kramer2015-09-241-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+3
* Use higher level functions in llvm-objdump.Rafael Espindola2015-08-101-17/+12
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+3
* [llvm-objdump] Add missing call to exit(1).Davide Italiano2015-08-061-0/+1
* [llvm-objdump] Call exit(1) on error, i.e. fail early.Davide Italiano2015-08-051-69/+31
* [llvm-objdump] Range-loopify. NFC intended.Davide Italiano2015-08-031-3/+2
* [llvm-objdump] Inverting logic to match the word "predicate". Returning true...Colin LeMahieu2015-07-291-4/+4
* [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...Colin LeMahieu2015-07-291-14/+15
* [llvm-objdump] Added -j flag to filter sections that are operated on.Colin LeMahieu2015-07-291-15/+86
* [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on...Colin LeMahieu2015-07-231-2/+11
* Add missing 'const'. I don't think this is strictly required, but someDaniel Jasper2015-07-101-1/+1
* [llvm-objdump] Require that jump targets shown in -d are functionsDavid Majnemer2015-07-091-6/+17
* llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-astAdrian Prantl2015-07-081-3/+50
* [llvm-objdump] Print the call target next to the instructionDavid Majnemer2015-07-071-0/+36
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-7/+0
* Simplify. NFC.Rafael Espindola2015-07-061-3/+1
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-10/+11
* 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
OpenPOWER on IntegriCloud