summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-1/+1
* For llvm-objdump, with the -archive-headers and -macho options, use the -non-...Kevin Enderby2015-04-301-4/+10
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-2/+3
* For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-...Kevin Enderby2015-04-161-0/+52
* [NFC] [MachO] remove extra semicolonsJingyue Wu2015-04-161-4/+4
* For llvm-objdump added support for printing Objc1 32-bit runtime meta dataKevin Enderby2015-04-161-11/+836
* Fix failure on builder clang-cmake-mips where it was printing a 32-bit addressKevin Enderby2015-04-061-1/+2
* For llvm-objdump added support for printing Objc2 32-bit runtime meta dataKevin Enderby2015-04-061-20/+887
* Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable.Kevin Enderby2015-04-011-0/+3
* Add the option -objc-meta-data to llvm-objdump used with -macho toKevin Enderby2015-04-011-11/+1228
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* [Objdump] Pass the correct subtarget to printInst.Akira Hatanaka2015-03-281-2/+2
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-3/+3
* Add a -raw option to the -section mode of llvm-objdump.Adrian Prantl2015-03-271-3/+13
* Refactor: simplify boolean expressions in llvm-objdumpDavid Blaikie2015-03-231-235/+224
* [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from St...Colin LeMahieu2015-03-181-15/+10
* Add the option -no-symbolic-operands to llvm-objdump used with -macho andKevin Enderby2015-03-171-3/+7
* Add the option, -no-leading-addr llvm-objdump used with -macho andKevin Enderby2015-03-171-20/+28
* Add the option, -dis-symname to llvm-objdump used with -macho andKevin Enderby2015-03-171-0/+15
* Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -machoKevin Enderby2015-03-161-1/+68
* Add the option, -non-verbose to llvm-objdump used with -macho to print thingsKevin Enderby2015-03-131-16/+23
* Add the option, -info-plist to llvm-objdump used with -macho to print theKevin Enderby2015-03-111-0/+29
* Make helper functions static.Benjamin Kramer2015-03-091-22/+25
* Add code to llvm-objdump so the -section option with -macho will dump literal...Kevin Enderby2015-02-171-18/+196
* Add code to llvm-objdump so the -section option with -macho will dump literalKevin Enderby2015-02-061-6/+134
OpenPOWER on IntegriCloud