[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib / Target / R600 / R600MachineScheduler.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2013-12-28 Andrew TrickFactor MI-Sched in preparation for post-ra scheduling...
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-09-12 Tom StellardR600: Don't use trans slot for instructions that read...
2013-09-04 Vincent LejeuneR600: Non vector only instruction can be scheduled...
2013-07-31 Tom StellardRevert "R600: Non vector only instruction can be schedu...
2013-07-31 Vincent LejeuneR600: Non vector only instruction can be scheduled...
2013-06-29 Vincent LejeuneR600: Support schedule and packetization of trans-only...
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-28 Tom StellardR600: Add support for GROUP_BARRIER instruction
2013-06-07 Vincent LejeuneR600: Use a refined heuristic to choose when switching...
2013-06-07 Tom StellardR600: Rework subtarget info and remove AMDILDevice...
2013-06-06 Vincent LejeuneR600: Remove leftover code in R600MachineScheduler.cpp
2013-06-05 Vincent LejeuneR600: Schedule copy from phys register at beginning...
2013-06-05 Tom StellardR600: Make sure to schedule AR register uses and defs...
2013-05-23 Benjamin KramerMove passes from namespace llvm into anonymous namespac...
2013-05-17 Vincent LejeuneR600: Use bottom up scheduling algorithm
2013-05-17 Vincent LejeuneR600: Use depth first scheduling algorithm
2013-05-17 Vincent LejeuneR600: Replace big texture opcode switch in scheduler...
2013-05-17 Vincent LejeuneR600: Relax some vector constraints on Dot4.
2013-05-17 Vincent LejeuneR600: Factorize Fetch size limit inside AMDGPUSubTarget
2013-04-03 Vincent LejeuneR600: Factorize maximum alu per clause in a single...
2013-03-14 Vincent LejeuneR600: Factorize code handling Const Read Port limitation
2013-03-11 NAKAMURA TakumiR600MachineScheduler.cpp: Fix use cases of dbgs()....
2013-03-05 Vincent LejeuneR600: initial scheduler code