aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600Instructions.td
AgeCommit message (Expand)Author
2013-04-01R600: Add support for native control flowVincent Lejeune
2013-04-01R600: Emit CF_ALU and use true kcache register.Vincent Lejeune
2013-03-31R600: Emit native instructions for texVincent Lejeune
2013-03-22R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsicsMichel Danzer
2013-03-18R600/SI: add float vector typesChristian Konig
2013-03-11R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune
2013-03-08R600: Improve custom lowering of select_ccTom Stellard
2013-03-05R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.Vincent Lejeune
2013-03-05R600: CONST_ADDRESS node is not marked as mayLoad anymoreVincent Lejeune
2013-03-05R600: Use MUL_IEEE for trig/fdiv intrinsicVincent Lejeune
2013-03-05R600: Add support for indirect addressing of non default const bufferVincent Lejeune
2013-02-21R600: Fix for Unigine when MachineSched is enabledTom Stellard
2013-02-18R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad patternVincent Lejeune
2013-02-18R600: Support for TBOVincent Lejeune
2013-02-14R600: Export instructions are no longer terminatorVincent Lejeune
2013-02-14R600: Fold zero/one in export instructionsVincent Lejeune
2013-02-13R600: Add support for 128-bit parametersTom Stellard
2013-02-12R600: Fix regression with shadow array sampler on pre-SI GPUs.Michel Danzer
2013-02-10Test Commit - Remove some trailing whitespace in R600Instructions.tdVincent Lejeune
2013-02-07R600/SI: Use proper instructions for array/shadow samplers.Tom Stellard
2013-02-07R600: Consolidate sub register indices.Tom Stellard
2013-02-07R600: Add support for SET*_DX10 instructionsTom Stellard
2013-02-07R600: Fix assembly name for SETGT_INTTom Stellard
2013-02-06R600: Support for indirect addressing v4Tom Stellard
2013-02-05Don't use MRI liveouts in R600.Jakob Stoklund Olesen
2013-02-05R600: improve inputs/interpolation handlingTom Stellard
2013-01-31R600: Make store_dummy intrinsic more general by passing export typeTom Stellard
2013-01-23R600: Add a llvm.R600.store.swizzle intrinsicsTom Stellard
2013-01-23R600: Simplify stream outputs intrinsicTom Stellard
2013-01-23R600: rework handling of the constantsTom Stellard
2013-01-23R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard
2013-01-23R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard
2013-01-21R600/SI: Use unnormalized coordinates for sampling with the RECT target.Tom Stellard
2012-12-21R600: Fix MAX_UINT definitionTom Stellard
2012-12-21R600: Add SHADOWCUBE to TEX_SHADOW patternTom Stellard
2012-12-19R600: New control flow for SI v2Tom Stellard
2012-12-11Add R600 backendTom Stellard