*** empty log message ***
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedGraph.h
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-07-26 Chris LattnerHrm, another necesary one :(
2003-07-26 Chris LattnerRemove extraneous #includes
2003-06-02 Chris LattnerRemove usage of noncopyable classes to clean up doxygen...
2003-06-02 Chris LattnerAdd #include
2003-05-31 Vikram S. AdveChanges to allow explicit physical register arguments...
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-08-09 Chris Lattner* Removed extraneous #includes
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-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-03-24 Vikram S. AdveUse deterministic iterator for SchedGraphs. This is...
2002-03-23 Chris LattnerRename Method to Function
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-03 Chris LattnerRemove extraneous #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-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. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-17 Vikram S. AdveSeparate VM instruction that generates the instructions...
2001-09-30 Vikram S. AdveMinor changes for bug fixes in SchedGraph.cpp.
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Vikram S. AdveMoved erase-edge functions from SchedGraphNode to Sched...
2001-09-14 Chris LattnerAdd a forward decl, oops.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....