Major improvement to how nodes are built for a BB.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedGraph.h
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-11 Vikram S. AdveOnly add true dep. edges from an earlier to a later...
2001-11-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-10-28 Vikram S. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-17 Vikram S. AdveSeparate VM instruction that generates the instructions...
2001-09-30 Vikram S. AdveMinor changes for bug fixes in SchedGraph.cpp.
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Vikram S. AdveMoved erase-edge functions from SchedGraphNode to Sched...
2001-09-14 Chris LattnerAdd a forward decl, oops.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....