summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/SPUTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-40/+0
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-1/+1
* Change the asmprinter to print the comment character before theChris Lattner2009-08-111-2/+0
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-111-1/+1
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-021-11/+0
* simplify SPULinuxTargetAsmInfo, remove use of TM.Chris Lattner2009-08-021-11/+9
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-1/+1
* REmove dead fields of TAI.Chris Lattner2009-08-011-2/+0
* remove a pointless override.Chris Lattner2009-07-311-10/+0
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-4/+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-2/+1
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-261-2/+1
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-251-1/+1
* simplify macro debug info directive handling.Chris Lattner2009-06-181-2/+1
* CellSPU:Scott Michel2009-01-261-0/+24
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-271-0/+7
* CellSPU: Bring SPU's assembly printer more in-line with current LLVM codeScott Michel2008-11-081-1/+2
* CellSPU: Ensure that C strings are always put in the .rodata sectionScott Michel2008-11-071-0/+1
* Teach CellSPU about ELF sections and new section emitter classes.Scott Michel2008-11-071-28/+18
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-1/+2
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-2/+0
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-291-4/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-3/+2
* Updated source file headers to llvm coding standard.Scott Michel2007-12-051-3/+2
* Main CellSPU backend files checked in. Intrinsics and autoconf filesScott Michel2007-12-051-0/+56
OpenPOWER on IntegriCloud