Move alignment from MCSectionData to MCSection.
[oota-llvm.git] / include / llvm / Target / TargetLoweringObjectFile.h
2009-08-01 Chris Lattnerfix a layering violation by moving SectionKind out...
2009-08-01 Chris Lattnerwith the previous refactoring, fixme fixed!
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Chris Lattnermove the sectionkind and section classes to TargetLower...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...