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