aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.h
AgeCommit message (Expand)Author
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-12Eliminate most uses of the machine instruction vector for each LLVM instr,Vikram S. Adve
2001-11-12Major improvement to how nodes are built for a BB.Vikram S. Adve
2001-11-11Only add true dep. edges from an earlier to a later instruction.Vikram S. Adve
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-28Allow combinations of True/Anti/Output flags for each edge toVikram S. Adve
2001-10-17Separate VM instruction that generates the instructions that compute a valueVikram S. Adve
2001-09-30Minor changes for bug fixes in SchedGraph.cpp.Vikram S. Adve
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-18Moved erase-edge functions from SchedGraphNode to SchedGraph.Vikram S. Adve
2001-09-14Add a forward decl, oops.Chris Lattner
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner