Do not use typeinfo to identify pass in pass manager.
[oota-llvm.git] / include / llvm / CodeGen / InstrScheduling.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2002-10-29 Chris LattnerRemove old entrypoint
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-02-04 Chris LattnerInstruction scheduling is a real pass now.
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-09-18 Vikram S. AdveMinor fixes: renamed target machine files; fold sched...
2001-09-14 Chris LattnerCheckin changes to:
2001-09-07 Chris Lattner* Add tag so emacs knows it's a c++ file
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.