R600: Fix an infinite loop when trying to reorganize export/tex vector input
[oota-llvm.git] / lib / Target / R600 / SIFixSGPRCopies.cpp
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-14 Matt ArsenaultR600/SI: Remove redundant legalizeOperands call
2013-11-14 Hans WennborgAdd #include raw_ostream.h in lib/Target/R600/SIFixSGPR...
2013-11-14 Matt ArsenaultFix trailing whitespace in debug printing
2013-11-14 NAKAMURA TakumiR600/SIFixSGPRCopies.cpp: Fix \param to \return. [...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-08-22 Tom StellardR600/SI: Fix another case of illegal VGPR to SGPR copy
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...