Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedPriorities.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2002-11-02 Chris LattnerMove function to cpp file from header
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-08-09 Chris Lattner* Removed extraneous #includes
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-04-27 Chris Lattners/Method/Function
2002-04-08 Chris Lattners/Method/Function
2002-03-24 Vikram S. AdveBug fix: nextToTry was not being initialized in one...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Add a #include not indirectly included any more
2002-02-04 Chris Lattner* The itf exposed by InstrScheduling is now a single...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Vikram S. AdveFormat file header.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerRemove unneeded #includes
2001-08-28 Vikram S. AdveClass that encapsulates priority heuristics for instruc...