aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-13For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby1-2/+22
2016-01-12[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman1-0/+17
2015-12-29[llvm-objdump] Mark noreturn function as such.Davide Italiano1-1/+2
2015-12-25[llvm-objdump] Use stderr and not stdout for fatal errors.Davide Italiano1-2/+2
2015-12-20[llvm-objdump] Move COFF function to where it belongs.Davide Italiano1-50/+1
2015-12-19[llvm-objdump] Fail early if we can't parse the object header.Davide Italiano1-4/+5
2015-12-18Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper1-13/+1
2015-12-18Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper1-1/+13
2015-12-17[llvm-objdump] Use report_fatal_error() for a more uniform error handling.Davide Italiano1-29/+13
2015-12-08[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano1-1/+1
2015-12-03[llvm-objdump] Use report_fatal_error() if we can't find a target.Davide Italiano1-8/+2
2015-11-18Fix LLD testsuite fallout from r253429David Majnemer1-4/+4
2015-11-18[llvm-objdump] Use the COFF export table for additional symbolsDavid Majnemer1-57/+118
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby1-1/+4
2015-11-04[ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein1-0/+1
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby1-6/+1
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby1-1/+6
2015-10-07Stop linking all target libraries in llvm-nm and llvm-objdump.Pete Cooper1-1/+0
2015-10-01[PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbolsDavide Italiano1-0/+49
2015-10-01[llvm-objdump] Fix time of check to time of use bug.Davide Italiano1-3/+0
2015-09-24[objdump] Make iterator operator* return a reference.Benjamin Kramer1-1/+1
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-3/+2
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-2/+3
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-3/+2
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-2/+3
2015-08-10Use higher level functions in llvm-objdump.Rafael Espindola1-17/+12
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola1-2/+3
2015-08-06[llvm-objdump] Add missing call to exit(1).Davide Italiano1-0/+1
2015-08-05[llvm-objdump] Call exit(1) on error, i.e. fail early.Davide Italiano1-69/+31
2015-08-03[llvm-objdump] Range-loopify. NFC intended.Davide Italiano1-3/+2
2015-07-29[llvm-objdump] Inverting logic to match the word "predicate". Returning true...Colin LeMahieu1-4/+4
2015-07-29[llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...Colin LeMahieu1-14/+15
2015-07-29[llvm-objdump] Added -j flag to filter sections that are operated on.Colin LeMahieu1-15/+86
2015-07-23[llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on...Colin LeMahieu1-2/+11
2015-07-10Add missing 'const'. I don't think this is strictly required, but someDaniel Jasper1-1/+1
2015-07-09[llvm-objdump] Require that jump targets shown in -d are functionsDavid Majnemer1-6/+17
2015-07-08llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-astAdrian Prantl1-3/+50
2015-07-07[llvm-objdump] Print the call target next to the instructionDavid Majnemer1-0/+36
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola1-7/+0
2015-07-06Simplify. NFC.Rafael Espindola1-3/+1
2015-07-03Return ErrorOr from getSymbolAddress.Rafael Espindola1-10/+11
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola1-12/+18
2015-07-02Expose getRel and getRela to reduce code duplication.Rafael Espindola1-19/+10
2015-07-01Return ErrorOr from getSection.Rafael Espindola1-8/+18
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola1-3/+2
2015-06-30Move function to the only file that uses it.Rafael Espindola1-2/+35
2015-06-30Don't return error_code from a function that doesn't fail.Rafael Espindola1-5/+2
2015-06-29Don't return error_code from function that never fails.Rafael Espindola1-8/+4
2015-06-29Convert obj->getSymbolName to sym->getName.Rafael Espindola1-1/+1
2015-06-29Factor out the checking of string tables.Rafael Espindola1-1/+5