| Commit message (Expand) | Author | Age | Files | Lines |
* | Make dominatedBySlowTreeWalk private and assert cases handled by the caller. | Rafael Espindola | 2012-04-02 | 1 | -21/+12 |
* | Add missing 'd'. | Rafael Espindola | 2012-04-02 | 1 | -1/+1 |
* | Add a workaround for building with old versions of clang. | Rafael Espindola | 2012-03-31 | 1 | -20/+28 |
* | Handle unreachable code in the dominates functions. This changes users when | Rafael Espindola | 2012-03-30 | 1 | -5/+26 |
* | Avoid using dominatedBySlowTreeWalk. | Rafael Espindola | 2012-03-24 | 1 | -5/+8 |
* | Change the implementation of dominates(inst, inst) to one based on what the | Rafael Espindola | 2012-02-26 | 1 | -9/+5 |
* | Don't call dominates on unreachable instructions. | Rafael Espindola | 2012-02-26 | 1 | -1/+1 |
* | SCEVExpander fixes. Affects LSR and indvars. | Andrew Trick | 2012-01-20 | 1 | -0/+6 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2012-01-04 | 1 | -7/+4 |
* | Change the Dominators recalculate() function to only rely on GraphTraits | Anna Zaks | 2011-12-05 | 1 | -6/+9 |
* | In the simpler version of the link-eval data structure that we use in dominator | Cameron Zwarich | 2011-01-23 | 1 | -7/+4 |
* | Remove useless struct fields. | Cameron Zwarich | 2011-01-23 | 1 | -4/+2 |
* | Remove friend declaration for removed function. | Cameron Zwarich | 2011-01-23 | 1 | -5/+0 |
* | Put the Dominator improvements back in. They were not the cause of bootstrap ... | Jakob Stoklund Olesen | 2011-01-11 | 1 | -5/+0 |
* | Speculatively revert the recent improvements to Dominators.h in an attempt to... | Jakob Stoklund Olesen | 2011-01-11 | 1 | -0/+5 |
* | DominatorTree->print() now prints the status of the DFSNumbers correctly | Tobias Grosser | 2011-01-09 | 1 | -1/+1 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -202/+2 |
* | Remove an unused member function. | Cameron Zwarich | 2011-01-02 | 1 | -3/+0 |
* | Speed up dominator computation some more by optimizing bucket processing. When | Cameron Zwarich | 2011-01-02 | 1 | -2/+0 |
* | Constify. | Dan Gohman | 2010-12-22 | 1 | -1/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+4 |
* | Constify isReachableFromEntry. | Dan Gohman | 2010-10-06 | 1 | -2/+2 |
* | Constify properlyDominates in the same manner as dominates. | Dan Gohman | 2010-09-27 | 1 | -3/+22 |
* | typoes | Gabor Greif | 2010-09-10 | 1 | -2/+2 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -3/+3 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -3/+3 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -3/+3 |
* | Add dump() to DominanceFrontier | Tobias Grosser | 2010-07-16 | 1 | -0/+3 |
* | fix clang selfhost issue (shadowing) | Gabor Greif | 2010-07-09 | 1 | -3/+3 |
* | refactor type expressions and cache operator*'s result | Gabor Greif | 2010-07-09 | 1 | -9/+12 |
* | Don't bother calling releaseMemory before destroying the DominatorTreeBase. | Dan Gohman | 2010-06-18 | 1 | -1/+0 |
* | Fix coding style. | Dan Gohman | 2010-03-24 | 1 | -16/+17 |
* | Generalize findNearestCommonDominator to work on post-dominators, | Dan Gohman | 2010-03-24 | 1 | -6/+7 |
* | Whitespace cleanups. | Dan Gohman | 2010-03-01 | 1 | -24/+24 |
* | Add assert to check dominance dfs numbers. | Tobias Grosser | 2010-01-07 | 1 | -0/+7 |
* | Remove workaround in PostDominators | Tobias Grosser | 2010-01-07 | 1 | -10/+4 |
* | Fix DFS number calculation for postdominators | Tobias Grosser | 2010-01-07 | 1 | -23/+29 |
* | Remove dead variable found by clang++. | Benjamin Kramer | 2009-11-14 | 1 | -1/+0 |
* | Make DominanceFrontier::addBasicBlock return the iterator for the newly | Dan Gohman | 2009-10-24 | 1 | -2/+2 |
* | add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser! | Chris Lattner | 2009-10-18 | 1 | -4/+23 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 1 | -0/+4 |
* | move DominatorTree::dominates for instructions out of line, | Chris Lattner | 2009-09-21 | 1 | -24/+3 |
* | fix PR4915, a crash in -debug mode. | Chris Lattner | 2009-09-08 | 1 | -1/+3 |
* | Add const qualifiers to dominates' arguments. | Dan Gohman | 2009-09-02 | 1 | -7/+11 |
* | Be somewhat more consistent about const qualifiers. | Dan Gohman | 2009-08-27 | 1 | -3/+4 |
* | Strip trailing whitespace from blank lines. | Dan Gohman | 2009-08-27 | 1 | -56/+56 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -3/+2 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -20/+7 |
* | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 1 | -2/+3 |
* | PR4317: Handle splits where the new block is unreachable correctly in | Eli Friedman | 2009-06-03 | 1 | -2/+7 |