summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SIInsertWaits.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-480/+0
* Remove the need to cache the subtarget in the R600 TargetRegisterInfoEric Christopher2015-03-111-2/+4
* R600/SI: Fix dependency between instruction writing M0 and S_SENDMSG on VI (v2)Marek Olsak2015-02-031-0/+34
* R600/SI: Insert s_waitcnt before s_barrier instructions.Tom Stellard2015-01-061-1/+5
* R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaitsTom Stellard2015-01-061-0/+23
* R600/SI: Disable VMEM and SMEM clauses by breaking them with S_NOPMarek Olsak2014-12-071-8/+46
* Fix include orderMatt Arsenault2014-09-291-1/+1
* R600/SI: Fix hardcoded values for modifiers.Matt Arsenault2014-09-291-0/+1
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-4/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+5
* Fix typosMatt Arsenault2014-07-171-3/+3
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-191-0/+2
* [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