aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUMCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-1/+1
* "On SPU, variables in the .bss section that are allocated with the .lcomm dir...Chris Lattner2010-04-091-1/+0
* fix bss section printing for cell, patch by Kalle Raiskila!Chris Lattner2010-03-051-0/+3
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-261-1/+0
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-231-1/+1
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+1
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-1/+2
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-0/+40