R600/SI: Add more special cases for opcodes to ensureSRegLimit()
[oota-llvm.git] / lib / Target / R600 / SILowerControlFlow.cpp
2013-07-10 Michel DanzerR600/SI: Initial support for LDS/GDS instructions
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-03-26 Christian KonigR600/SI: replace WQM intrinsic
2013-03-26 Christian KonigR600/SI: fix ELSE pseudo op handling
2013-03-18 Christian KonigR600/SI: implement indirect adressing for SI
2013-02-16 Christian KonigR600/SI: cleanup literal handling v3
2013-01-21 NAKAMURA TakumiR600/SILowerControlFlow.cpp: Fix a warning. [-Wunused...
2013-01-18 Tom StellardR600: Optimize and cleanup KILL on SI
2012-12-21 Tom StellardR600: Coding style - remove empty spaces from the begin...
2012-12-19 Tom StellardR600: control flow optimization
2012-12-19 Tom StellardR600: New control flow for SI v2
2012-12-11 Tom StellardAdd R600 backend