summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIRegisterInfo.td
Commit message (Expand)AuthorAge
* R600/SI: add gather4 and getlod intrinsics (v3)Marek Olsak2014-06-18
* R600/SI: Use VALU instructions for copying i1 valuesTom Stellard2014-04-30
* R600/SI: Stop using i128 as the resource descriptor typeTom Stellard2014-04-17
* R600/SI: Use correct dest register class for V_READFIRSTLANE_B32Tom Stellard2014-03-17
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-23
* R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*Tom Stellard2013-10-10
* R600/SI: Convert v16i8 resource descriptors to i128Tom Stellard2013-08-14
* R600/SI: Allow conversion between v32i8 and v8i32Tom Stellard2013-08-14
* R600/SI: Add support for v2f32 loadsTom Stellard2013-07-18
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-10
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-05
* R600/SI: add float vector typesChristian Konig2013-03-18
* R600/SI: rework input interpolation v2Christian Konig2013-03-07
* R600/SI: switch types of SGPRs to v*i8Christian Konig2013-03-07
* R600/SI: fix and cleanup SI register definition v2Christian Konig2013-02-26
* R600/SI: nuke SReg_1 v3Christian Konig2013-02-16
* R600/SI: cleanup literal handling v3Christian Konig2013-02-16
* R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig2013-02-16
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-07
* R600/SI: Add basic support for more integer vector types.Tom Stellard2013-02-07
* R600: Consolidate sub register indices.Tom Stellard2013-02-07
* R600: Remove unecessary VREG alignment.Tom Stellard2012-12-19
* Add R600 backendTom Stellard2012-12-11