aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo pointed out by Trevor Harmon.Duncan Sands2010-11-131-1/+1
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* pull a simple method out of LICM into a new Chris Lattner2010-09-061-6/+10
* Eliminate getCanonicalInductionVariableIncrement's last user andDan Gohman2010-07-231-17/+5
* Simplify this code; it can use the regular CFG utlities rather thanDan Gohman2010-07-231-13/+7
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+1
* cache result of operator*Gabor Greif2010-07-091-3/+4
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-2/+2
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-101-9/+2
* Make isLCSSA ignore uses in blocks not reachable from the entry block,Dan Gohman2010-03-091-3/+14
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-051-0/+5
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-181-1/+1
* Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman2009-12-111-3/+3
* Teach getSmallConstantTripMultiple about Shl operators.Dan Gohman2009-11-201-0/+5
* Minor tidiness fixes.Dan Gohman2009-11-091-4/+3
* Factor out the predicate code for loopsimplify form exit blocks intoDan Gohman2009-11-051-6/+8
* Fix another place that calls Loop::contains a lot to construct a sortedDan Gohman2009-10-201-1/+4
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-0/+21
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-081-0/+10
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-10/+0
* Smallvectorize switchExitBlocks.Dan Gohman2009-09-031-1/+1
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-031-0/+10
* Move getUniqueExitBlocks from LoopBase to Loop, since they depend onDan Gohman2009-09-031-0/+68
* remove uses of llvm/Support/Streams.h.Chris Lattner2009-08-231-1/+0
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-3/+2
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-0/+6
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-171-7/+2
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-161-0/+24
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-151-4/+7
* Introduce a new LoopInfo utility function makeLoopInvariant, whichDan Gohman2009-07-141-1/+62
* Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,Dan Gohman2009-07-131-0/+178
* Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.Dan Gohman2009-06-271-1/+1
* Remove some unnecessary #includes.Dan Gohman2009-06-051-1/+0
* Change the description string of the LoopInfo pass.Dan Gohman2009-05-011-1/+1
* Remove dead comments.Evan Cheng2008-12-181-3/+0
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* These passes preserve CFG.Devang Patel2008-03-201-1/+1
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-201-1/+1
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-191-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-271-1/+1
* More templatization.Owen Anderson2007-11-151-230/+1
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-141-396/+0
* Use SmallVector.Devang Patel2007-08-211-3/+3
* No need to hardcode SmallVector size.Devang Patel2007-08-211-3/+3
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-3/+3
* Verify loop info.Devang Patel2007-07-191-1/+12
* Use DominatorTree instead of ETForest.Devang Patel2007-06-081-9/+9
* Drop 'const'Devang Patel2007-05-031-1/+1