summaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionInfo.cpp
Commit message (Expand)AuthorAge
* Missed some users of Value::getNameStr.Benjamin Kramer2011-11-15
* 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
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-22
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Add Region::isTopLevelRegion().Tobias Grosser2010-10-13
* RegionInfo: Fix trivial error that slipped in last minute.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: Free the RegionNodes in cache.Tobias Grosser2010-10-13
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser2010-08-10
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix namespace polution.Dan Gohman2010-08-02
* RegionInfo: Make sure to free cached nodes; Tobias, please check!Daniel Dunbar2010-07-28
* RegionInfo: Add getMaxRegionExit()Tobias Grosser2010-07-27
* Add function to query RegionInfo about loops.Tobias Grosser2010-07-27
* Use DominatorTree::properlyDominates instead of dominates with anDan Gohman2010-07-26
* use cascading operator-> featureGabor Greif2010-07-22
* use -> instead of (*).Gabor Greif2010-07-22
* cache dereferenced iteratorGabor Greif2010-07-22
* Add new RegionInfo pass.Tobias Grosser2010-07-22