[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges.
[oota-llvm.git] / lib / Transforms / Utils / LoopUnroll.cpp
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-10 Mark HeffernanPartially fix PR20058: reduce compile time for loop...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-07-08 Benjamin KramerFix some Twine locals.
2014-05-29 Dinesh DwivediLCSSA should be performed on the outermost affected...
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-04-29 Diego NovilloAdd optimization remarks to the loop unroller and vecto...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-28 Chandler Carruth[LPM] Fix PR18616 where the shifts to the loop pass...
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-07 Jakub StaszakDon't #include heavy Dominators.h file in LoopInfo...
2013-11-17 NAKAMURA TakumiUtils/LoopUnroll.cpp: Tweak (StringRef)OldName to be...
2013-11-13 Jakub StaszakUse StringRef instead of std::string
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-05 Andrew TrickLoopUnroll: always check for NULL LoopPassManager
2012-05-08 Andrew TrickAllow NULL LoopPassManager argument in UnrollLoop....
2012-04-10 Andrew TrickFix 12513: Loop unrolling breaks with indirect branches.
2011-12-16 Andrew TrickAvoid a confusing assert for silly options: -unroll...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-08-10 Andrew TrickComments. Thanks for the spell check Nick!
2011-08-10 Andrew TrickInvoke SimplifyIndVar when we partially unroll a loop...
2011-08-10 Andrew TrickCleanup. Added LoopBlocksDFS::perform for simple clients.
2011-08-10 Andrew TrickFix the LoopUnroller to handle nontrivial loops and...
2011-08-09 Andrew TrickLoopUnroll looks like it has some stale code. Remove...
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-07-25 Andrew TrickAdd clarifying comments for the new arguments to Unroll...
2011-07-23 Andrew TrickMove trip count discovery outside of the generic LoopUn...
2011-07-23 Andrew Trickwhitespace
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Benjamin KramerRemove unused variables.
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-02-18 Chris LattnerDon't unroll loops whose header block's address is...
2011-01-11 Chris Lattnerrandom cleanups
2011-01-07 Jay FoadRemove all uses of the "ugly" method BranchInst::setUnc...
2010-11-23 Duncan SandsReplace calls to ConstantFoldInstruction with calls...
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-07-26 Dan GohmanPreserve ScalarEvolution in the loop unroller.
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-23 Devang PatelCosmetic change.
2010-04-20 Devang PatelRename ValueMapTy as ValueToValueMapTy to clearly indic...
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-01-27 Benjamin KramerDon't bother with sprintf, just pass the Twine through.
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-05 Dan GohmanTeach LoopUnroll how to bail if LoopSimplify can't...
2009-10-31 Dan GohmanRevert r85667. LoopUnroll currently can't call utility...
2009-10-31 Dan GohmanMerge the enhancements from LoopUnroll's FoldBlockIntoP...
2009-10-31 Dan GohmanSimplify this code.
2009-10-31 Dan GohmanRename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll...