index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InstrSched
/
SchedGraph.h
Age
Commit message (
Expand
)
Author
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-12
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-11
Only add true dep. edges from an earlier to a later instruction.
Vikram S. Adve
2001-11-08
Major change to how defs are found when adding dependences (they
Vikram S. Adve
2001-11-05
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-10-28
Allow combinations of True/Anti/Output flags for each edge to
Vikram S. Adve
2001-10-17
Separate VM instruction that generates the instructions that compute a value
Vikram S. Adve
2001-09-30
Minor changes for bug fixes in SchedGraph.cpp.
Vikram S. Adve
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-18
Moved erase-edge functions from SchedGraphNode to SchedGraph.
Vikram S. Adve
2001-09-14
Add a forward decl, oops.
Chris Lattner
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner