aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.cpp
AgeCommit message (Expand)Author
2001-11-08Major change to how defs are found when adding dependences (theyVikram S. Adve
2001-11-05Modified graph construction to use one pass to find all defs.Vikram S. Adve
2001-10-28Add edges between call instructions and (a) load/store instructions, andVikram S. Adve
2001-10-17*** empty log message ***Vikram S. Adve
2001-10-13* Fix privacy issues on RegToRefVecMapChris Lattner
2001-10-11Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve
2001-10-10Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve
2001-10-02Commit more code over to new cast styleChris Lattner
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