Age | Commit message (Expand) | Author |
---|---|---|
2009-08-22 | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-02 | move dwarf debug info section selection stuff from TAI to | Chris Lattner |
2009-08-02 | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner |
2009-08-02 | convert ctors/dtors section to be in TLOF instead of | Chris Lattner |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-27 | Sink getSectionPrefixForUniqueGlobal down into the TAI | Chris Lattner |
2009-07-27 | make COFF work like ELF and macho, by splitting out into its own | Chris Lattner |