summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrScheduling.h
Commit message (Expand)AuthorAge
* Remove trailing whitespaceMisha Brukman2005-04-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-14
* Remove old entrypointChris Lattner2002-10-29
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Instruction scheduling is a real pass now.Chris Lattner2002-02-04
* * Minor cleanupsChris Lattner2002-02-04
* * Move command line parsing debug stuff to InstrScheduling internal header fileChris Lattner2002-02-04
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve2001-09-18
* Checkin changes to:Chris Lattner2001-09-14
* * Add tag so emacs knows it's a c++ fileChris Lattner2001-09-07
* Implementation of instruction scheduling for LLVM.Vikram S. Adve2001-08-28