aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIISelLowering.cpp
AgeCommit message (Expand)Author
2013-03-08R600/SI: Use source schedulerMichel Danzer
2013-03-07R600/SI: rework input interpolation v2Christian Konig
2013-03-07R600/SI: remove SI_vs_load_buffer_indexChristian Konig
2013-03-07R600/SI: remove SGPR address space v2Christian Konig
2013-03-07R600/SI: add proper formal parameter handling for SIChristian Konig
2013-03-07R600/SI: remove shader type intrinsicChristian Konig
2013-03-07R600/SI: switch types of SGPRs to v*i8Christian Konig
2013-02-26R600/SI: Add promotion of e32 to e64 in operand foldingChristian Konig
2013-02-26R600/SI: swap operands if it helps foldingChristian Konig
2013-02-26R600/SI: add post ISel folding for SI v2Christian Konig
2013-02-26R600/SI: add folding helperChristian Konig
2013-02-21R600/SI: replace SI_V_CNDLT with a patternChristian Konig
2013-02-21R600/SI: use patterns for clamp, fabs, fnegChristian Konig
2013-02-21R600/SI: rework VOP2_* pattern v2Christian Konig
2013-02-16R600/SI: nuke SReg_1 v3Christian Konig
2013-02-16R600/SI: cleanup literal handling v3Christian Konig
2013-02-14R600/SI: Fix int_SI_fs_interp_constantMichel Danzer
2013-02-11R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.Michel Danzer
2013-02-07R600/SI: Add basic support for more integer vector types.Tom Stellard
2013-01-18R600: Proper insert S_WAITCNT instructionsTom Stellard
2013-01-18R600: Optimize and cleanup KILL on SITom Stellard
2013-01-07R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi
2012-12-19R600: New control flow for SI v2Tom Stellard
2012-12-11Add R600 backendTom Stellard