summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600MachineScheduler.cpp
Commit message (Expand)AuthorAge
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-15
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-12
* 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: Add local memory support via LDSTom Stellard2013-06-28
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-28
* R600: Use a refined heuristic to choose when switching clauseVincent Lejeune2013-06-07
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* R600: Remove leftover code in R600MachineScheduler.cppVincent Lejeune2013-06-06
* 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: Replace big texture opcode switch in scheduler by usesTC/usesVCVincent Lejeune2013-05-17
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-17
* R600: Factorize Fetch size limit inside AMDGPUSubTargetVincent Lejeune2013-05-17
* R600: Factorize maximum alu per clause in a single locationVincent Lejeune2013-04-03
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-14
* R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...NAKAMURA Takumi2013-03-11
* R600: initial scheduler codeVincent Lejeune2013-03-05