aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/COFFTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-08-02move dwarf debug info section selection stuff from TAI toChris Lattner
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner
2009-08-02convert ctors/dtors section to be in TLOF instead ofChris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27Sink getSectionPrefixForUniqueGlobal down into the TAI Chris Lattner
2009-07-27make COFF work like ELF and macho, by splitting out into its ownChris Lattner