aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BreakCriticalEdges.cpp
AgeCommit message (Expand)Author
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
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-06-28Use hidden visibility to make symbols in an anonymous namespace getChris Lattner
2006-01-11Preserve and update ETForest. Patch by Daniel BerlinChris Lattner
2005-08-13Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixesChris Lattner
2005-08-12Change break critical edges to not remove, then insert, PHI node entries.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2004-09-15Convert code to compile with vc7.1.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-31Expose this as a functionpassChris Lattner
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-02-29Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llxChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-21Minor cleanups and simplificationsChris Lattner
2003-11-20Start using the nicer terminator auto-insertion APIChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-10Reorganize code for locality, improve commentsChris Lattner
2003-11-10Adjust to new critical edge interfaceChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-12Rename loop preheaders pass to loop simplifyChris Lattner
2003-10-10Fix spelling.Misha Brukman
2003-04-23Remove unnecesary &*'sChris Lattner
2002-10-31BreakCriticalEdges should update dominance frontier information as well asChris Lattner
2002-10-08 - Fix bug: cee/2002-10-07-NoImmediateDominator.llChris Lattner