move dwarf debug info section selection stuff from TAI to
[oota-llvm.git] / lib / Target / CellSPU / SPUTargetAsmInfo.cpp
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnersimplify SPULinuxTargetAsmInfo, remove use of TM.
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-07-31 Chris Lattnerremove a pointless override.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-01-26 Scott MichelCellSPU:
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-11-08 Scott MichelCellSPU: Bring SPU's assembly printer more in-line...
2008-11-07 Scott MichelCellSPU: Ensure that C strings are always put in the...
2008-11-07 Scott MichelTeach CellSPU about ELF sections and new section emitte...
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-05 Scott MichelMain CellSPU backend files checked in. Intrinsics and...