aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/AMDGPUInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-17/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+34
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-27/+29
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-25/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+10
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+5
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-5/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+5
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-12/+75
* Removing a switch statement that contains only a default label. This resolve...Aaron Ballman2013-10-291-28/+25
* R600: Simplify handling of private address spaceTom Stellard2013-10-221-0/+40
* R600/SI: Define a separate MIMG instruction for each possible output value typeTom Stellard2013-10-101-0/+9
* R600: Enable -verify-machineinstrs in some tests.Vincent Lejeune2013-10-011-1/+1
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-0/+1
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-1/+0
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+1
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-231-21/+0
* R600/SI: add VOP mapping functionsChristian Konig2013-02-261-0/+1
* R600: Support for indirect addressing v4Tom Stellard2013-02-061-1/+10
* Add R600 backendTom Stellard2012-12-111-0/+257