| Commit message (Expand) | Author | Age | Files | Lines |
| * | objdump: Don't print a (always 0) size for MachO symbols. | Rafael Espindola | 2015-06-23 | 1 | -5/+5 |
| * | Stop inventing symbol sizes. | Rafael Espindola | 2015-05-22 | 1 | -4/+4 |
| * | For llvm-objdump, with the -archive-headers and -macho options, use the -non-... | Kevin Enderby | 2015-04-30 | 1 | -0/+18 |
| * | For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-... | Kevin Enderby | 2015-04-16 | 1 | -0/+139 |
| * | For llvm-objdump added support for printing Objc1 32-bit runtime meta data | Kevin Enderby | 2015-04-16 | 3 | -0/+285 |
| * | Fix failure on builder llvm-clang-lld-x86_64-debian-fast as the | Kevin Enderby | 2015-04-06 | 1 | -1/+0 |
| * | For llvm-objdump added support for printing Objc2 32-bit runtime meta data | Kevin Enderby | 2015-04-06 | 3 | -0/+410 |
| * | Add the option -objc-meta-data to llvm-objdump used with -macho to | Kevin Enderby | 2015-04-01 | 3 | -0/+206 |
| * | Add the option -no-symbolic-operands to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -0/+9 |
| * | Add the option, -no-leading-addr llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 2 | -0/+29 |
| * | Add the option, -dis-symname to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -0/+19 |
| * | Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho | Kevin Enderby | 2015-03-16 | 1 | -0/+6 |
| * | Add the option, -non-verbose to llvm-objdump used with -macho to print things | Kevin Enderby | 2015-03-13 | 8 | -0/+160 |
| * | Add the option, -info-plist to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-03-11 | 1 | -0/+7 |
| * | Add code to llvm-objdump so the -section option with -macho will dump literal... | Kevin Enderby | 2015-02-17 | 4 | -14/+82 |
| * | Add code to llvm-objdump so the -section option with -macho will dump literal | Kevin Enderby | 2015-02-06 | 1 | -0/+48 |
| * | Add code to llvm-objdump so the -section option with -macho will dump ‘C’... | Kevin Enderby | 2015-02-04 | 1 | -0/+4 |
| * | Add code to llvm-objdump so the -section option with -macho will disassemble ... | Kevin Enderby | 2015-02-04 | 1 | -0/+9 |
| * | Add the -section option to llvm-objdump used with -macho that takes the argument | Kevin Enderby | 2015-01-31 | 2 | -0/+4 |
| * | Fix the problem with llvm-objdump and -archive-headers in printing the archiv... | Kevin Enderby | 2015-01-23 | 1 | -4/+4 |
| * | Add the option, -indirect-symbols, used with -macho to print the Mach-O indir... | Kevin Enderby | 2015-01-22 | 1 | -0/+12 |
| * | For llvm-objdump, hook up existing options to work when using -macho (the Mac... | Kevin Enderby | 2015-01-20 | 5 | -0/+47 |
| * | Change the test case for llvm-objdump’s -archive-headers option to not chec... | Kevin Enderby | 2015-01-16 | 1 | -4/+4 |
| * | Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive... | Kevin Enderby | 2015-01-16 | 1 | -0/+10 |
| * | Work around to get the build bot clang-cmake-armv7-a15-full green by | Kevin Enderby | 2015-01-16 | 1 | -10/+0 |
| * | Another attempt to fix the build bot clang-cmake-armv7-a15-full failing on | Kevin Enderby | 2015-01-16 | 1 | -2/+2 |
| * | Add the option, -archive-headers, used with -macho to print the Mach-O archiv... | Kevin Enderby | 2015-01-15 | 1 | -0/+10 |
| * | Add the option, -universal-headers, used with -macho to print the Mach-O univ... | Kevin Enderby | 2015-01-09 | 1 | -0/+19 |
| * | Slightly refactor things for llvm-objdump and the -macho option so it can be ... | Kevin Enderby | 2015-01-07 | 1 | -0/+6 |
| * | Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. | Kevin Enderby | 2014-12-23 | 2 | -0/+16 |
| * | Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea... | Kevin Enderby | 2014-12-19 | 2 | -0/+14 |
| * | Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he... | Kevin Enderby | 2014-12-19 | 2 | -0/+7 |
| * | Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h... | Kevin Enderby | 2014-12-19 | 2 | -0/+7 |
| * | Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-... | Kevin Enderby | 2014-12-18 | 2 | -0/+7 |
| * | Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 2 | -0/+7 |
| * | Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private... | Kevin Enderby | 2014-12-18 | 2 | -0/+13 |
| * | Re-add support to llvm-objdump for Mach-O universal files and archives with -... | Kevin Enderby | 2014-12-04 | 3 | -0/+25 |
| * | This reverts commit r223306 and r223277. | Rafael Espindola | 2014-12-03 | 3 | -25/+0 |
| * | Move tests for llvm-objdump for universal files to X86 directory to fix build... | Kevin Enderby | 2014-12-03 | 3 | -0/+25 |
| * | Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo... | Kevin Enderby | 2014-11-04 | 4 | -0/+17 |
| * | macho-symbolized-disassembly.test: Don't check C++ demangler unconditionally. | NAKAMURA Takumi | 2014-10-29 | 1 | -1/+4 |
| * | Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names. | Kevin Enderby | 2014-10-28 | 2 | -0/+3 |
| * | Update llvm-objdump’s Mach-O symbolizer code for Objective-C references. | Kevin Enderby | 2014-10-23 | 3 | -0/+17 |
| * | [llvm-objdump] don't test timestamp dump as that is time zone dependent | Nick Kledzik | 2014-10-18 | 1 | -4/+0 |
| * | [llvm-objdump] enhance test case for mach-o -private-headers | Nick Kledzik | 2014-10-18 | 2 | -0/+33 |
| * | Update llvm-objdump’s Mach-O symbolizer code to print the name of symbol st... | Kevin Enderby | 2014-09-26 | 1 | -0/+1 |
| * | Flush out enough of llvm-objdump’s SymbolizerSymbolLookUp() for Mach-O file... | Kevin Enderby | 2014-09-24 | 1 | -3/+6 |
| * | Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. | Kevin Enderby | 2014-09-16 | 2 | -0/+14 |
| * | Removed the ctime printed “time stamp” from macho-private-headers.test to... | Kevin Enderby | 2014-09-04 | 1 | -1/+0 |
| * | Adds the next bit of support for llvm-objdump’s -private-headers for execut... | Kevin Enderby | 2014-09-04 | 2 | -0/+243 |