summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SIInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make method staticMatt Arsenault2013-11-151-1/+1
* Indentation fixesMatt Arsenault2013-11-141-2/+1
* Add a commentMatt Arsenault2013-11-141-1/+3
* R600: Fix uninitialized variable usageTom Stellard2013-11-131-5/+5
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-13/+53
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-131-4/+263
* Target/R600: Un-tab-ify.NAKAMURA Takumi2013-10-281-5/+5
* R600/SI: Use llvm_unreachable() for an always false assertTom Stellard2013-10-221-2/+1
* R600/SI: Fix warning on non-asserts buildTom Stellard2013-10-221-0/+1
* R600: Simplify handling of private address spaceTom Stellard2013-10-221-10/+8
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-221-11/+0
* R600/SI: Remove some leftover MI dump callVincent Lejeune2013-10-151-1/+0
* R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*Tom Stellard2013-10-101-0/+107
* 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
OpenPOWER on IntegriCloud