| Commit message (Expand) | Author | Age | Files | Lines |
* | Add single entry / single exit accessors. | Tobias Grosser | 2011-01-13 | 1 | -23/+32 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -1/+1 |
* | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer | 2010-10-22 | 1 | -1/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -0/+1 |
* | Add Region::isTopLevelRegion(). | Tobias Grosser | 2010-10-13 | 1 | -3/+3 |
* | RegionInfo: Fix trivial error that slipped in last minute. | Tobias Grosser | 2010-10-13 | 1 | -1/+1 |
* | RegionInfo: Update RegionInfo after a BB was split. | Tobias Grosser | 2010-10-13 | 1 | -0/+13 |
* | RegioInfo: Add getExpandedRegion(). | Tobias Grosser | 2010-10-13 | 1 | -0/+32 |
* | RegionInfo: Allow to update exit and entry of a region. | Tobias Grosser | 2010-10-13 | 1 | -0/+9 |
* | RegionInfo: Enhance addSubregion. | Tobias Grosser | 2010-10-13 | 1 | -4/+29 |
* | RegionInfo: Allow to set the parent region of a basic block. | Tobias Grosser | 2010-10-13 | 1 | -1/+4 |
* | RegionInfo: Free the RegionNodes in cache. | Tobias Grosser | 2010-10-13 | 1 | -0/+5 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+6 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | RegionInfo: Do not assert if a BB is not part of the dominance tree. | Tobias Grosser | 2010-08-10 | 1 | -2/+4 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Fix namespace polution. | Dan Gohman | 2010-08-02 | 1 | -2/+2 |
* | RegionInfo: Make sure to free cached nodes; Tobias, please check! | Daniel Dunbar | 2010-07-28 | 1 | -0/+5 |
* | RegionInfo: Add getMaxRegionExit() | Tobias Grosser | 2010-07-27 | 1 | -0/+39 |
* | Add function to query RegionInfo about loops. | Tobias Grosser | 2010-07-27 | 1 | -0/+65 |
* | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
* | use cascading operator-> feature | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | use -> instead of (*). | Gabor Greif | 2010-07-22 | 1 | -2/+2 |
* | cache dereferenced iterator | Gabor Greif | 2010-07-22 | 1 | -3/+4 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 1 | -0/+637 |