summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BreakCriticalEdges.cpp
Commit message (Expand)AuthorAge
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-22
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-25
* Speed up codegen prepare from 3.58s to 0.488s.Chris Lattner2010-02-13
* PHINode::getBasicBlockIndex is O(n) in the number of inputsChris Lattner2010-02-13
* iterate over preds using PHI information when available instead ofChris Lattner2010-02-13
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-18
* improve comment.Chris Lattner2009-11-01
* update the comment above llvm::SplitCriticalEdge, and makeChris Lattner2009-10-31
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman2009-09-09
* Preserve ProfileInfo.Andreas Neustifter2009-09-09
* 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
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-03
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-28
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* LoopIndexSplit can sometimes result in cases where a block in its own domfron...Owen Anderson2008-06-03
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* fit in 80 colsChris Lattner2008-04-21
* Remove unused variableScott Michel2008-04-17
* Workaround for PR2207, in which pred_iterator assert gets triggered due to aScott Michel2008-04-16
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...Owen Anderson2007-11-27
* If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier.Devang Patel2007-08-13
* Do not preserve ETForest.Devang Patel2007-06-08
* Maintain ETNode as part of DomTreeNode.Devang Patel2007-06-07
* s/DominatorTree::createNewNode/DominatorTree::addNewBlock/gDevang Patel2007-06-04
* s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/gDevang Patel2007-06-04
* s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/gDevang Patel2007-06-03
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* remove use of BasicBlock::getNextChris Lattner2007-04-17
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-15
* BreakCriticalEdges does still preserve DominatorTree.Owen Anderson2007-04-07
* Expunge DomSet from BreakCriticalEdges. This is part of the continuingOwen Anderson2007-04-07
* Fix Analysis/Dominators/2006-10-02-BreakCritEdges.llChris Lattner2007-01-15
* Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by beingChris Lattner2007-01-14
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06