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