summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcTargetAsmInfo.h
Commit message (Expand)AuthorAge
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* eliminate TargetMAchine argument to sparc TAIChris Lattner2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-26
* remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner2009-07-26
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-16
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* More explicit keywords.Dan Gohman2007-09-25
* Break out target asm info into separate files.Jim Laskey2006-09-07