aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LoopDepth.h
AgeCommit message (Expand)Author
2002-02-04Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly.Chris Lattner
2002-02-04Remvoe big hack that was used by the register allocatorChris Lattner
2002-01-31Implement LoopDepth calculation in terms of dominators instead of intervalsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-06-25Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner