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.cpp
Age
Commit message (
Expand
)
Author
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
Add edges between call instructions and (a) load/store instructions, and
Vikram S. Adve
2001-10-17
*** empty log message ***
Vikram S. Adve
2001-10-13
* Fix privacy issues on RegToRefVecMap
Chris Lattner
2001-10-11
Add graph edges due to implicit refs in each machine instruction.
Vikram S. Adve
2001-10-10
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-30
Two bug fixes:
Vikram S. Adve
2001-09-18
Moved erase edge functions to class SchedGraph.
Vikram S. Adve
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-10
Use predicate for Value type test
Chris Lattner
2001-09-07
Remove unnecesary #include add dump calls pulled out of .h file
Chris Lattner
2001-08-28
Scheduling DAG for instruction scheduling. Currently for a single basic block.
Vikram S. Adve
[prev]