summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CellSPU/bigstack.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove the CellSPU port.Eric Christopher2012-11-141-17/+0
| | | | | | Approved by Chris Lattner. llvm-svn: 167984
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-091-3/+3
| | | | llvm-svn: 110576
* From Kalle Raiskila:Chris Lattner2010-03-291-0/+17
"the bigstack patch for SPU, with testcase. It is essentially the patch committed as 97091, and reverted as 97099, but with the following additions: -in vararg handling, registers are marked to be live, to not confuse the register scavenger -function prologue and epilogue are not emitted, if the stack size is 16. 16 means it is empty - there is only the register scavenger emergency spill slot, which is not used as there is no stack." llvm-svn: 99819
OpenPOWER on IntegriCloud