summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUInstrInfo.cpp
Commit message (Expand)AuthorAge
* R600: Remove AMDIL instruction and register definitionsTom Stellard2014-06-13
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* R600: Drop use of cached TargetMachine in AMDGPUInstrInfo.cppTom Stellard2014-06-13
* R600/SI: Refactor the VOP3_32 tablegen classTom Stellard2014-05-16
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* Fix indentationMatt Arsenault2014-03-11
* 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