summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIInstrInfo.h
Commit message (Expand)AuthorAge
* Make method staticMatt Arsenault2013-11-15
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-13
* R600: Simplify handling of private address spaceTom Stellard2013-10-22
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-22
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-15
* 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: adjust writemask to only the used componentsChristian Konig2013-04-10
* R600/SI: add cummuting of rev instructionsChristian Konig2013-03-27
* R600/SI: add VOP mapping functionsChristian Konig2013-02-26
* R600/SI: add some more instruction flagsChristian Konig2013-02-26
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-07
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* R600: Proper insert S_WAITCNT instructionsTom Stellard2013-01-18
* Add R600 backendTom Stellard2012-12-11