index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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]