Age | Commit message (Expand) | Author |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
2003-06-19 | Remove usage of sys/unistd.h | Chris Lattner |
2003-03-21 | Add helper method | Chris Lattner |
2002-10-21 | - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to | Chris Lattner |
2002-10-01 | Factor timer code out of PassManager implementation, into a generic interface | Chris Lattner |
2002-09-25 | Add support for ImmutablePasses, which are not run, and cannot be | Chris Lattner |
2002-09-13 | Another portability fix provided via Casey Carter: | Chris Lattner |
2002-09-12 | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner |
2002-08-30 | - PassManager prints analysis sets nicer | Chris Lattner |
2002-08-21 | - Fighting with linking problem due to removing the ::ID elements. Now the | Chris Lattner |
2002-08-21 | Remove 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-20 | Sort -time-passes report first by user+system, then by Wall clock time. | Chris Lattner |
2002-08-19 | Add missing space | Chris Lattner |
2002-08-19 | Fix the -time-passes option to not print NaN when there is zero execution time | Chris Lattner |
2002-08-01 | Enhance -time-passes to be more detailed and useful | Chris Lattner |
2002-07-31 | We need iostream in PassManagerT.h to use cerr | Chris Lattner |
2002-07-30 | Implement new -debug-pass=Arguments option that causes PassManager to | Chris Lattner |
2002-07-30 | * Move some code from Pass.cpp to PassManagerT.h | Chris 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() virtual | Chris Lattner |
2002-07-24 | *** empty log message *** | Chris Lattner |
2002-07-23 | Add support for pass registration | Chris Lattner |
2002-07-22 | *** empty log message *** | Chris Lattner |
2002-06-25 | changes for 64bit gcc | Anand Shukla |
2002-06-25 | MEGAPATCH checkin. | Chris Lattner |
2002-05-06 | Make functions that preserve the CFG not invalidate analyses that only depend | Chris Lattner |
2002-04-29 | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner |
2002-04-29 | Add a new command line option for PassManager using utilities. | Chris Lattner |
2002-04-28 | Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG() | Chris Lattner |
2002-04-28 | * Add a stub to FunctionPass so that subclasses can declare that they do not | Chris Lattner |
2002-04-28 | Minor changes to allow Modules (which are no longer Values) to work | Chris Lattner |
2002-04-27 | * Rename MethodPass class to FunctionPass | Chris Lattner |
2002-04-04 | Make the release build compile | Chris Lattner |
2002-03-26 | Change references from Method to Function | Chris Lattner |
2002-02-12 | Method.h no longer includes BasicBlock.h | Chris Lattner |
2002-01-31 | * Make debugging output nicer | Chris Lattner |
2002-01-31 | Implement new pass framework | Chris Lattner |
2002-01-23 | * Expose new command line arg --debug-pass for gccas and llc debugging | Chris Lattner |
2002-01-22 | Oops, misnamed function, didn't override correctly, drat. | Chris Lattner |
2002-01-22 | Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP) | Chris Lattner |
2002-01-21 | Implementation of the new spiffy pass system | Chris Lattner |