| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused function. | Eric Christopher | 2011-04-04 | 1 | -21/+0 |
* | silence an unused function warning. | Chris Lattner | 2011-04-04 | 1 | -0/+2 |
* | Start migrating mach-o dumping facilities to the object file out of a | Eric Christopher | 2011-04-03 | 1 | -2/+2 |
* | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 2010-12-16 | 1 | -4/+2 |
* | macho-dump: Fix CMake build, following up to r121466. | NAKAMURA Takumi | 2010-12-10 | 1 | -1/+1 |
* | macho-dump: Switch to C++ macho-dump tool. | Daniel Dunbar | 2010-12-10 | 1 | -1/+1 |
* | Mach-O: Tweak field name. | Daniel Dunbar | 2010-12-10 | 1 | -1/+1 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 1 | -2/+4 |
* | macho-dump: Add support for --dump-section-data and tweak a few format strings. | Daniel Dunbar | 2010-11-27 | 1 | -5/+19 |
* | macho-dump: Add support for dumping symbol table entries. | Daniel Dunbar | 2010-11-27 | 1 | -1/+43 |
* | macho-dump: Add support for dumping string table data. | Daniel Dunbar | 2010-11-27 | 1 | -0/+8 |
* | macho-dump: Add support for dumping relocation entries. | Daniel Dunbar | 2010-11-27 | 1 | -19/+42 |
* | macho-dump: Add support for dumping sections. | Daniel Dunbar | 2010-11-27 | 1 | -6/+72 |
* | macho-dump: Add support for dumping dysymtab indirect symbol table. | Daniel Dunbar | 2010-11-27 | 1 | -1/+19 |
* | macho-dump: Add support for dumping symtab and dysymtab commands. | Daniel Dunbar | 2010-11-27 | 1 | -0/+52 |
* | macho-dump: Add support for dumping segment load commands. | Daniel Dunbar | 2010-11-27 | 1 | -3/+58 |
* | Object/Mach-O: Add header and load command information. | Daniel Dunbar | 2010-11-27 | 1 | -12/+69 |
* | macho-dump: More sketching. | Daniel Dunbar | 2010-11-27 | 1 | -2/+28 |
* | macho-dump: Stub out C++ macho-dump tool. | Daniel Dunbar | 2010-11-27 | 3 | -0/+58 |