aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MachObjectWriter.h
Commit message (Expand)AuthorAgeFilesLines
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-131-50/+0
* Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach2010-11-051-1/+2
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-051-1/+1
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-0/+5
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-261-2/+2
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-241-1/+2
* MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar2010-03-221-2/+2
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-191-0/+43