Changes For Bug 352
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedPriorities.h
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-06-02 Chris LattnerRemove usage of noncopyable classes to clean up doxygen...
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-01 Chris LattnerNew iostream definitions
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-07-24 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-05-22 Chris LattnerMove debug options out of header files so that the...
2002-04-27 Chris Lattners/Method/Function
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-23 Chris LattnerRename Method to Function
2002-02-26 Anand ShuklaChange to make it build with GCC 2.95.3
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
2002-02-04 Chris Lattner* The itf exposed by InstrScheduling is now a single...
2002-02-04 Chris LattnerRemove dependence on BBLiveVar from InstrScheduling
2002-02-04 Chris LattnerMove instrIsFeasible from InstrScheduling.h
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-01-23 Chris LattnerMake it build with 2.95.3
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Vikram S. AdveRenamed some header files.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....