summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUInstrInfo.cpp
Commit message (Expand)AuthorAge
* Use llvm_unreachable instead of assert(0)Matt Arsenault2013-12-10
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-13
* Removing a switch statement that contains only a default label. This resolve...Aaron Ballman2013-10-29
* R600: Simplify handling of private address spaceTom Stellard2013-10-22
* R600/SI: Define a separate MIMG instruction for each possible output value typeTom Stellard2013-10-10
* R600: Enable -verify-machineinstrs in some tests.Vincent Lejeune2013-10-01
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-25
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-23
* R600/SI: add VOP mapping functionsChristian Konig2013-02-26
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* Add R600 backendTom Stellard2012-12-11