summaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.cpp
Commit message (Expand)AuthorAge
...
* Major change to how defs are found when adding dependences (theyVikram S. Adve2001-11-08
* Modified graph construction to use one pass to find all defs.Vikram S. Adve2001-11-05
* Add edges between call instructions and (a) load/store instructions, andVikram S. Adve2001-10-28
* *** empty log message ***Vikram S. Adve2001-10-17
* * Fix privacy issues on RegToRefVecMapChris Lattner2001-10-13
* Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve2001-10-11
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-10
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* Two bug fixes:Vikram S. Adve2001-09-30
* Moved erase edge functions to class SchedGraph.Vikram S. Adve2001-09-18
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-14
* Split Target/Machine.h into three files:Chris Lattner2001-09-14
* Make a new llvm/Target #include directory.Chris Lattner2001-09-14
* Use predicate for Value type testChris Lattner2001-09-10
* Remove unnecesary #include add dump calls pulled out of .h fileChris Lattner2001-09-07
* Scheduling DAG for instruction scheduling. Currently for a single basic block.Vikram S. Adve2001-08-28