summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-30/+0
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-1/+2
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-081-0/+2
* eliminate TargetMAchine argument to sparc TAIChris Lattner2009-08-021-2/+2
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-2/+1
* REmove dead fields of TAI.Chris Lattner2009-08-011-2/+0
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-21/+0
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-1/+1
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-9/+8
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-261-5/+4
* remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner2009-07-261-14/+17
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-251-2/+2
* Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov2008-08-161-0/+5
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-161-2/+2
* Properly print flags on SparcAnton Korobeynikov2008-08-081-6/+5
* Use mergeable strings sections on sparcAnton Korobeynikov2008-08-081-0/+1
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-071-1/+21
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+25
OpenPOWER on IntegriCloud