aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/PassManagerT.h
Commit message (Expand)AuthorAgeFilesLines
* changes for 64bit gccAnand Shukla2002-06-251-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-19/+19
* Fix problem where subpasses would invalidate all analyses outstandingChris Lattner2002-04-301-0/+8
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+3
* Add a new command line option for PassManager using utilities.Chris Lattner2002-04-291-11/+84
* Move include/llvm/PassManager.h to lib/VMCore/PassManagerT.hChris Lattner2002-04-281-6/+9
* Minor changes to allow Modules (which are no longer Values) to workChris Lattner2002-04-281-4/+6
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-49/+84
* Make build work in release modeChris Lattner2002-04-041-11/+2
* Rename Method to FunctionChris Lattner2002-03-231-12/+12
* Make an assertion provide a more helpful error messageChris Lattner2002-03-171-1/+2
* Add more debug outputChris Lattner2002-02-011-1/+5
* * Make debugging output nicerChris Lattner2002-01-311-50/+124
* Fix bug where we didn't initialize and finalize basic block passesChris Lattner2002-01-311-6/+22
* Checkin new pass framework. This one is more useful and automaticallyChris Lattner2002-01-301-0/+395