X86: Emit Win64 SaveXMM opcodes at the right offset in the right order
[oota-llvm.git] / lib / Target / R600 / SIFoldOperands.cpp
2015-01-31 Matt ArsenaultFix typo
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