| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explicit doInitialization/doFinalization methods instead of making | Chris Lattner | 2006-09-04 | 1 | -1/+14 |
* | We no longer care whether something is an opt vs analysis pass, only whether | Chris Lattner | 2006-08-27 | 1 | -3/+3 |
* | Change the ModuleProvider interface to not throw exceptions. | Chris Lattner | 2006-07-06 | 1 | -6/+2 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -3/+0 |
* | Speedup and simplify pass registration by the observation that there is | Chris Lattner | 2006-01-23 | 1 | -20/+17 |
* | Patch #6's in Saem's refactor-the-passmanager patch series. From him: | Chris Lattner | 2006-01-04 | 1 | -8/+8 |
* | Older compilers won't like the inline virtual destructor in the header file | Reid Spencer | 2005-04-25 | 1 | -0/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -10/+10 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 1 | -10/+19 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | Give the -time-passes tool option a global storage location so that its | Reid Spencer | 2004-08-24 | 1 | -3/+4 |
* | There is no error message to print out, end sentence with `!' | Misha Brukman | 2004-07-07 | 1 | -1/+1 |
* | Fix for bug 391. | Reid Spencer | 2004-07-07 | 1 | -1/+9 |
* | - #include <iostream> since its not in Value.h any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock | Chris Lattner | 2004-02-29 | 1 | -13/+22 |
* | Fix typo in comment | Brian Gaeke | 2004-02-28 | 1 | -1/+1 |
* | Two problems with these lines of code: | Chris Lattner | 2004-02-09 | 1 | -2/+0 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -4/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -3/+10 |
* | * Remove extraneous #includes | Chris Lattner | 2003-10-13 | 1 | -7/+9 |
* | Rename method | Chris Lattner | 2003-10-12 | 1 | -1/+1 |
* | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
* | Add new method to FunctionPassManager to add ImmutablePasses. | Brian Gaeke | 2003-08-14 | 1 | -0/+1 |
* | Dramatically simplify how -time-passes works. | Chris Lattner | 2003-08-14 | 1 | -5/+11 |
* | Add FunctionPassManager - it's like a PassManager, but it only deals in | Brian Gaeke | 2003-08-12 | 1 | -0/+10 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -4/+4 |
* | Remove usage of sys/unistd.h | Chris Lattner | 2003-06-19 | 1 | -1/+1 |
* | Add helper method | Chris Lattner | 2003-03-21 | 1 | -0/+4 |
* | - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to | Chris Lattner | 2002-10-21 | 1 | -2/+2 |
* | Factor timer code out of PassManager implementation, into a generic interface | Chris Lattner | 2002-10-01 | 1 | -130/+0 |
* | Add support for ImmutablePasses, which are not run, and cannot be | Chris Lattner | 2002-09-25 | 1 | -0/+9 |
* | Another portability fix provided via Casey Carter: | Chris Lattner | 2002-09-13 | 1 | -0/+1 |
* | Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of | Chris Lattner | 2002-09-12 | 1 | -4/+6 |
* | - PassManager prints analysis sets nicer | Chris Lattner | 2002-08-30 | 1 | -30/+9 |
* | - Fighting with linking problem due to removing the ::ID elements. Now the | Chris Lattner | 2002-08-21 | 1 | -0/+3 |
* | Remove debugging code accidentally checked in. | Chris Lattner | 2002-08-21 | 1 | -4/+0 |
* | - Implement the new AnalysisGroup feature, neccesary for Value#ing and point... | Chris Lattner | 2002-08-21 | 1 | -4/+121 |
* | - Eliminate the need for analyses to expose an ::ID member. | Chris Lattner | 2002-08-21 | 1 | -2/+5 |
* | Sort -time-passes report first by user+system, then by Wall clock time. | Chris Lattner | 2002-08-20 | 1 | -0/+11 |
* | Add missing space | Chris Lattner | 2002-08-19 | 1 | -1/+1 |
* | Fix the -time-passes option to not print NaN when there is zero execution time | Chris Lattner | 2002-08-19 | 1 | -6/+13 |
* | Enhance -time-passes to be more detailed and useful | Chris Lattner | 2002-08-01 | 1 | -19/+89 |
* | We need iostream in PassManagerT.h to use cerr | Chris Lattner | 2002-07-31 | 1 | -1/+0 |
* | Implement new -debug-pass=Arguments option that causes PassManager to | Chris Lattner | 2002-07-30 | 1 | -0/+13 |
* | * Move some code from Pass.cpp to PassManagerT.h | Chris Lattner | 2002-07-30 | 1 | -53/+9 |
* | * PassInfo is allowed to be missing now (ie, not all passes need be registered) | Chris Lattner | 2002-07-29 | 1 | -6/+9 |