summaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
Commit message (Expand)AuthorAge
...
* changes for 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Make functions that preserve the CFG not invalidate analyses that only dependChris Lattner2002-05-06
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Add a new command line option for PassManager using utilities.Chris Lattner2002-04-29
* Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()Chris Lattner2002-04-28
* * Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner2002-04-28
* Minor changes to allow Modules (which are no longer Values) to workChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Make the release build compileChris Lattner2002-04-04
* Change references from Method to FunctionChris Lattner2002-03-26
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* * Make debugging output nicerChris Lattner2002-01-31
* Implement new pass frameworkChris Lattner2002-01-31
* * Expose new command line arg --debug-pass for gccas and llc debuggingChris Lattner2002-01-23
* Oops, misnamed function, didn't override correctly, drat.Chris Lattner2002-01-22
* Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP)Chris Lattner2002-01-22
* Implementation of the new spiffy pass systemChris Lattner2002-01-21