summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/RegionInfo.h
Commit message (Expand)AuthorAge
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-03
* Correct word hyphenationsAlp Toker2013-12-05
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng2012-08-27
* include/llvm/Analysis/RegionInfo.h: Appease msvc.NAKAMURA Takumi2012-08-02
* Implement the block_iterator of Region based on df_iterator.Hongbin Zheng2012-08-02
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-04
* Missed some users of Value::getNameStr.Benjamin Kramer2011-11-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-05
* Region: Allow user control the printing style of the print function.Tobias Grosser2011-04-04
* Add single entry / single exit accessors.Tobias Grosser2011-01-13
* Remove noisy semicolon.Benjamin Kramer2010-10-13
* Add Region::isTopLevelRegion().Tobias Grosser2010-10-13
* RegionInfo: Update RegionInfo after a BB was split.Tobias Grosser2010-10-13
* RegioInfo: Add getExpandedRegion().Tobias Grosser2010-10-13
* RegionInfo: Allow to update exit and entry of a region.Tobias Grosser2010-10-13
* RegionInfo: Enhance addSubregion.Tobias Grosser2010-10-13
* RegionInfo: Allow to set the parent region of a basic block.Tobias Grosser2010-10-13
* RegionInfo: Add getMaxRegionExit()Tobias Grosser2010-07-27
* Add function to query RegionInfo about loops.Tobias Grosser2010-07-27
* Add new RegionInfo pass.Tobias Grosser2010-07-22