summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-6/+258
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-258/+6
* [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-081-20/+8
* [llvm-objdump/MachoDump] Make code much more concise.Davide Italiano2015-12-071-20/+5
* [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-051-7/+35
* 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-211-28/+9
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-9/+28
* 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
* Fix two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-061-2/+4
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-4/+5
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-8/+8
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+3
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-3/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+3
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-3/+4
* [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
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-4/+2
* [llvm-objdump] Call exit(1) on error, i.e. fail early.Davide Italiano2015-08-051-2/+1
* [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...Colin LeMahieu2015-07-291-10/+5
* llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-astAdrian Prantl2015-07-081-10/+1
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-5/+2
* 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-021-42/+66
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-18/+9
* Rename getObjectFile to getObject for consistency.Rafael Espindola2015-06-261-3/+3
* Simplify getSymbolType.Rafael Espindola2015-06-261-11/+6
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-6/+5
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett...Colin LeMahieu2015-06-071-4/+0
* [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov2015-06-031-65/+18
* [llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu2015-05-281-8/+8
OpenPOWER on IntegriCloud