Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly. | Chris Lattner | 2002-02-04 | 1 | -33/+0 |
| | | | | llvm-svn: 1697 | ||||
* | REmove huge hack used by register allocator | Chris Lattner | 2002-02-04 | 1 | -12/+0 |
| | | | | llvm-svn: 1694 | ||||
* | Implement loop depth calculation in terms of dominators instead of intervals | Chris Lattner | 2002-01-31 | 1 | -28/+29 |
| | | | | | | No problems with irreducibility now llvm-svn: 1602 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+1 |
| | | | | llvm-svn: 1503 | ||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
| | | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 | ||||
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 279 | ||||
* | Fix nasty typo | Chris Lattner | 2001-07-20 | 1 | -1/+1 |
| | | | | llvm-svn: 204 | ||||
* | IntervalPartition: recode to use IntervalIterator to do all the work | Chris Lattner | 2001-06-25 | 1 | -0/+46 |
LoopDepth.cpp: new file that calculates the depth of a loop, using IntervalPartitions. llvm-svn: 71 |