summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IntervalPartition.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner2001-07-021-2/+0
| | | | llvm-svn: 120
* 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 llvm-svn: 96
* 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. llvm-svn: 71
* New file due to the Intervals.h splitupChris Lattner2001-06-241-0/+181
llvm-svn: 66
OpenPOWER on IntegriCloud