aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/R600/SIMachineFunctionInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-24R600/SI: Implement VGPR register spilling for compute at -O0 v3Tom Stellard1-18/+16
2014-08-21R600/SI: Remove unused SGPR spilling codeTom Stellard1-61/+0
2014-08-21R600/SI: Use eliminateFrameIndex() to expand SGPR spill pseudosTom Stellard1-3/+45
2014-07-21R600/SI: Use scratch memory for large private arraysTom Stellard1-1/+2
2014-07-07Fix typo, weird indentationMatt Arsenault1-2/+4
2014-07-05Fix grammarMatt Arsenault1-1/+1
2014-05-02R600/SI: Only create one instruction when spilling/restoring register v3Tom Stellard1-9/+48
2013-11-27R600/SI: Implement spilling of SGPRs v5Tom Stellard1-1/+34
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+4
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-4/+0
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-0/+4
2013-04-01R600/SI: Share code recording ShaderTypeAttribute between generationsVincent Lejeune1-18/+2
2013-03-07R600/SI: rework input interpolation v2Christian Konig1-2/+2
2013-03-07R600/SI: remove shader type intrinsicChristian Konig1-2/+16
2012-12-11Add R600 backendTom Stellard1-0/+20