[PM/AA] Remove the function names and class names from doxygen comments
[oota-llvm.git] / include / llvm / Analysis / RegionInfo.h
2015-08-11 Michael Kruse[RegionInfo] Verify getRegionFor
2015-08-10 Michael Kruse[RegionInfo] Fix typo
2015-08-10 Michael Kruse[RegionInfo] Add debug-time region viewer functions
2015-08-10 Michael Kruse[RegionInfo] Update old-style comments
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-10-24 Aaron BallmanThese functions are not actually defined for NDEBUG...
2014-07-21 Aaron BallmanThis declaration has no definition, which is causing...
2014-07-19 Matt ArsenaultFix build with GCC.
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-08 Tobias GrosserDominanceInfo is strongly preferred over RegionInfo
2014-04-15 David BlaikieUse unique_ptr to manage ownership of child Regions...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
2013-12-05 Alp TokerCorrect word hyphenations
2013-04-10 Tobias GrosserRegionInfo: Add helpers to replace entry/exit recursively
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.