aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIRegisterInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-10/+37
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-15/+35
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+39
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+11
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-231-1/+1
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-231-2/+2
* R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*Tom Stellard2013-10-101-2/+4
* R600/SI: Convert v16i8 resource descriptors to i128Tom Stellard2013-08-141-1/+1
* R600/SI: Allow conversion between v32i8 and v8i32Tom Stellard2013-08-141-2/+2
* R600/SI: Add support for v2f32 loadsTom Stellard2013-07-181-1/+1
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-101-0/+10
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-051-1/+1
* R600/SI: add float vector typesChristian Konig2013-03-181-7/+7
* R600/SI: rework input interpolation v2Christian Konig2013-03-071-46/+1
* R600/SI: switch types of SGPRs to v*i8Christian Konig2013-03-071-3/+3
* R600/SI: fix and cleanup SI register definition v2Christian Konig2013-02-261-95/+132
* R600/SI: nuke SReg_1 v3Christian Konig2013-02-161-4/+2
* R600/SI: cleanup literal handling v3Christian Konig2013-02-161-3/+1
* R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig2013-02-161-3/+7
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-071-1/+3
* R600/SI: Add basic support for more integer vector types.Tom Stellard2013-02-071-3/+38
* R600: Consolidate sub register indices.Tom Stellard2013-02-071-19/+5
* R600: Remove unecessary VREG alignment.Tom Stellard2012-12-191-6/+6
* Add R600 backendTom Stellard2012-12-111-0/+167