Switch register allocator over to using LoopInfo directly instead of indirectly throu...
[oota-llvm.git] / lib / Analysis / LoopDepth.cpp
2002-02-04 Chris LattnerREmove huge hack used by register allocator
2002-01-31 Chris LattnerImplement loop depth calculation in terms of dominators...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-20 Chris LattnerFix nasty typo
2001-06-25 Chris LattnerIntervalPartition: recode to use IntervalIterator to...