| Commit message (Expand) | Author | Age | Files | Lines |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -5/+5 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | Fix problem with inserting FunctionPasses that depend on ImmutablePasses | Brian Gaeke | 2004-07-23 | 1 | -4/+12 |
* | IA64 compat | Chris Lattner | 2004-07-16 | 1 | -1/+1 |
* | Ugh, apparently there is no common ground here. | Chris Lattner | 2004-06-04 | 1 | -0/+5 |
* | Keep transitively-required passes alive for queries to work after the initial | Misha Brukman | 2004-03-12 | 1 | -1/+10 |
* | Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock | Chris Lattner | 2004-02-29 | 1 | -9/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Make code gcc 3.4 clean | Chris Lattner | 2003-11-05 | 1 | -1/+1 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | This is a header file, hear me roar | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Add new method to FunctionPassManager to add ImmutablePasses. | Brian Gaeke | 2003-08-14 | 1 | -1/+20 |
* | Dramatically simplify how -time-passes works. | Chris Lattner | 2003-08-14 | 1 | -57/+13 |
* | Add support for GCC 3.3 | Chris Lattner | 2003-06-23 | 1 | -2/+2 |
* | Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData ... | Chris Lattner | 2003-04-24 | 1 | -13/+25 |
* | Allow ImmutablePass's to require other immutable passes and to be initialized | Chris Lattner | 2003-02-26 | 1 | -0/+26 |
* | Fix a misunderstanding of the standard associative containers | Chris Lattner | 2003-02-14 | 1 | -7/+2 |
* | Fix spelling of `propagate'. | Misha Brukman | 2002-10-29 | 1 | -2/+2 |
* | - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to | Chris Lattner | 2002-10-21 | 1 | -2/+2 |
* | Make sure to use the TimerGroup that we created! | Chris Lattner | 2002-10-01 | 1 | -1/+1 |
* | Make sure not to count the PassManager wrapers | Chris Lattner | 2002-10-01 | 1 | -0/+2 |
* | Factor timer code out of PassManager implementation, into a generic interface | Chris Lattner | 2002-10-01 | 1 | -20/+22 |
* | Fix a problem that was caused by stale analyses being in CurrentAnalyses | Chris Lattner | 2002-09-29 | 1 | -0/+13 |
* | * Fix ugly bug in previous checkin where I reused the name 'i' one too many t... | Chris Lattner | 2002-09-25 | 1 | -5/+10 |
* | Add support for ImmutablePasses, which are not run, and cannot be | Chris Lattner | 2002-09-25 | 1 | -17/+67 |
* | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner | 2002-09-12 | 1 | -0/+16 |
* | Enable "garbage detection" of LLVM objects. Check for leaks after running | Chris Lattner | 2002-09-08 | 1 | -0/+5 |
* | - Use Pass::AnalysisImpls instead of findAnalysisGroupMemeber | Chris Lattner | 2002-08-30 | 1 | -42/+40 |
* | - Implement the new AnalysisGroup feature, neccesary for Value#ing and point... | Chris Lattner | 2002-08-21 | 1 | -19/+50 |
* | Sort -time-passes report first by user+system, then by Wall clock time. | Chris Lattner | 2002-08-20 | 1 | -3/+1 |
* | Enhance -time-passes to be more detailed and useful | Chris Lattner | 2002-08-01 | 1 | -1/+19 |
* | We need iostream in PassManagerT.h to use cerr | Chris Lattner | 2002-07-31 | 1 | -0/+1 |
* | Implement new -debug-pass=Arguments option that causes PassManager to | Chris Lattner | 2002-07-30 | 1 | -9/+22 |
* | * Move some code from Pass.cpp to PassManagerT.h | Chris Lattner | 2002-07-30 | 1 | -2/+28 |
* | * Eliminate the Provided set. All Passes now finally just automatically | Chris Lattner | 2002-07-29 | 1 | -19/+16 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -1/+1 |
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 1 | -4/+4 |
* | changes for 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -1/+1 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -19/+19 |
* | Fix problem where subpasses would invalidate all analyses outstanding | Chris Lattner | 2002-04-30 | 1 | -0/+8 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+3 |
* | Add a new command line option for PassManager using utilities. | Chris Lattner | 2002-04-29 | 1 | -11/+84 |
* | Move include/llvm/PassManager.h to lib/VMCore/PassManagerT.h | Chris Lattner | 2002-04-28 | 1 | -6/+9 |
* | Minor changes to allow Modules (which are no longer Values) to work | Chris Lattner | 2002-04-28 | 1 | -4/+6 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -49/+84 |
* | Make build work in release mode | Chris Lattner | 2002-04-04 | 1 | -11/+2 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -12/+12 |
* | Make an assertion provide a more helpful error message | Chris Lattner | 2002-03-17 | 1 | -1/+2 |
* | Add more debug output | Chris Lattner | 2002-02-01 | 1 | -1/+5 |