aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopInfo.cpp
AgeCommit message (Expand)Author
2013-02-13Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-12Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-08-22Reduce duplicated hash map lookups.Benjamin Kramer
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-06-26Remove unnecessary FIXMEAndrew Trick
2012-06-20A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick
2012-06-20Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick
2012-04-10Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick
2011-12-14Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman
2011-11-28Remove the temporary flag -disable-unroll-scev and dead code.Andrew Trick
2011-11-18Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick
2011-08-26LoopInfo::updateUnloop fix, and verify Block->Loop maps.Andrew Trick
2011-08-19Make a bunch of symbols private.Benjamin Kramer
2011-08-17Revert r137655. There is some question about whether the 'landingpad'Bill Wendling
2011-08-15Duncan pointed out that the LandingPadInst might read memory. (It might alsoBill Wendling
2011-08-15The landingpad instruction isn't loop-invariant.Bill Wendling
2011-08-12Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands
2011-08-11Fix for LoopInfo::updateUnloop. Remove subloop blocks from formerAndrew Trick
2011-08-11Cleanup. Another thorough review by Nick!Andrew Trick
2011-08-10Reapplying r136844.Andrew Trick
2011-08-10Cleanup. Added LoopBlocksDFS::perform for simple clients.Andrew Trick
2011-08-04Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick
2011-08-03An algorithm for incrementally updating LoopInfo within aAndrew Trick
2011-08-03whitespaceAndrew Trick
2010-11-13Fix typo pointed out by Trevor Harmon.Duncan Sands
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-09-06pull a simple method out of LICM into a new Chris Lattner
2010-07-23Eliminate getCanonicalInductionVariableIncrement's last user andDan Gohman
2010-07-23Simplify this code; it can use the regular CFG utlities rather thanDan Gohman
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-09cache result of operator*Gabor Greif
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-03-10Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman
2010-03-09Make isLCSSA ignore uses in blocks not reachable from the entry block,Dan Gohman
2010-01-05Restore dump() methods to Loop and MachineLoop.Dan Gohman
2009-12-18Add Loop contains utility methods for testing whether a loopDan Gohman
2009-12-11Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman
2009-11-20Teach getSmallConstantTripMultiple about Shl operators.Dan Gohman
2009-11-09Minor tidiness fixes.Dan Gohman
2009-11-05Factor out the predicate code for loopsimplify form exit blocks intoDan Gohman
2009-10-20Fix another place that calls Loop::contains a lot to construct a sortedDan Gohman
2009-09-28Move the dominator verification code out of special code embedded withinDan Gohman
2009-09-08Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman
2009-09-06Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng
2009-09-03Smallvectorize switchExitBlocks.Dan Gohman