Merging r258184:
[oota-llvm.git] / lib / Analysis / RegionPass.cpp
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-06 Chad RosierAvoid calls to dumpPassInfo and RegionBase<Tr>::getName...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-17 Nuno Lopesremove some dead code
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-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.