summaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
Commit message (Expand)AuthorAge
...
* Add helper methodChris Lattner2003-03-21
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* Factor timer code out of PassManager implementation, into a generic interfaceChris Lattner2002-10-01
* Add support for ImmutablePasses, which are not run, and cannot beChris Lattner2002-09-25
* Another portability fix provided via Casey Carter:Chris Lattner2002-09-13
* Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner2002-09-12
* - PassManager prints analysis sets nicerChris Lattner2002-08-30
* - Fighting with linking problem due to removing the ::ID elements. Now theChris Lattner2002-08-21
* Remove debugging code accidentally checked in.Chris Lattner2002-08-21
* - Implement the new AnalysisGroup feature, neccesary for Value#ing and point...Chris Lattner2002-08-21
* - Eliminate the need for analyses to expose an ::ID member.Chris Lattner2002-08-21
* Sort -time-passes report first by user+system, then by Wall clock time.Chris Lattner2002-08-20
* Add missing spaceChris Lattner2002-08-19
* Fix the -time-passes option to not print NaN when there is zero execution timeChris Lattner2002-08-19
* Enhance -time-passes to be more detailed and usefulChris Lattner2002-08-01
* We need iostream in PassManagerT.h to use cerrChris Lattner2002-07-31
* Implement new -debug-pass=Arguments option that causes PassManager toChris Lattner2002-07-30
* * Move some code from Pass.cpp to PassManagerT.hChris Lattner2002-07-30
* * PassInfo is allowed to be missing now (ie, not all passes need be registered)Chris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-24
* Add support for pass registrationChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* 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