summaryrefslogtreecommitdiff
path: root/tools/macho-dump
Commit message (Expand)AuthorAge
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Fix the build broken by r189315.David Blaikie2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-26
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* DumpSegment64Command() wasn't returning correct result. Caught by static anal...Evan Cheng2012-04-26
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-11
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-30
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-30
* Remove unused function.Eric Christopher2011-04-04
* silence an unused function warning.Chris Lattner2011-04-04
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-03
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi2010-12-10
* macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2010-12-10
* Mach-O: Tweak field name.Daniel Dunbar2010-12-10
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-27
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-27
* macho-dump: More sketching.Daniel Dunbar2010-11-27
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-27