aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RegionInfo.cpp
AgeCommit message (Expand)Author
2010-08-10RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-02Fix namespace polution.Dan Gohman
2010-07-28RegionInfo: Make sure to free cached nodes; Tobias, please check!Daniel Dunbar
2010-07-27RegionInfo: Add getMaxRegionExit()Tobias Grosser
2010-07-27Add function to query RegionInfo about loops.Tobias Grosser
2010-07-26Use DominatorTree::properlyDominates instead of dominates with anDan Gohman
2010-07-22use cascading operator-> featureGabor Greif
2010-07-22use -> instead of (*).Gabor Greif
2010-07-22cache dereferenced iteratorGabor Greif
2010-07-22Add new RegionInfo pass.Tobias Grosser