summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedGraph.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate most uses of the machine instruction vector for each LLVM instr,Vikram S. Adve2001-11-121-10/+8
* Major improvement to how nodes are built for a BB.Vikram S. Adve2001-11-121-3/+3
* Only add true dep. edges from an earlier to a later instruction.Vikram S. Adve2001-11-111-2/+5
* Major change to how defs are found when adding dependences (theyVikram S. Adve2001-11-081-7/+11
* Modified graph construction to use one pass to find all defs.Vikram S. Adve2001-11-051-5/+15
* Allow combinations of True/Anti/Output flags for each edge toVikram S. Adve2001-10-281-7/+16
* Separate VM instruction that generates the instructions that compute a valueVikram S. Adve2001-10-171-1/+2
* Minor changes for bug fixes in SchedGraph.cpp.Vikram S. Adve2001-09-301-9/+15
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-7/+31
* Moved erase-edge functions from SchedGraphNode to SchedGraph.Vikram S. Adve2001-09-181-10/+16
* Add a forward decl, oops.Chris Lattner2001-09-141-0/+1
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-0/+495
OpenPOWER on IntegriCloud