| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Slightly refactor things for llvm-objdump and the -macho option so it can be ↵ | Kevin Enderby | 2015-01-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | used with options other than just -disassemble so that universal files can be used with other options combined with -arch options. No functional change to existing options and use. One test case added for the additional functionality with a universal file an a -arch option. llvm-svn: 225383 | ||||
| * | Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. | Kevin Enderby | 2014-12-23 | 1 | -0/+16 |
| | | | | | llvm-svn: 224792 | ||||
| * | Add printing the LC_ROUTINES load commands with llvm-objdump’s ↵ | Kevin Enderby | 2014-12-19 | 1 | -0/+14 |
| | | | | | | | -private-headers. llvm-svn: 224627 | ||||
| * | Add printing the LC_SUB_CLIENT load command with llvm-objdump’s ↵ | Kevin Enderby | 2014-12-19 | 1 | -0/+7 |
| | | | | | | | -private-headers. llvm-svn: 224616 | ||||
| * | Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s ↵ | Kevin Enderby | 2014-12-19 | 1 | -0/+7 |
| | | | | | | | -private-headers. llvm-svn: 224607 | ||||
| * | Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s ↵ | Kevin Enderby | 2014-12-18 | 1 | -0/+7 |
| | | | | | | | -private-headers. llvm-svn: 224548 | ||||
| * | Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s ↵ | Kevin Enderby | 2014-12-18 | 1 | -0/+7 |
| | | | | | | | -private-headers. llvm-svn: 224534 | ||||
| * | Add printing the LC_LINKER_OPTION load command with llvm-objdump’s ↵ | Kevin Enderby | 2014-12-18 | 1 | -0/+13 |
| | | | | | | | | | | | -private-headers. Also corrected the name of the load command to not end in an ’S’ as well as corrected the name of the MachO::linker_option_command struct and other places that had the word option as plural which did not match the Mac OS X headers. llvm-svn: 224485 | ||||
| * | [llvm-objdump] don't test timestamp dump as that is time zone dependent | Nick Kledzik | 2014-10-18 | 1 | -4/+0 |
| | | | | | llvm-svn: 220123 | ||||
| * | [llvm-objdump] enhance test case for mach-o -private-headers | Nick Kledzik | 2014-10-18 | 1 | -0/+33 |
| | | | | | llvm-svn: 220120 | ||||
| * | Removed the ctime printed “time stamp” from macho-private-headers.test ↵ | Kevin Enderby | 2014-09-04 | 1 | -1/+0 |
| | | | | | | | to fix the builds. llvm-svn: 217175 | ||||
| * | Adds the next bit of support for llvm-objdump’s -private-headers for ↵ | Kevin Enderby | 2014-09-04 | 1 | -0/+243 |
| | | | | | | | | | | executable Mach-O files. This adds the printing of more load commands, so that the normal load commands in a typical X86 Mach-O executable can all be printed. llvm-svn: 217172 | ||||
| * | Next bit of support for llvm-objdump’s -private-headers for Mach-O files. | Kevin Enderby | 2014-08-29 | 1 | -0/+92 |
| | | | | | | | | This adds the printing of the LC_SEGMENT load command and sections, LC_SYMTAB and LC_DYSYMTAB load commands. llvm-svn: 216795 | ||||
| * | Add the start of the support for llvm-objdump’s -private-headers for ↵ | Kevin Enderby | 2014-08-22 | 1 | -0/+5 |
| Mach-O files. This adds the printing of the mach header. Load command printing will be next. llvm-svn: 216285 | |||||

