remove "Slot", it is dead
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGList.cpp
2006-03-08 Chris Lattnerremove "Slot", it is dead
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-07 Chris LattnerFix some formatting, when looking for hazards, prefer...
2006-03-06 Chris Lattnerupdate file comment
2006-03-06 Evan ChengRemove some code that doesn't make sense
2006-03-06 Evan ChengRemove SUnit::Priority1: it is re-calculated on demand...
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-03-05 Chris LattnerComment fixes
2006-03-05 Chris LattnerWhen a hazard recognizer needs noops to be inserted...
2006-03-05 Chris LattnerImplement G5HazardRecognizer as a trivial thing that...
2006-03-05 Chris LattnerAdd basic hazard recognizer support. noop insertion...
2006-03-05 Chris LattnerSplit the list scheduler into top-down and bottom-up...
2006-03-05 Chris LattnerMove the available queue to being inside the ListSchedu...
2006-03-03 Evan ChengA bit more tweaking
2006-03-03 Jeff CohenFix VC++ compilation errors.
2006-03-02 Evan Cheng- Fixed some priority calculation bugs that were causin...
2006-02-02 Chris Lattnermake -debug output less newliney
2006-01-26 Evan ChengClean up some code; improve efficiency; and fixed a...
2006-01-25 Reid SpencerDon't break the optimized build (by incorrect placement...
2006-01-25 Jeff CohenFix VC++ compilation error.
2006-01-25 Evan ChengBottom up register usage reducing list scheduler.
2006-01-23 Evan ChengSkeleton of the list schedule.