Major improvement to how nodes are built for a BB.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedGraph.cpp
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-11 Vikram S. AdveOnly add true dep. edges from an earlier to a later...
2001-11-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
2001-10-17 Vikram S. Adve*** empty log message ***
2001-10-13 Chris Lattner* Fix privacy issues on RegToRefVecMap
2001-10-11 Vikram S. AdveAdd graph edges due to implicit refs in each machine...
2001-10-10 Vikram S. AdveDon't insert useful instructions in delay slot of a...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-30 Vikram S. AdveTwo bug fixes:
2001-09-18 Vikram S. AdveMoved erase edge functions to class SchedGraph.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-10 Chris LattnerUse predicate for Value type test
2001-09-07 Chris LattnerRemove unnecesary #include add dump calls pulled out...
2001-08-28 Vikram S. AdveScheduling DAG for instruction scheduling. Currently...