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