move some simple scheduler methods into the simple scheduler
[oota-llvm.git] / include / llvm / CodeGen / ScheduleDAG.h
2006-03-10 Chris Lattnermove some simple scheduler methods into the simple...
2006-03-10 Chris LattnerMake EmitNode take a SDNode instead of a NodeInfo*
2006-03-10 Chris LattnerStore VRBase in a map, not in NodeInfo.
2006-03-10 Chris Lattnermake some methods protected instead of private
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-03-05 Chris Lattneradd an emitnoop method
2006-03-05 Jim LaskeyBreathe some life into a comment.
2006-03-05 Chris LattnerAdd a new scheduling type. This is, of course, a hack...
2006-02-24 Chris Lattneradd a method
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-04 Evan ChengGet rid of some memory leaks identified by Valgrind
2006-01-26 Evan ChengDuh.
2006-01-25 Evan ChengNo need to keep track of top and bottom nodes in a...
2006-01-25 Evan ChengSome minor scheduler changes.
2006-01-23 Evan ChengSkeleton of the list schedule.
2006-01-23 Evan ChengFactor out more instruction scheduler code to the base...
2006-01-22 Jeff CohenVisual Studio neurotic about inconsistent class/struct...
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...