Age | Commit message (Expand) | Author |
---|---|---|
2002-02-04 | Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly. | Chris Lattner |
2002-02-04 | REmove huge hack used by register allocator | Chris Lattner |
2002-01-31 | Implement loop depth calculation in terms of dominators instead of intervals | Chris Lattner |
2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
2001-11-27 | Create a new #include "Support/..." directory structure to move things | Chris Lattner |
2001-07-23 | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner |
2001-07-20 | Fix nasty typo | Chris Lattner |
2001-06-25 | IntervalPartition: recode to use IntervalIterator to do all the work | Chris Lattner |