index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
/
R600Instructions.td
Age
Commit message (
Expand
)
Author
2013-04-01
R600: Add support for native control flow
Vincent Lejeune
2013-04-01
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-03-31
R600: Emit native instructions for tex
Vincent Lejeune
2013-03-22
R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Danzer
2013-03-18
R600/SI: add float vector types
Christian Konig
2013-03-11
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
2013-03-08
R600: Improve custom lowering of select_cc
Tom Stellard
2013-03-05
R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.
Vincent Lejeune
2013-03-05
R600: CONST_ADDRESS node is not marked as mayLoad anymore
Vincent Lejeune
2013-03-05
R600: Use MUL_IEEE for trig/fdiv intrinsic
Vincent Lejeune
2013-03-05
R600: Add support for indirect addressing of non default const buffer
Vincent Lejeune
2013-02-21
R600: Fix for Unigine when MachineSched is enabled
Tom Stellard
2013-02-18
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
Vincent Lejeune
2013-02-18
R600: Support for TBO
Vincent Lejeune
2013-02-14
R600: Export instructions are no longer terminator
Vincent Lejeune
2013-02-14
R600: Fold zero/one in export instructions
Vincent Lejeune
2013-02-13
R600: Add support for 128-bit parameters
Tom Stellard
2013-02-12
R600: Fix regression with shadow array sampler on pre-SI GPUs.
Michel Danzer
2013-02-10
Test Commit - Remove some trailing whitespace in R600Instructions.td
Vincent Lejeune
2013-02-07
R600/SI: Use proper instructions for array/shadow samplers.
Tom Stellard
2013-02-07
R600: Consolidate sub register indices.
Tom Stellard
2013-02-07
R600: Add support for SET*_DX10 instructions
Tom Stellard
2013-02-07
R600: Fix assembly name for SETGT_INT
Tom Stellard
2013-02-06
R600: Support for indirect addressing v4
Tom Stellard
2013-02-05
Don't use MRI liveouts in R600.
Jakob Stoklund Olesen
2013-02-05
R600: improve inputs/interpolation handling
Tom Stellard
2013-01-31
R600: Make store_dummy intrinsic more general by passing export type
Tom Stellard
2013-01-23
R600: Add a llvm.R600.store.swizzle intrinsics
Tom Stellard
2013-01-23
R600: Simplify stream outputs intrinsic
Tom Stellard
2013-01-23
R600: rework handling of the constants
Tom Stellard
2013-01-23
R600: Add a CONST_ADDRESS node to model constant buf read
Tom Stellard
2013-01-23
R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
Tom Stellard
2013-01-21
R600/SI: Use unnormalized coordinates for sampling with the RECT target.
Tom Stellard
2012-12-21
R600: Fix MAX_UINT definition
Tom Stellard
2012-12-21
R600: Add SHADOWCUBE to TEX_SHADOW pattern
Tom Stellard
2012-12-19
R600: New control flow for SI v2
Tom Stellard
2012-12-11
Add R600 backend
Tom Stellard