aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Pass.cpp
AgeCommit message (Expand)Author
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-19Remove usage of sys/unistd.hChris Lattner
2003-03-21Add helper methodChris Lattner
2002-10-21 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner
2002-10-01Factor timer code out of PassManager implementation, into a generic interfaceChris Lattner
2002-09-25Add support for ImmutablePasses, which are not run, and cannot beChris Lattner
2002-09-13Another portability fix provided via Casey Carter:Chris Lattner
2002-09-12Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair ofChris Lattner
2002-08-30 - PassManager prints analysis sets nicerChris Lattner
2002-08-21 - Fighting with linking problem due to removing the ::ID elements. Now theChris Lattner
2002-08-21Remove debugging code accidentally checked in.Chris Lattner
2002-08-21 - Implement the new AnalysisGroup feature, neccesary for Value#ing and point...Chris Lattner
2002-08-21 - Eliminate the need for analyses to expose an ::ID member.Chris Lattner
2002-08-20Sort -time-passes report first by user+system, then by Wall clock time.Chris Lattner
2002-08-19Add missing spaceChris Lattner
2002-08-19Fix the -time-passes option to not print NaN when there is zero execution timeChris Lattner
2002-08-01Enhance -time-passes to be more detailed and usefulChris Lattner
2002-07-31We need iostream in PassManagerT.h to use cerrChris Lattner
2002-07-30Implement new -debug-pass=Arguments option that causes PassManager toChris Lattner
2002-07-30* Move some code from Pass.cpp to PassManagerT.hChris Lattner
2002-07-29* PassInfo is allowed to be missing now (ie, not all passes need be registered)Chris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-07-23Add support for pass registrationChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-06-25changes for 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-06Make functions that preserve the CFG not invalidate analyses that only dependChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-29Add a new command line option for PassManager using utilities.Chris Lattner
2002-04-28Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()Chris Lattner
2002-04-28* Add a stub to FunctionPass so that subclasses can declare that they do notChris Lattner
2002-04-28Minor changes to allow Modules (which are no longer Values) to workChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-04Make the release build compileChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-31* Make debugging output nicerChris Lattner
2002-01-31Implement new pass frameworkChris Lattner
2002-01-23* Expose new command line arg --debug-pass for gccas and llc debuggingChris Lattner
2002-01-22Oops, misnamed function, didn't override correctly, drat.Chris Lattner
2002-01-22Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP)Chris Lattner
2002-01-21Implementation of the new spiffy pass systemChris Lattner