summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopDepth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly.Chris Lattner2002-02-041-33/+0
| | | | llvm-svn: 1697
* REmove huge hack used by register allocatorChris Lattner2002-02-041-12/+0
| | | | llvm-svn: 1694
* Implement loop depth calculation in terms of dominators instead of intervalsChris Lattner2002-01-311-28/+29
| | | | | | No problems with irreducibility now llvm-svn: 1602
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+1
| | | | llvm-svn: 1503
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-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 Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Fix nasty typoChris Lattner2001-07-201-1/+1
| | | | llvm-svn: 204
* IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner2001-06-251-0/+46
LoopDepth.cpp: new file that calculates the depth of a loop, using IntervalPartitions. llvm-svn: 71
OpenPOWER on IntegriCloud