summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SILowerControlFlow.cpp
Commit message (Expand)AuthorAge
* Merging r202336:Tom Stellard2014-03-24
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600: Add support for local memory atomic addTom Stellard2013-09-05
* R600/SI: Don't emit S_WQM_B64 instruction for compute shadersTom Stellard2013-09-05
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-10
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* R600/SI: replace WQM intrinsicChristian Konig2013-03-26
* R600/SI: fix ELSE pseudo op handlingChristian Konig2013-03-26
* R600/SI: implement indirect adressing for SIChristian Konig2013-03-18
* R600/SI: cleanup literal handling v3Christian Konig2013-02-16
* R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-21
* R600: Optimize and cleanup KILL on SITom Stellard2013-01-18
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-21
* R600: control flow optimizationTom Stellard2012-12-19
* R600: New control flow for SI v2Tom Stellard2012-12-19
* Add R600 backendTom Stellard2012-12-11