aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionPass.cpp
AgeCommit message (Expand)Author
2012-08-27Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng
2012-05-04Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth
2011-08-29Reapply r138695. Fix PassManager stack depths.Andrew Trick
2011-08-27Reverting r138695 to see if it fixes clang self host.Andrew Trick
2011-08-27Fix PassManager stack depths.Andrew Trick
2011-05-05Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng
2010-12-12Remove useless dynamic_cast<>().Tobias Grosser
2010-10-20Add RegionPass support.Tobias Grosser