teach cellspu how to return i8 and i16 from calls,
[oota-llvm.git] / lib / Target / CellSPU / SPUMCAsmInfo.cpp
2010-04-09 Chris Lattner"On SPU, variables in the .bss section that are allocat...
2010-03-05 Chris Lattnerfix bss section printing for cell, patch by Kalle Raiskila!
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.