summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SIInsertWaits.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-271-0/+6
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-1/+1
* R600/SI: Fix broken encoding of DS_WRITE_B32Michel Danzer2013-08-161-8/+13
* Revert "R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions"Tom Stellard2013-08-161-1/+3
* R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructionsTom Stellard2013-08-161-3/+1
* Initialize SIInsertWaits::ExpInstrTypesSeen in the pass constructor.Evgeniy Stepanov2013-08-071-1/+2
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-101-0/+2
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-7/+9
* R600/SI: fix inserting waits for all definesChristian Konig2013-03-181-15/+1
* R600/SI: fix inserting waits for unordered definesChristian Konig2013-03-011-2/+21
* R600: Proper insert S_WAITCNT instructionsTom Stellard2013-01-181-0/+353
OpenPOWER on IntegriCloud