Instead of checking op.getType() against MO_VirtualRegister and
[oota-llvm.git] / include / llvm / CodeGen / InstrScheduling.h
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.