summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIInstrFormats.td
Commit message (Expand)AuthorAge
* R600/SI: Make sure target flags are set on pseudo VOP3 instructionsTom Stellard2014-06-17
* R600/SI: Add a PredicateControl class for managing TableGen predicatesTom Stellard2014-05-16
* R600/SI: Prettier display of input modifiersVincent Lejeune2014-05-10
* R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()Tom Stellard2014-03-21
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-13
* R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*Tom Stellard2013-10-10
* R600/SI: Fix broken encoding of DS_WRITE_B32Michel Danzer2013-08-16
* R600/SI: Assign a register class to the $vaddr operand for MIMG instructionsTom Stellard2013-08-14
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-10
* R600/SI: Use the same names for VOP3 operands and encoding fieldsTom Stellard2013-05-20
* R600/SI: Use same names for corresponding MUBUF operands and encoding fieldsTom Stellard2013-04-05
* R600/SI: remove GPR*AlignEncodeChristian Konig2013-03-01
* R600/SI: cleanup SIInstrInfo.td and SIInstrFormat.tdChristian Konig2013-02-21
* R600/SI: nuke SReg_1 v3Christian Konig2013-02-16
* R600/SI: replace AllReg_* with [SV]Src_* v2Christian Konig2013-02-16
* R600/SI: fix VOPC encoding v2Christian Konig2013-02-16
* R600/SI: move *_Helper definitions to SIInstrFormat.tdChristian Konig2013-02-16
* Add R600 backendTom Stellard2012-12-11