| Commit message (Expand) | Author | Age | Files | Lines |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -2/+2 |
* | Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock: | Dan Gohman | 2010-07-26 | 1 | -52/+64 |
* | Avoid copying and recopying a std::set. | Dan Gohman | 2010-07-26 | 1 | -6/+2 |
* | Exit a search loop when the search goal is found. | Dan Gohman | 2010-07-26 | 1 | -1/+3 |
* | Fix formatting. | Dan Gohman | 2010-07-26 | 1 | -2/+2 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -4/+4 |
* | LoopSimplify does not update domfrontier correctly. | Tobias Grosser | 2010-07-16 | 1 | -2/+2 |
* | Add dump() to DominanceFrontier | Tobias Grosser | 2010-07-16 | 1 | -0/+5 |
* | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -2/+2 |
* | Fix a typo and some indentation. | Dan Gohman | 2010-04-09 | 1 | -2/+2 |
* | Qualify a bunch of explicit template instantiations to satisfy clang++. | John McCall | 2009-12-19 | 1 | -2/+2 |
* | Make DominanceFrontierBase::print's output prettier. | Dan Gohman | 2009-10-24 | 1 | -3/+5 |
* | Remove temporary debugging hack. | Dan Gohman | 2009-09-28 | 1 | -1/+1 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 1 | -0/+32 |
* | Fix PR5023: The instruction form of DominatorTree::dominates did not | Chris Lattner | 2009-09-21 | 1 | -1/+7 |
* | move DominatorTree::dominates for instructions out of line, | Chris Lattner | 2009-09-21 | 1 | -0/+19 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -5/+3 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -23/+24 |
* | switch DominanceFrontier::splitBlock to use a smallvector for | Chris Lattner | 2009-08-15 | 1 | -2/+2 |
* | Fix some incorrect logic in DominanceFrontier::splitBlock. Part of | Eli Friedman | 2009-05-21 | 1 | -5/+3 |
* | Move dominator info printer into tool/opt/GraphPrinters.cpp | Devang Patel | 2008-06-30 | 1 | -30/+0 |
* | Add dominator info printer pass. | Devang Patel | 2008-06-27 | 1 | -0/+31 |
* | Dominance Frontier is cfg only pass. | Devang Patel | 2008-05-13 | 1 | -1/+1 |
* | don't print dominators every time it is computed with -debug. | Chris Lattner | 2008-04-21 | 1 | -4/+0 |
* | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson | 2008-04-16 | 1 | -1/+4 |
* | These passes preserve CFG. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -2/+2 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -2/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in... | Owen Anderson | 2007-10-23 | 1 | -11/+1 |
* | Move splitBlock into DomTreeBase from DomTree. | Owen Anderson | 2007-10-17 | 1 | -82/+0 |
* | Template DominatorTreeBase by node type. This is the next major step towards | Owen Anderson | 2007-10-16 | 1 | -199/+5 |
* | Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo... | Owen Anderson | 2007-10-08 | 1 | -16/+0 |
* | Fix bug in updating dominance frontier after loop | Devang Patel | 2007-10-05 | 1 | -2/+5 |
* | Completely merge the implementation details of DomTree and PostDomTree. | Owen Anderson | 2007-10-03 | 1 | -2/+5 |
* | Factor some code from the DomTree and PostDomTree calculate methods up into | Owen Anderson | 2007-10-03 | 1 | -0/+6 |
* | Convert DFSPass into a templated friend function, in preparation for making i... | Owen Anderson | 2007-09-27 | 1 | -62/+0 |
* | Move DFSPass back down into DominatorTree. I need to figure out what the dif... | Owen Anderson | 2007-09-23 | 1 | -1/+1 |
* | Factor the dominator tree calculation details out into DominatorCalculation.h... | Owen Anderson | 2007-09-23 | 1 | -267/+81 |
* | Assert sooner. Fix wordings. | Devang Patel | 2007-08-14 | 1 | -3/+2 |
* | Add methods to erase basic block entry. | Devang Patel | 2007-08-13 | 1 | -0/+24 |
* | Speed up updateDFSNumbers with two observations: | Chris Lattner | 2007-08-08 | 1 | -22/+17 |
* | reimplement dfs number computation to be significantly faster. This speeds up | Chris Lattner | 2007-08-08 | 1 | -40/+33 |
* | 1. Random tidiness cleanups | Chris Lattner | 2007-08-06 | 1 | -47/+44 |
* | Fix an iterator invalidation bug I induced. | Chris Lattner | 2007-08-05 | 1 | -3/+3 |
* | Switch some std::sets to SmallPtrSet. This speeds up | Chris Lattner | 2007-08-05 | 1 | -3/+3 |
* | Switch DomTreeNode::assignDFSNumber from using a std::set to using | Chris Lattner | 2007-08-05 | 1 | -8/+8 |
* | Switch the internal "Info" map from an std::map to a DenseMap. This | Chris Lattner | 2007-08-05 | 1 | -7/+5 |
* | switch the DomTreeNodes and IDoms maps in idom/postidom to a | Chris Lattner | 2007-08-04 | 1 | -16/+13 |
* | Update dominator info for the middle blocks created while spliting | Devang Patel | 2007-08-02 | 1 | -1/+9 |