| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo pointed out by Trevor Harmon. | Duncan Sands | 2010-11-13 | 1 | -1/+1 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+3 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | pull a simple method out of LICM into a new | Chris Lattner | 2010-09-06 | 1 | -6/+10 |
* | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman | 2010-07-23 | 1 | -17/+5 |
* | Simplify this code; it can use the regular CFG utlities rather than | Dan Gohman | 2010-07-23 | 1 | -13/+7 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+1 |
* | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -3/+4 |
* | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -2/+2 |
* | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman | 2010-03-10 | 1 | -9/+2 |
* | Make isLCSSA ignore uses in blocks not reachable from the entry block, | Dan Gohman | 2010-03-09 | 1 | -3/+14 |
* | Restore dump() methods to Loop and MachineLoop. | Dan Gohman | 2010-01-05 | 1 | -0/+5 |
* | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 1 | -1/+1 |
* | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman | 2009-12-11 | 1 | -3/+3 |
* | Teach getSmallConstantTripMultiple about Shl operators. | Dan Gohman | 2009-11-20 | 1 | -0/+5 |
* | Minor tidiness fixes. | Dan Gohman | 2009-11-09 | 1 | -4/+3 |
* | Factor out the predicate code for loopsimplify form exit blocks into | Dan Gohman | 2009-11-05 | 1 | -6/+8 |
* | Fix another place that calls Loop::contains a lot to construct a sorted | Dan Gohman | 2009-10-20 | 1 | -1/+4 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 1 | -0/+21 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -0/+10 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -10/+0 |
* | Smallvectorize switchExitBlocks. | Dan Gohman | 2009-09-03 | 1 | -1/+1 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -0/+10 |
* | Move getUniqueExitBlocks from LoopBase to Loop, since they depend on | Dan Gohman | 2009-09-03 | 1 | -0/+68 |
* | remove uses of llvm/Support/Streams.h. | Chris Lattner | 2009-08-23 | 1 | -1/+0 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -3/+2 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -0/+6 |
* | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 1 | -7/+2 |
* | Add an isLoopSimplifyForm() predicate, following the example of | Dan Gohman | 2009-07-16 | 1 | -0/+24 |
* | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman | 2009-07-15 | 1 | -4/+7 |
* | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman | 2009-07-14 | 1 | -1/+62 |
* | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman | 2009-07-13 | 1 | -0/+178 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Remove some unnecessary #includes. | Dan Gohman | 2009-06-05 | 1 | -1/+0 |
* | Change the description string of the LoopInfo pass. | Dan Gohman | 2009-05-01 | 1 | -1/+1 |
* | Remove dead comments. | Evan Cheng | 2008-12-18 | 1 | -3/+0 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -3/+0 |
* | These passes preserve CFG. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson | 2007-11-27 | 1 | -1/+1 |
* | More templatization. | Owen Anderson | 2007-11-15 | 1 | -230/+1 |
* | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson | 2007-11-14 | 1 | -396/+0 |
* | Use SmallVector. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | No need to hardcode SmallVector size. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -1/+12 |
* | Use DominatorTree instead of ETForest. | Devang Patel | 2007-06-08 | 1 | -9/+9 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |