aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcTargetAsmInfo.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-08eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner
2009-08-02eliminate TargetMAchine argument to sparc TAIChris 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-26remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner
2009-07-25this is (unfortunately) several changes mixed together:Chris Lattner
2008-08-16Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov
2008-08-16Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov
2008-08-08Properly print flags on SparcAnton Korobeynikov
2008-08-08Use mergeable strings sections on sparcAnton Korobeynikov
2008-08-07Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-09-07Break out target asm info into separate files.Jim Laskey