summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LoopSimplify.cpp
Commit message (Expand)AuthorAge
* Fix a typo in commentMichael Zolotukhin2014-04-29
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* remove some dead codeNuno Lopes2014-04-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [LPM] Make LoopSimplify no longer a LoopPass and instead both a utilityChandler Carruth2014-01-23
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick2014-01-06
* Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker2014-01-04
* Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick2014-01-04
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-20
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-20
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* LoopSimplify: Preserve DependenceAnalysis.Benjamin Kramer2012-10-26
* Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer2012-10-26
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-20
* whitespaceAndrew Trick2012-03-20
* Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman2011-12-15
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-09
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Intelligently split the landing pad block.Bill Wendling2011-08-19
* Revert r137871. The loop simplify pass should require all exits from a loop thatBill Wendling2011-08-18
* Don't optimize the landing pad exit block.Bill Wendling2011-08-17
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-03
* whitespaceAndrew Trick2011-08-03
* Set debug loc for new preheader's terminator.Devang Patel2011-06-17
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-10
* Remove code for updating dominance frontiers and some outdated references toCameron Zwarich2011-01-18
* this pass claims to preserve scev, make sure to tell it about deletions.Chris Lattner2011-01-11
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...Duncan Sands2011-01-02
* Factor code for testing whether replacing one value with anotherDuncan Sands2010-11-18
* Have a few places that want to simplify phi nodes use SimplifyInstructionDuncan Sands2010-11-16
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-04
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn'tDan Gohman2010-08-16
* LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.Dan Gohman2010-08-14
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-26