aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocIterativeScan.cpp
AgeCommit message (Expand)Author
2004-07-24Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,Alkis Evlogimenos
2004-07-24Completely eliminate the intervals_ list. instead, the r2iMap_ maintainsChris Lattner
2004-07-23Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h)Chris Lattner
2004-07-22Use reverse iterators when updating the vector, since scanning fromAlkis Evlogimenos
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-21Fix analysis name.Alkis Evlogimenos
2004-07-21Clear spilled list at once. Remove unused vector.Alkis Evlogimenos
2004-07-21Change std::list into a std::vector for IntervalSets. This reducesAlkis Evlogimenos
2004-07-21Improve file comment.Alkis Evlogimenos
2004-07-21Add Iterative scan register allocator.Alkis Evlogimenos