summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Remove dead code. Add an assertion instead.Davide Italiano2016-01-131-2/+3
* [llvm-objdump] Use report_error() and improve error coverage.Davide Italiano2016-01-131-4/+2
* For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby2016-01-133-11/+46
* COFF: Teach llvm-objdump how to dump DLL forwarder symbols.Rui Ueyama2016-01-121-1/+18
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-0/+17
* [llvm-objdump] Mark noreturn function as such.Davide Italiano2015-12-292-2/+4
* [llvm-objdump] Use stderr and not stdout for fatal errors.Davide Italiano2015-12-251-2/+2
* [llvm-objdump] Use appropriate helper. NFC.Davide Italiano2015-12-211-2/+1
* [llvm-objdump] Move COFF function to where it belongs.Davide Italiano2015-12-203-50/+51
* [llvm-objdump] Fail early if we can't parse the object header.Davide Italiano2015-12-191-4/+5
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-183-21/+259
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-183-259/+21
* [llvm-objdump] Use report_fatal_error() for a more uniform error handling.Davide Italiano2015-12-171-29/+13
* [llvm-objdump/MachODump] Shrink code a little bit. NFC.Davide Italiano2015-12-151-4/+1
* Factor out some duplication. NFC.Pete Cooper2015-12-141-44/+20
* Start implementing FDE dumping when printing the eh_frame.Pete Cooper2015-12-141-5/+107
* Print the eh_frame section in MachoDump.Pete Cooper2015-12-141-1/+180
* [llvm-objdump/MachoDump] Simplify.Davide Italiano2015-12-121-7/+3
* [llvm-objdump/MachODump] Reduce code duplication.Davide Italiano2015-12-111-69/+41
* [llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano2015-12-083-21/+10
* [llvm-objdump/MachoDump] Make code much more concise.Davide Italiano2015-12-071-20/+5
* [llvm-objdump] Use report_fatal_error() if we can't find a target.Davide Italiano2015-12-031-8/+2
* Fix LLD testsuite fallout from r253429David Majnemer2015-11-181-4/+4
* [llvm-objdump] Use the COFF export table for additional symbolsDavid Majnemer2015-11-181-57/+118
* [Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka2015-11-121-1/+1
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-052-8/+39
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-041-0/+1
* MachO: support tvOS and watchOS version min commands in llvm-objdumpTim Northover2015-11-021-7/+22
* This can take a const reference. NFC.Rafael Espindola2015-10-311-1/+1
* Simplify handling of archive Symbol tables.Rafael Espindola2015-10-311-7/+2
* Simplify boolean expressions in tools/llvm-objdump.Rafael Espindola2015-10-241-2/+2
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-212-34/+10
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-212-10/+34
* Fix a bugs in the Mach-O disassembler when disassembling from aKevin Enderby2015-10-101-57/+66
* Fix use of uninitialized bool, found by ubsan in portion ofRichard Smith2015-10-091-6/+10
* Fixed two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-091-0/+20
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-0/+2
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-3/+9
* Stop linking all target libraries in llvm-nm and llvm-objdump.Pete Cooper2015-10-072-2/+4
* Fix two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-061-2/+4
* [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
OpenPOWER on IntegriCloud