summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600MachineScheduler.h
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-103/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-7/+6
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-281-1/+1
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-151-2/+0
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-09-041-2/+3
* Revert "R600: Non vector only instruction can be scheduled on trans unit"Tom Stellard2013-07-311-3/+2
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-07-311-2/+3
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-291-0/+1
* R600: Use a refined heuristic to choose when switching clauseVincent Lejeune2013-06-071-1/+4
* R600: Schedule copy from phys register at beginning of blockVincent Lejeune2013-06-051-0/+1
* R600: Make sure to schedule AR register uses and defs in the same clauseTom Stellard2013-06-051-0/+2
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-1/+1
* R600: Use bottom up scheduling algorithmVincent Lejeune2013-05-171-1/+1
* R600: Use depth first scheduling algorithmVincent Lejeune2013-05-171-27/+5
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-141-2/+1
* R600: initial scheduler codeVincent Lejeune2013-03-051-0/+121
OpenPOWER on IntegriCloud