Revert 239644.
[oota-llvm.git] / lib / Target / R600 / SIFoldOperands.cpp
2015-05-12 Tom StellardR600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhy...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-02-17 Tom StellardR600/SI: Fix asam errors in SIFoldOperands
2015-02-14 Matt ArsenaultR600/SI: Fix phys reg copies in SIFoldOperands
2015-02-13 Matt ArsenaultR600/SI: Allow f64 inline immediates in i64 operands
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