Changes For Bug 352
[oota-llvm.git] / lib / CodeGen / InstrSched / SchedPriorities.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-24 Brian GaekeFunctionLiveVarInfo.h moved: include/llvm/CodeGen ...
2004-02-12 Brian GaekegetOpCode() --> getOpcode().
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Misha Brukman* Eliminate `using' directive
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...