aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopDepth.cpp
AgeCommit message (Expand)Author
2002-02-04Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly.Chris Lattner
2002-02-04REmove huge hack used by register allocatorChris Lattner
2002-01-31Implement loop depth calculation in terms of dominators instead of intervalsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-20Fix nasty typoChris Lattner
2001-06-25IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner