aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/InstrScheduling.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-2/+2
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-141-2/+2
* Remove old entrypointChris Lattner2002-10-291-13/+0
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-2/+2
* Instruction scheduling is a real pass now.Chris Lattner2002-02-041-4/+4
* * Minor cleanupsChris Lattner2002-02-041-27/+7
* * Move command line parsing debug stuff to InstrScheduling internal header fileChris Lattner2002-02-041-14/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve2001-09-181-2/+2
* Checkin changes to:Chris Lattner2001-09-141-5/+3
* * Add tag so emacs knows it's a c++ fileChris Lattner2001-09-071-15/+3
* Implementation of instruction scheduling for LLVM.Vikram S. Adve2001-08-281-0/+86