| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #10 from Saem: | Chris Lattner | 2006-01-12 | 1 | -52/+32 |
* | Patch #9 from Saem: | Chris Lattner | 2006-01-11 | 1 | -124/+147 |
* | Saem Ghani's PassManager Patch #8: | Reid Spencer | 2006-01-08 | 1 | -2/+16 |
* | Patch #7 from Saem: | Chris Lattner | 2006-01-07 | 1 | -36/+37 |
* | Patch #6's in Saem's refactor-the-passmanager patch series. From him: | Chris Lattner | 2006-01-04 | 1 | -222/+149 |
* | Saem's patch #5 of the passmanager refactoring | Chris Lattner | 2006-01-04 | 1 | -47/+93 |
* | patch #4 in Saem's passmanager refactoring. | Chris Lattner | 2006-01-04 | 1 | -15/+50 |
* | silence some warnings | Chris Lattner | 2006-01-03 | 1 | -0/+6 |
* | Finally commit Saem's 'patch #3' to refactor the pass manager | Chris Lattner | 2006-01-03 | 1 | -55/+80 |
* | Patch #1 of Saem Ghani's Pass Manager refactoring. From the man: | Chris Lattner | 2005-12-30 | 1 | -5/+36 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -16/+16 |
* | Make this compatible with the HP/intel compiler. Fix by Duraid, thanks! | Chris Lattner | 2005-01-14 | 1 | -1/+1 |
* | Work correctly with MSVC and ICC, patch contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -4/+4 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -3/+6 |
* | '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 |