summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600MachineScheduler.h
Commit message (Expand)AuthorAge
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-15
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-09-04
* Revert "R600: Non vector only instruction can be scheduled on trans unit"Tom Stellard2013-07-31
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-07-31
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-29
* R600: Use a refined heuristic to choose when switching clauseVincent Lejeune2013-06-07
* R600: Schedule copy from phys register at beginning of blockVincent Lejeune2013-06-05
* R600: Make sure to schedule AR register uses and defs in the same clauseTom Stellard2013-06-05
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* R600: Use bottom up scheduling algorithmVincent Lejeune2013-05-17
* R600: Use depth first scheduling algorithmVincent Lejeune2013-05-17
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-14
* R600: initial scheduler codeVincent Lejeune2013-03-05