Age | Commit message (Expand) | Author |
---|---|---|
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
2009-08-11 | prune #include | Chris Lattner |
2009-08-02 | eliminate the TM argument to the TAI class, remove comment about supporting | Chris Lattner |
2009-08-02 | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner |
2009-08-01 | REmove dead fields of TAI. | Chris Lattner |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-27 | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner |
2009-07-27 | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner |
2009-07-26 | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner |
2009-07-16 | Preliminary asmprinting of globals | Anton Korobeynikov |
2009-07-16 | Let's start another backend :) | Anton Korobeynikov |