aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/RegionInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser2010-08-101-2/+4
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix namespace polution.Dan Gohman2010-08-021-2/+2
* RegionInfo: Make sure to free cached nodes; Tobias, please check!Daniel Dunbar2010-07-281-0/+5
* RegionInfo: Add getMaxRegionExit()Tobias Grosser2010-07-271-0/+39
* Add function to query RegionInfo about loops.Tobias Grosser2010-07-271-0/+65
* Use DominatorTree::properlyDominates instead of dominates with anDan Gohman2010-07-261-1/+1
* use cascading operator-> featureGabor Greif2010-07-221-1/+1
* use -> instead of (*).Gabor Greif2010-07-221-2/+2
* cache dereferenced iteratorGabor Greif2010-07-221-3/+4
* Add new RegionInfo pass.Tobias Grosser2010-07-221-0/+637