aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-251-14/+12
* Make functions that preserve the CFG not invalidate analyses that only dependChris Lattner2002-05-061-1/+28
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-5/+10
* Add a new command line option for PassManager using utilities.Chris Lattner2002-04-291-0/+60
* Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()Chris Lattner2002-04-281-14/+15
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-281-4/+28
* Minor changes to allow Modules (which are no longer Values) to workChris Lattner2002-04-281-10/+9
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-34/+27
* Make the release build compileChris Lattner2002-04-041-2/+0
* Change references from Method to FunctionChris Lattner2002-03-261-11/+11
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* * Make debugging output nicerChris Lattner2002-01-311-12/+14
* Implement new pass frameworkChris Lattner2002-01-311-132/+125
* * Expose new command line arg --debug-pass for gccas and llc debuggingChris Lattner2002-01-231-9/+60
* Oops, misnamed function, didn't override correctly, drat.Chris Lattner2002-01-221-1/+1
* Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP)Chris Lattner2002-01-221-6/+18
* Implementation of the new spiffy pass systemChris Lattner2002-01-211-0/+117