aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/RegionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-041-1/+2
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-3/+3
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-3/+3
* Fix PassManager stack depths.Andrew Trick2011-08-271-3/+3
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-051-1/+1
* Remove useless dynamic_cast<>().Tobias Grosser2010-12-121-2/+1
* Add RegionPass support.Tobias Grosser2010-10-201-0/+276