summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbolsDavide Italiano2015-10-011-0/+49
* [llvm-objdump] Fix time of check to time of use bug.Davide Italiano2015-10-011-3/+0
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-4/+5
* [objdump] Make iterator operator* return a reference.Benjamin Kramer2015-09-241-1/+1
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-212-10/+10
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-152-7/+5
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-152-5/+7
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-152-7/+5
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-152-5/+7
* [llvm-readobj] Shrink code a little bit. No functional change.Davide Italiano2015-09-071-36/+9
* [llvm-reaodbj] Simplify code. No functional change (intended).Davide Italiano2015-09-021-24/+8
* [llvm-objdump] Use the new MinVersion API introduced in r245938. NFC.Davide Italiano2015-08-261-8/+12
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-2/+0
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-1/+0
* Use higher level functions in llvm-objdump.Rafael Espindola2015-08-101-17/+12
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-073-9/+8
* [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-054-89/+42
* [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-293-26/+21
* [llvm-objdump] Added -j flag to filter sections that are operated on.Colin LeMahieu2015-07-292-16/+88
* [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on...Colin LeMahieu2015-07-232-3/+13
* Simplify iterating over program headers and detect corrupt ones.Rafael Espindola2015-07-201-20/+12
* 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-083-14/+53
* [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-072-12/+2
* Simplify. NFC.Rafael Espindola2015-07-061-3/+1
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-032-11/+14
* Use getValue instead of getAddress in a few MachO only cases.Rafael Espindola2015-07-031-23/+9
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-023-55/+87
* Expose getRel and getRela to reduce code duplication.Rafael Espindola2015-07-021-19/+10
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-8/+18
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-301-3/+3
* 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-293-29/+14
* 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-262-4/+4
* Simplify getSymbolType.Rafael Espindola2015-06-262-14/+7
* Add an ELFSymbolRef type.Rafael Espindola2015-06-251-2/+2
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-242-10/+10
* 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
OpenPOWER on IntegriCloud