summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BreakCriticalEdges.cpp
Commit message (Expand)AuthorAge
* 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
* add option to isCriticalEdgeChris Lattner2006-10-28
* Expose a smarter way to break critical edges.Chris Lattner2006-10-28
* This case isn't implemented yet. It seems unlikely to be needed, but if itChris Lattner2006-10-04
* Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll:Chris Lattner2006-10-03
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Preserve and update ETForest. Patch by Daniel BerlinChris Lattner2006-01-11
* Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixesChris Lattner2005-08-13
* Change break critical edges to not remove, then insert, PHI node entries.Chris Lattner2005-08-12
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Changes For Bug 352Reid Spencer2004-09-01
* Expose this as a functionpassChris Lattner2004-07-31
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llxChris Lattner2004-02-29
* Finegrainify namespacificationChris Lattner2004-01-09
* Minor cleanups and simplificationsChris Lattner2003-11-21
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-20
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11