aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SILowerControlFlow.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600: Add support for local memory atomic addTom Stellard2013-09-051-0/+1
* R600/SI: Don't emit S_WQM_B64 instruction for compute shadersTom Stellard2013-09-051-1/+2
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-101-0/+16
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+3
* R600/SI: replace WQM intrinsicChristian Konig2013-03-261-0/+14
* R600/SI: fix ELSE pseudo op handlingChristian Konig2013-03-261-1/+2
* R600/SI: implement indirect adressing for SIChristian Konig2013-03-181-1/+116
* R600/SI: cleanup literal handling v3Christian Konig2013-02-161-5/+5
* R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-211-3/+2
* R600: Optimize and cleanup KILL on SITom Stellard2013-01-181-43/+84
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-211-10/+0
* R600: control flow optimizationTom Stellard2012-12-191-0/+49
* R600: New control flow for SI v2Tom Stellard2012-12-191-89/+190
* Add R600 backendTom Stellard2012-12-111-0/+191