R600/SI: Add subtarget feature to enable VGPR spilling for all shader types
[oota-llvm.git] / lib / Target / R600 / SIFoldOperands.cpp
2015-01-13 Tom StellardR600/SI: Add pattern for bitcasting fp immediates to...
2015-01-07 Tom StellardR600/SI: Commute instructions to enable more folding...
2015-01-07 Tom StellardR600/SI: Only fold immediates that have one use
2015-01-07 Tom StellardR600/SI: Add a V_MOV_B64 pseudo instruction
2015-01-07 Tom StellardR600/SI: Teach SIFoldOperands to split 64-bit constants...
2015-01-07 Tom StellardR600/SI: Refactor SIFoldOperands to simplify immediate...
2014-11-21 Tom StellardR600/SI: Add SIFoldOperands pass