aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600
Commit message (Expand)AuthorAgeFilesLines
* R600: rework handling of the constantsTom Stellard2013-01-2316-104/+483
* R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard2013-01-233-1/+12
* R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard2013-01-231-45/+65
* R600/SI: Use unnormalized coordinates for sampling with the RECT target.Tom Stellard2013-01-212-0/+13
* R600/SI: Take target parameter for sample intrinsics.Tom Stellard2013-01-212-4/+4
* R600/SI: Derive all sample intrinsics from a single class.Tom Stellard2013-01-211-3/+5
* R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-211-3/+2
* R600: Proper insert S_WAITCNT instructionsTom Stellard2013-01-188-32/+379
* R600: Optimize and cleanup KILL on SITom Stellard2013-01-184-71/+96
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-133-6/+6
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-071-3/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-029-18/+18
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-0221-28/+23
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-213-35/+0
* R600: Fix MAX_UINT definitionTom Stellard2012-12-211-1/+1
* R600: Add SHADOWCUBE to TEX_SHADOW patternTom Stellard2012-12-211-1/+1
* R600: Expand vec4 INT <-> FP conversionsTom Stellard2012-12-211-0/+4
* Target/R600: Update MIB according to r170588.NAKAMURA Takumi2012-12-203-22/+29
* R600: Remove unecessary VREG alignment.Tom Stellard2012-12-191-6/+6
* R600: control flow optimizationTom Stellard2012-12-191-0/+49
* R600: New control flow for SI v2Tom Stellard2012-12-1914-385/+1500
* R600: enable S_*N2_* instructionsTom Stellard2012-12-171-4/+4
* R600: BB operand support for SITom Stellard2012-12-174-4/+27
* R600: remove nonsense setPrefLoopAlignmentTom Stellard2012-12-171-1/+0
* Fix warnings with -DNDEBUGTom Stellard2012-12-133-2/+3
* Avoid setIsInsideBundle in Target/R600.Jakob Stoklund Olesen2012-12-132-10/+11
* [CMake] Fixup R600.NAKAMURA Takumi2012-12-121-1/+1
* Add R600 backendTom Stellard2012-12-11104-0/+19558