aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIInstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-17/+111
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-20/+109
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-29/+37
* Update to LLVM 3.5a.Stephen Hines2014-04-241-9/+50
* Make method staticMatt Arsenault2013-11-151-1/+1
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-4/+14
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-131-0/+36
* R600: Simplify handling of private address spaceTom Stellard2013-10-221-6/+4
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-221-3/+0
* Fix missing C++ mode thing in headerMatt Arsenault2013-10-151-1/+1
* R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*Tom Stellard2013-10-101-1/+9
* R600/SI: Fix broken encoding of DS_WRITE_B32Michel Danzer2013-08-161-0/+1
* R600/SI: Assign a register class to the $vaddr operand for MIMG instructionsTom Stellard2013-08-141-1/+1
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-101-0/+1
* R600/SI: add cummuting of rev instructionsChristian Konig2013-03-271-0/+4
* R600/SI: add VOP mapping functionsChristian Konig2013-02-261-0/+6
* R600/SI: add some more instruction flagsChristian Konig2013-02-261-0/+3
* R600/SI: cleanup VGPR encodingTom Stellard2013-02-071-9/+3
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-0/+26
* R600: Proper insert S_WAITCNT instructionsTom Stellard2013-01-181-1/+3
* Add R600 backendTom Stellard2012-12-111-0/+62