aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InstrSched/SchedGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
* Clean up the ownership model a bit so that nodes actually get deleted moreChris Lattner2002-04-091-12/+8
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-8/+8
* Minor changes.Vikram S. Adve2002-03-241-7/+3
* * Straighten out #includesChris Lattner2002-02-031-10/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-47/+45
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-19/+11
* Stuff after a #endif is not valid CPP input and breaks some compilersChris Lattner2001-11-261-3/+3
* Eliminate most uses of the machine instruction vector for each LLVM instr,Vikram S. Adve2001-11-121-53/+67
* Major improvement to how nodes are built for a BB.Vikram S. Adve2001-11-121-18/+62
* Only add true dep. edges from an earlier to a later instruction.Vikram S. Adve2001-11-111-29/+35
* Major change to how defs are found when adding dependences (theyVikram S. Adve2001-11-081-164/+58
* Modified graph construction to use one pass to find all defs.Vikram S. Adve2001-11-051-51/+129
* Add edges between call instructions and (a) load/store instructions, andVikram S. Adve2001-10-281-34/+111
* *** empty log message ***Vikram S. Adve2001-10-171-15/+24
* * Fix privacy issues on RegToRefVecMapChris Lattner2001-10-131-5/+5
* Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve2001-10-111-27/+52
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-101-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+3
* Convert more code to use new style castsChris Lattner2001-10-011-2/+1
* Add support for new style castsChris Lattner2001-10-011-1/+1
* Two bug fixes:Vikram S. Adve2001-09-301-78/+177
* Moved erase edge functions to class SchedGraph.Vikram S. Adve2001-09-181-42/+93
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+1
* Split Target/Machine.h into three files:Chris Lattner2001-09-141-5/+2
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-1/+1
* Use predicate for Value type testChris Lattner2001-09-101-2/+1
* Remove unnecesary #include add dump calls pulled out of .h fileChris Lattner2001-09-071-6/+10
* Scheduling DAG for instruction scheduling. Currently for a single basic block.Vikram S. Adve2001-08-281-0/+759