Remove extra semi-colons.
[oota-llvm.git] / lib / Analysis / RegionInfo.cpp
2012-02-22 Chad RosierRemove extra semi-colons.
2011-11-15 Benjamin KramerMissed some users of Value::getNameStr.
2011-04-04 Tobias GrosserRegion: Allow user control the printing style of the...
2011-01-13 Tobias GrosserAdd single entry / single exit accessors.
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
2010-10-13 Tobias GrosserRegionInfo: Fix trivial error that slipped in last...
2010-10-13 Tobias GrosserRegionInfo: Update RegionInfo after a BB was split.
2010-10-13 Tobias GrosserRegioInfo: Add getExpandedRegion().
2010-10-13 Tobias GrosserRegionInfo: Allow to update exit and entry of a region.
2010-10-13 Tobias GrosserRegionInfo: Enhance addSubregion.
2010-10-13 Tobias GrosserRegionInfo: Allow to set the parent region of a basic...
2010-10-13 Tobias GrosserRegionInfo: Free the RegionNodes in cache.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-10 Tobias GrosserRegionInfo: Do not assert if a BB is not part of the...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Dan GohmanFix namespace polution.
2010-07-28 Daniel DunbarRegionInfo: Make sure to free cached nodes; Tobias...
2010-07-27 Tobias GrosserRegionInfo: Add getMaxRegionExit()
2010-07-27 Tobias GrosserAdd function to query RegionInfo about loops.
2010-07-26 Dan GohmanUse DominatorTree::properlyDominates instead of dominat...
2010-07-22 Gabor Greifuse cascading operator-> feature
2010-07-22 Gabor Greifuse -> instead of (*).
2010-07-22 Gabor Greifcache dereferenced iterator
2010-07-22 Tobias GrosserAdd new RegionInfo pass.