*** empty log message ***
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedGraph.cpp
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-09 Chris LattnerClean up the ownership model a bit so that nodes actual...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-24 Vikram S. AdveMinor changes.
2002-02-03 Chris Lattner* Straighten out #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerStuff after a #endif is not valid CPP input and breaks...
2001-11-12 Vikram S. AdveEliminate most uses of the machine instruction vector...
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...