aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-11prune #includeChris Lattner
2009-08-02eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner
2009-08-01REmove dead fields of TAI.Chris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner
2009-07-27Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner
2009-07-26untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner
2009-07-16Preliminary asmprinting of globalsAnton Korobeynikov
2009-07-16Let's start another backend :)Anton Korobeynikov