aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrScheduling.h
AgeCommit message (Expand)Author
2003-08-14Factory methods for function passes now return type FunctionPass *.Brian Gaeke
2002-10-29Remove old entrypointChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-02-04Instruction scheduling is a real pass now.Chris Lattner
2002-02-04* Minor cleanupsChris Lattner
2002-02-04* Move command line parsing debug stuff to InstrScheduling internal header fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-09-18Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve
2001-09-14Checkin changes to:Chris Lattner
2001-09-07* Add tag so emacs knows it's a c++ fileChris Lattner
2001-08-28Implementation of instruction scheduling for LLVM.Vikram S. Adve