summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopInfo.cpp
Commit message (Expand)AuthorAge
* LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick2011-08-26
* Make a bunch of symbols private.Benjamin Kramer2011-08-19
* Revert r137655. There is some question about whether the 'landingpad'Bill Wendling2011-08-17
* Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling2011-08-15
* The landingpad instruction isn't loop-invariant.Bill Wendling2011-08-15
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Fix for LoopInfo::updateUnloop. Remove subloop blocks from formerAndrew Trick2011-08-11
* Cleanup. Another thorough review by Nick!Andrew Trick2011-08-11
* Reapplying r136844.Andrew Trick2011-08-10
* Cleanup. Added LoopBlocksDFS::perform for simple clients.Andrew Trick2011-08-10
* Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick2011-08-04
* An algorithm for incrementally updating LoopInfo within aAndrew Trick2011-08-03
* whitespaceAndrew Trick2011-08-03
* Fix typo pointed out by Trevor Harmon.Duncan Sands2010-11-13
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* pull a simple method out of LICM into a new Chris Lattner2010-09-06
* Eliminate getCanonicalInductionVariableIncrement's last user andDan Gohman2010-07-23
* Simplify this code; it can use the regular CFG utlities rather thanDan Gohman2010-07-23
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* cache result of operator*Gabor Greif2010-07-09
* Fix a bunch of namespace polution.Dan Gohman2010-04-15
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-10
* Make isLCSSA ignore uses in blocks not reachable from the entry block,Dan Gohman2010-03-09
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-05
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-18
* Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman2009-12-11
* Teach getSmallConstantTripMultiple about Shl operators.Dan Gohman2009-11-20
* Minor tidiness fixes.Dan Gohman2009-11-09
* Factor out the predicate code for loopsimplify form exit blocks intoDan Gohman2009-11-05
* Fix another place that calls Loop::contains a lot to construct a sortedDan Gohman2009-10-20
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-08
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-06
* Smallvectorize switchExitBlocks.Dan Gohman2009-09-03
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-03
* Move getUniqueExitBlocks from LoopBase to Loop, since they depend onDan Gohman2009-09-03
* remove uses of llvm/Support/Streams.h.Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* Replace isTrapping with a new, similar method called Eli Friedman2009-07-17
* Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman2009-07-16
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-15
* Introduce a new LoopInfo utility function makeLoopInvariant, whichDan Gohman2009-07-14
* Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,Dan Gohman2009-07-13
* Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.Dan Gohman2009-06-27
* Remove some unnecessary #includes.Dan Gohman2009-06-05
* Change the description string of the LoopInfo pass.Dan Gohman2009-05-01
* Remove dead comments.Evan Cheng2008-12-18
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06