aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUTargetAsmInfo.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-11Change the asmprinter to print the comment character before theChris Lattner
2009-08-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-08-02move dwarf debug info section selection stuff from TAI toChris Lattner
2009-08-02simplify SPULinuxTargetAsmInfo, remove use of TM.Chris 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-31remove a pointless override.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-25this is (unfortunately) several changes mixed together:Chris Lattner
2009-06-18simplify macro debug info directive handling.Chris Lattner
2009-01-26CellSPU:Scott Michel
2008-12-27- Remove Tilmann's custom truncate lowering: it completely hosed overScott Michel
2008-11-08CellSPU: Bring SPU's assembly printer more in-line with current LLVM codeScott Michel
2008-11-07CellSPU: Ensure that C strings are always put in the .rodata sectionScott Michel
2008-11-07Teach CellSPU about ELF sections and new section emitter classes.Scott Michel
2008-11-03Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman
2008-09-24Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov
2008-01-29Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-05Updated source file headers to llvm coding standard.Scott Michel
2007-12-05Main CellSPU backend files checked in. Intrinsics and autoconf filesScott Michel