aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/IntervalPartition.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-031-1/+1
| | | | | | | | | contain it so that it would have full iterator access without much work. Writer includes code to print out IntervalPartition's now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner2001-07-021-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120 91177308-0d34-0410-b5e6-96231b3b80d8
* Miscellaneous cleanups:Chris Lattner2001-06-271-13/+18
| | | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96 91177308-0d34-0410-b5e6-96231b3b80d8
* IntervalPartition: recode to use IntervalIterator to do all the workChris Lattner2001-06-251-117/+29
| | | | | | | | LoopDepth.cpp: new file that calculates the depth of a loop, using IntervalPartitions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71 91177308-0d34-0410-b5e6-96231b3b80d8
* New file due to the Intervals.h splitupChris Lattner2001-06-241-0/+181
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66 91177308-0d34-0410-b5e6-96231b3b80d8