[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead...
[oota-llvm.git] / lib / Analysis / RegionPass.cpp
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-05-04 Chandler CarruthRename the Region::block_iterator to Region::block_node...
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-05-05 Hongbin ZhengMinor change: Fix the typo in RegionPass.h and RegionPa...
2010-12-12 Tobias GrosserRemove useless dynamic_cast<>().
2010-10-20 Tobias GrosserAdd RegionPass support.