aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocIterativeScan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use reverse iterators when updating the vector, since scanning fromAlkis Evlogimenos2004-07-221-11/+14
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Fix analysis name.Alkis Evlogimenos2004-07-211-1/+1
* Clear spilled list at once. Remove unused vector.Alkis Evlogimenos2004-07-211-3/+2
* Change std::list into a std::vector for IntervalSets. This reducesAlkis Evlogimenos2004-07-211-4/+5
* Improve file comment.Alkis Evlogimenos2004-07-211-1/+7
* Add Iterative scan register allocator.Alkis Evlogimenos2004-07-211-0/+472