[C++] Use 'nullptr'.
[oota-llvm.git] / lib / Target / R600 / R600MachineScheduler.h
2014-04-28 Craig Topper[C++] Use 'nullptr'.
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-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-07 Vincent LejeuneR600: Use a refined heuristic to choose when switching...
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-03-14 Vincent LejeuneR600: Factorize code handling Const Read Port limitation
2013-03-05 Vincent LejeuneR600: initial scheduler code