Remove trailing spaces.
[oota-llvm.git] / include / llvm / Analysis / RegionInfo.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-08-02 NAKAMURA Takumiinclude/llvm/Analysis/RegionInfo.h: Appease msvc.
2012-08-02 Hongbin ZhengImplement the block_iterator of Region based on df_iter...
2012-05-04 Chandler CarruthRename the Region::block_iterator to Region::block_node...
2011-11-15 Benjamin KramerMissed some users of Value::getNameStr.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-04-04 Tobias GrosserRegion: Allow user control the printing style of the...
2011-01-13 Tobias GrosserAdd single entry / single exit accessors.
2010-10-13 Benjamin KramerRemove noisy semicolon.
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
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-07-27 Tobias GrosserRegionInfo: Add getMaxRegionExit()
2010-07-27 Tobias GrosserAdd function to query RegionInfo about loops.
2010-07-22 Tobias GrosserAdd new RegionInfo pass.