summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUTargetAsmInfo.cpp
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
* Change the asmprinter to print the comment character before theChris Lattner2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-02
* simplify SPULinuxTargetAsmInfo, remove use of TM.Chris Lattner2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* REmove dead fields of TAI.Chris Lattner2009-08-01
* remove a pointless override.Chris Lattner2009-07-31
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-27
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-26
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-25
* simplify macro debug info directive handling.Chris Lattner2009-06-18
* CellSPU:Scott Michel2009-01-26
* - Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel2008-12-27
* CellSPU: Bring SPU's assembly printer more in-line with current LLVM codeScott Michel2008-11-08
* CellSPU: Ensure that C strings are always put in the .rodata sectionScott Michel2008-11-07
* Teach CellSPU about ELF sections and new section emitter classes.Scott Michel2008-11-07
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-03
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-24
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-29
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Updated source file headers to llvm coding standard.Scott Michel2007-12-05
* Main CellSPU backend files checked in. Intrinsics and autoconf filesScott Michel2007-12-05