summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Identical code for different branches (CID 1254883)Sylvestre Ledru2015-02-051-27/+11
* revert 228308. The code has changed since the reviewSylvestre Ledru2015-02-051-11/+26
* Identical code for different branches (CID 1254883)Sylvestre Ledru2015-02-051-26/+11
* Add code to llvm-objdump so the -section option with -macho will dump ‘C’...Kevin Enderby2015-02-041-0/+22
* Add code to llvm-objdump so the -section option with -macho will disassemble ...Kevin Enderby2015-02-041-24/+23
* Add the -section option to llvm-objdump used with -macho that takes the argumentKevin Enderby2015-01-311-24/+200
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-301-1/+1
* dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby2015-01-271-1/+66
* Fix the problem with llvm-objdump and -archive-headers in printing the archiv...Kevin Enderby2015-01-231-1/+1
* Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby2015-01-231-1/+50
* Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...Kevin Enderby2015-01-221-2/+133
* For llvm-objdump, hook up existing options to work when using -macho (the Mac...Kevin Enderby2015-01-201-14/+10
* unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizerDavid Blaikie2015-01-181-2/+2
* Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...Kevin Enderby2015-01-161-1/+1
* Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby2015-01-151-2/+115
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Fix an ASAN failure introduced with r225537 (adding the -universal-headers to...Kevin Enderby2015-01-091-5/+5
* Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby2015-01-091-12/+204
* Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of myKevin Enderby2015-01-081-27/+28
* Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby2015-01-071-24/+60
* Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas2015-01-061-0/+2
* Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last p...Kevin Enderby2014-12-241-1/+1
* Attempt to fix the LLVM Windows build bot lld-x86_64-win7.Kevin Enderby2014-12-231-1/+1
* Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby2014-12-231-0/+352
* strnlen isn't available on some platforms, use StringRef insteadDavid Majnemer2014-12-201-1/+2
* Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby2014-12-191-0/+40
OpenPOWER on IntegriCloud