aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/COFFTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-08-22move the MCAsmInfo .cpp/.h files into the right Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
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