Fix 80-column violations.
[oota-llvm.git] / lib / Analysis / RegionInfo.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Dan GohmanFix namespace polution.
2010-07-28 Daniel DunbarRegionInfo: Make sure to free cached nodes; Tobias...
2010-07-27 Tobias GrosserRegionInfo: Add getMaxRegionExit()
2010-07-27 Tobias GrosserAdd function to query RegionInfo about loops.
2010-07-26 Dan GohmanUse DominatorTree::properlyDominates instead of dominat...
2010-07-22 Gabor Greifuse cascading operator-> feature
2010-07-22 Gabor Greifuse -> instead of (*).
2010-07-22 Gabor Greifcache dereferenced iterator
2010-07-22 Tobias GrosserAdd new RegionInfo pass.