aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LoopSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-12/+12
* LoopSimplify: Preserve DependenceAnalysis.Benjamin Kramer2012-10-261-0/+2
* Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer2012-10-261-0/+5
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-201-5/+8
* whitespaceAndrew Trick2012-03-201-2/+2
* Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman2011-12-151-16/+34
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-091-8/+4
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-011-2/+2
* Intelligently split the landing pad block.Bill Wendling2011-08-191-5/+16
* Revert r137871. The loop simplify pass should require all exits from a loop thatBill Wendling2011-08-181-15/+3
* Don't optimize the landing pad exit block.Bill Wendling2011-08-171-4/+18
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-0/+2
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-031-0/+8
* whitespaceAndrew Trick2011-08-031-7/+7
* Set debug loc for new preheader's terminator.Devang Patel2011-06-171-0/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-3/+2
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-101-3/+3
* Remove code for updating dominance frontiers and some outdated references toCameron Zwarich2011-01-181-10/+2
* this pass claims to preserve scev, make sure to tell it about deletions.Chris Lattner2011-01-111-0/+1
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-21/+13
* Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...Duncan Sands2011-01-021-15/+12
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-181-14/+16
* Have a few places that want to simplify phi nodes use SimplifyInstructionDuncan Sands2010-11-161-3/+4
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-6/+3
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+10
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-041-1/+10
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-2/+2
* Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn'tDan Gohman2010-08-161-2/+1
* LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.Dan Gohman2010-08-141-0/+5
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-261-9/+4
* keep in 80 colsGabor Greif2010-07-221-3/+4
* Reorder the contents of various getAnalysisUsage functions, eliminatingDan Gohman2010-07-161-3/+10
* cache result of operator*Gabor Greif2010-07-091-2/+4
* cache operator*'s result (in multiple functions)Gabor Greif2010-07-091-15/+22
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-221-3/+3
* Skip debug info intrinsics.Devang Patel2010-03-151-0/+4
* Fix a comment.Dan Gohman2010-03-101-1/+1
* Add some debug output to LoopSimplify.Dan Gohman2010-03-011-0/+30
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-251-2/+16
* Use a SmallSetVector instead of a SetVector; this code showed up as aDan Gohman2010-02-051-2/+3
* Fix a comment typo.Bob Wilson2010-01-151-1/+1
* revert r89298, which was committed without a testcase. I thinkChris Lattner2009-12-211-6/+0
* Update a comment.Dan Gohman2009-12-181-1/+1
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-201-1/+6