summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/RegionInfo.h
Commit message (Expand)AuthorAge
* 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