Teach macho-dump how to dump linkedit_data load commands.
[oota-llvm.git] / include / llvm / Object / MachOFormat.h
2011-08-30 Benjamin KramerTeach macho-dump how to dump linkedit_data load commands.
2011-02-03 Bob WilsonEdit a comment for consistency.
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2010-12-21 Daniel DunbarMC/Mach-O: Shuffle enums a bit to make it harder to...
2010-12-10 Daniel DunbarMach-O/ARM: Add relocation type enumeration.
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...