aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIInsertWaits.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-9/+108
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+8
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-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