[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib / Target / R600 / SILowerControlFlow.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-03-28 Tim NorthoverR600: avoid calling std::next on an iterator that might...
2014-03-17 Tom StellardR600/SI: Use correct dest register class for V_READFIRS...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-27 Michel DanzerR600/SI: Optimize SI_KILL for constant operands
2014-02-27 Michel DanzerR600/SI: Allow SI_KILL for geometry shaders
2014-02-11 Matt ArsenaultR600/SI: Fix assertion on infinite loops.
2014-02-10 Tom StellardR600/SI: Initialize M0 and emit S_WQM_B64 whenever...
2014-02-10 Tom StellardR600/SI: Only use S_WQM_B64 in pixel shaders
2013-12-10 Matt ArsenaultUse llvm_unreachable instead of assert(0)
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-09-05 Tom StellardR600: Add support for local memory atomic add
2013-09-05 Tom StellardR600/SI: Don't emit S_WQM_B64 instruction for compute...
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