aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SILowerControlFlow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-39/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-10/+60
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-37/+50
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-30/+40
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-3/+10
* 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