aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MachObjectWriter.h
AgeCommit message (Expand)Author
2010-11-13MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar
2010-11-05Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach
2010-10-05On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola
2010-09-30Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola
2010-05-26MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar
2010-03-24MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar
2010-03-22MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar
2010-03-19MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar