aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600MachineScheduler.h
Commit message (Expand)AuthorAgeFilesLines
* 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