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