aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object
AgeCommit message (Expand)Author
2011-06-13Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer
2011-06-13Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer
2011-06-13Add Object/Error.Michael J. Spencer
2011-04-03Start migrating mach-o dumping facilities to the object file out of aEric Christopher
2011-02-03Edit a comment for consistency.Bob Wilson
2011-01-21Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer
2011-01-14Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng
2010-12-21MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrongDaniel Dunbar
2010-12-10Mach-O/ARM: Add relocation type enumeration.Daniel Dunbar
2010-12-10Mach-O: Tweak field name.Daniel Dunbar
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-27macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping symbol table entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping string table data.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping relocation entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping sections.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping segment load commands.Daniel Dunbar
2010-11-27Object/Mach-O: Add header and load command information.Daniel Dunbar
2010-11-27Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar
2010-11-27MC/Mach-O: Start stubbing out a Mach-O object file wrapper.Daniel Dunbar
2010-11-27MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar
2010-11-27MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar
2010-11-16Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer
2010-11-15Add LLVMObject Library.Michael J. Spencer