aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-1/+0
* R600/SI: Fix broken encoding of DS_WRITE_B32Michel Danzer2013-08-161-0/+4
* R600/SI: Assign a register class to the $vaddr operand for MIMG instructionsTom Stellard2013-08-141-0/+5
* Make some arrays 'static const'Craig Topper2013-07-151-5/+5
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+1
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-101-0/+9
* R600/SI: add cummuting of rev instructionsChristian Konig2013-03-271-1/+21
* R600/SI: improve vector interpolationChristian Konig2013-03-261-0/+20
* R600/SI: handle all registers in copyPhysReg v2Christian Konig2013-03-011-16/+88
* R600/SI: add some more instruction flagsChristian Konig2013-02-261-0/+10
* R600/SI: cleanup literal handling v3Christian Konig2013-02-161-4/+1
* R600/SI: Handle VGPR64 destination in copyPhysReg().Tom Stellard2013-02-071-1/+9
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-0/+48
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+0
* Target/R600: Update MIB according to r170588.NAKAMURA Takumi2012-12-201-2/+3
* Add R600 backendTom Stellard2012-12-111-0/+89