1. af00d48 Major improvement to how nodes are built for a BB. by Vikram S. Adve · 24 years ago
  2. 5b43af9 Only add true dep. edges from an earlier to a later instruction. by Vikram S. Adve · 24 years ago
  3. e64574c Major change to how defs are found when adding dependences (they by Vikram S. Adve · 24 years ago
  4. c352d2c Modified graph construction to use one pass to find all defs. by Vikram S. Adve · 24 years ago
  5. d0d79c0 Allow combinations of True/Anti/Output flags for each edge to by Vikram S. Adve · 24 years ago
  6. f43e336 Separate VM instruction that generates the instructions that compute a value by Vikram S. Adve · 24 years ago
  7. 4a87b38 Minor changes for bug fixes in SchedGraph.cpp. by Vikram S. Adve · 24 years ago
  8. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  9. f0b6d79 Moved erase-edge functions from SchedGraphNode to SchedGraph. by Vikram S. Adve · 24 years ago
  10. c0c7708 Add a forward decl, oops. by Chris Lattner · 24 years ago
  11. 46cbff6 Chris seems fond of #include <vector>. Fix these. Also convert use list in by Chris Lattner · 24 years ago[Renamed from include/llvm/CodeGen/SchedGraph.h]
  12. cffebdc * Remove lots of annoying extra #includes by Chris Lattner · 24 years ago
  13. 78ef139 Scheduling DAG for instruction scheduling. Currently for a single basic block. by Vikram S. Adve · 24 years ago