aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.cpp
AgeCommit message (Expand)Author
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-30Two bug fixes:Vikram S. Adve
2001-09-18Moved erase edge functions to class SchedGraph.Vikram S. Adve
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-14Split Target/Machine.h into three files:Chris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-10Use predicate for Value type testChris Lattner
2001-09-07Remove unnecesary #include add dump calls pulled out of .h fileChris Lattner
2001-08-28Scheduling DAG for instruction scheduling. Currently for a single basic block.Vikram S. Adve