aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object/MachOFormat.h
AgeCommit message (Expand)Author
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2013-01-14Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet
2012-12-17Teach MachO which sections contain codeTim Northover
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-08-21Fix misaligned access in MachO object file reader: despite containing anRichard Smith
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2011-08-30Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer
2011-02-03Edit a comment for consistency.Bob Wilson
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 dumping symbol table entries.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-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