Age | Commit message (Expand) | Author | Files | Lines |
2014-07-20 | Fix msc17 build. RegionInfo::RegionInfo::recalculate() doesn't make sense. | NAKAMURA Takumi | 1 | -4/+2 |
2014-07-20 | Fix -Asserts build introduced since r213456. | NAKAMURA Takumi | 1 | -0/+2 |
2014-07-19 | Templatify RegionInfo so it works on MachineBasicBlocks | Matt Arsenault | 1 | -762/+66 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-04-15 | RegionInfo: Do not access a value that was just moved away | Tobias Grosser | 1 | -1/+1 |
2014-04-15 | Use unique_ptr to manage ownership of child Regions within llvm::Region | David Blaikie | 1 | -15/+19 |
2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -24/+24 |
2014-03-03 | [C++11] Add a basic block range view for RegionInfo | Tobias Grosser | 1 | -2/+2 |
2014-01-13 | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 1 | -3/+3 |
2014-01-09 | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 1 | -3/+2 |
2014-01-07 | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 1 | -1/+1 |
2014-01-07 | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 1 | -1/+1 |
2013-08-21 | Reorder headers according to lint. | Bill Wendling | 1 | -4/+2 |
2013-05-03 | RegionInfo: Do not crash if unreachable block is found | Tobias Grosser | 1 | -1/+2 |
2013-04-10 | RegionInfo: Add helpers to replace entry/exit recursively | Tobias Grosser | 1 | -0/+32 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -4/+3 |
2012-09-12 | Release build: guard dump functions with | Manman Ren | 1 | -1/+1 |
2012-09-06 | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 1 | -0/+2 |
2012-08-27 | Remove the the block_node_iterator of Region, replace it by the block_iterator. | Hongbin Zheng | 1 | -21/+3 |
2012-08-02 | Implement the block_iterator of Region based on df_iterator. | Hongbin Zheng | 1 | -16/+0 |
2012-05-04 | Rename the Region::block_iterator to Region::block_node_iterator, and | Chandler Carruth | 1 | -6/+24 |
2012-02-22 | Remove extra semi-colons. | Chad Rosier | 1 | -1/+1 |
2011-11-15 | Missed some users of Value::getNameStr. | Benjamin Kramer | 1 | -4/+2 |
2011-04-04 | Region: Allow user control the printing style of the print function. | Tobias Grosser | 1 | -16/+16 |
2011-01-13 | Add single entry / single exit accessors. | Tobias Grosser | 1 | -23/+32 |
2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 1 | -1/+1 |
2010-10-22 | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer | 1 | -1/+1 |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 1 | -0/+1 |
2010-10-13 | Add Region::isTopLevelRegion(). | Tobias Grosser | 1 | -3/+3 |
2010-10-13 | RegionInfo: Fix trivial error that slipped in last minute. | Tobias Grosser | 1 | -1/+1 |
2010-10-13 | RegionInfo: Update RegionInfo after a BB was split. | Tobias Grosser | 1 | -0/+13 |
2010-10-13 | RegioInfo: Add getExpandedRegion(). | Tobias Grosser | 1 | -0/+32 |
2010-10-13 | RegionInfo: Allow to update exit and entry of a region. | Tobias Grosser | 1 | -0/+9 |
2010-10-13 | RegionInfo: Enhance addSubregion. | Tobias Grosser | 1 | -4/+29 |
2010-10-13 | RegionInfo: Allow to set the parent region of a basic block. | Tobias Grosser | 1 | -1/+4 |
2010-10-13 | RegionInfo: Free the RegionNodes in cache. | Tobias Grosser | 1 | -0/+5 |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 1 | -1/+6 |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson | 1 | -1/+1 |
2010-08-10 | RegionInfo: Do not assert if a BB is not part of the dominance tree. | Tobias Grosser | 1 | -2/+4 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -1/+1 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -1/+1 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -1/+1 |
2010-08-02 | Fix namespace polution. | Dan Gohman | 1 | -2/+2 |
2010-07-28 | RegionInfo: Make sure to free cached nodes; Tobias, please check! | Daniel Dunbar | 1 | -0/+5 |
2010-07-27 | RegionInfo: Add getMaxRegionExit() | Tobias Grosser | 1 | -0/+39 |
2010-07-27 | Add function to query RegionInfo about loops. | Tobias Grosser | 1 | -0/+65 |
2010-07-26 | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman | 1 | -1/+1 |
2010-07-22 | use cascading operator-> feature | Gabor Greif | 1 | -1/+1 |
2010-07-22 | use -> instead of (*). | Gabor Greif | 1 | -2/+2 |
2010-07-22 | cache dereferenced iterator | Gabor Greif | 1 | -3/+4 |