summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [Objdump] Fixing crash when printing symbols in ELF sections with special types.Colin LeMahieu2015-02-182-0/+3
* Add code to llvm-objdump so the -section option with -macho will dump literal...Kevin Enderby2015-02-174-14/+82
* Add code to llvm-objdump so the -section option with -macho will dump literalKevin Enderby2015-02-061-0/+48
* Add code to llvm-objdump so the -section option with -macho will dump ‘C’...Kevin Enderby2015-02-041-0/+4
* Add code to llvm-objdump so the -section option with -macho will disassemble ...Kevin Enderby2015-02-041-0/+9
* Add the -section option to llvm-objdump used with -macho that takes the argumentKevin Enderby2015-01-312-0/+4
* dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby2015-01-272-0/+11
* Fix the problem with llvm-objdump and -archive-headers in printing the archiv...Kevin Enderby2015-01-231-4/+4
* [Objdump] Output information about common symbols in a way closer to GNU objd...Colin LeMahieu2015-01-232-0/+3
* Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby2015-01-232-0/+8
* Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...Kevin Enderby2015-01-221-0/+12
* For llvm-objdump, hook up existing options to work when using -macho (the Mac...Kevin Enderby2015-01-205-0/+47
* Change the test case for llvm-objdump’s -archive-headers option to not chec...Kevin Enderby2015-01-161-4/+4
* Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...Kevin Enderby2015-01-161-0/+10
* Work around to get the build bot clang-cmake-armv7-a15-full green byKevin Enderby2015-01-161-10/+0
* Another attempt to fix the build bot clang-cmake-armv7-a15-full failing onKevin Enderby2015-01-161-2/+2
* Add the option, -archive-headers, used with -macho to print the Mach-O archiv...Kevin Enderby2015-01-151-0/+10
* Add the option, -universal-headers, used with -macho to print the Mach-O univ...Kevin Enderby2015-01-091-0/+19
* Slightly refactor things for llvm-objdump and the -macho option so it can be ...Kevin Enderby2015-01-071-0/+6
* Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.Kevin Enderby2014-12-232-0/+16
* Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...Kevin Enderby2014-12-192-0/+14
* Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...Kevin Enderby2014-12-192-0/+7
* Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...Kevin Enderby2014-12-192-0/+7
* Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...Kevin Enderby2014-12-182-0/+7
* Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...Kevin Enderby2014-12-182-0/+7
* Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby2014-12-182-0/+13
* Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...Kevin Enderby2014-12-171-0/+312
* Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...Kevin Enderby2014-12-161-0/+5
* Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOSKevin Enderby2014-12-161-0/+4
* Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O filesKevin Enderby2014-12-161-0/+336
* Re-add support to llvm-objdump for Mach-O universal files and archives with -...Kevin Enderby2014-12-043-0/+25
* This reverts commit r223306 and r223277.Rafael Espindola2014-12-033-25/+0
* Move tests for llvm-objdump for universal files to X86 directory to fix build...Kevin Enderby2014-12-033-0/+0
* Add support to llvm-objdump for Mach-O universal files and archives with -macho.Kevin Enderby2014-12-033-0/+25
* Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symboli...Kevin Enderby2014-11-146-0/+25
* llvm-objdump: Skip empty sections when dumping contentsDavid Majnemer2014-11-111-4/+1
* Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler andKevin Enderby2014-11-064-0/+23
* Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...Kevin Enderby2014-11-044-0/+17
* macho-symbolized-disassembly.test: Don't check C++ demangler unconditionally.NAKAMURA Takumi2014-10-291-1/+4
* Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names.Kevin Enderby2014-10-282-0/+3
* Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.Kevin Enderby2014-10-233-0/+17
* [llvm-objdump] don't test timestamp dump as that is time zone dependentNick Kledzik2014-10-181-4/+0
* [llvm-objdump] enhance test case for mach-o -private-headersNick Kledzik2014-10-182-0/+33
* [llvm-objdump] Fix mach-o binding decompression errorNick Kledzik2014-10-182-0/+5
* [llvm-objdump] Update error message and add test case for mach-o file with ba...Nick Kledzik2014-10-142-0/+6
* Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol st...Kevin Enderby2014-09-261-0/+1
* Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file...Kevin Enderby2014-09-241-3/+6
* [llvm-objdump] clean up test cases now that build bots are greenNick Kledzik2014-09-173-8/+6
* [llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...Nick Kledzik2014-09-172-6/+6
* tweak test case for debugging botNick Kledzik2014-09-161-3/+3
OpenPOWER on IntegriCloud