| Commit message (Expand) | Author | Age | Files | Lines |
* | Add coalescing to register allocator. A hint is added to each interval | Alkis Evlogimenos | 2003-12-28 | 1 | -0/+1 |
* | Change weight into a float so that we can take into account the | Alkis Evlogimenos | 2003-12-21 | 1 | -2/+3 |
* | Add support for inactive intervals. This effectively reuses registers | Alkis Evlogimenos | 2003-12-21 | 1 | -4/+6 |
* | Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). | Alkis Evlogimenos | 2003-12-18 | 1 | -1/+1 |
* | Handle multiple virtual register definitions gracefully. | Alkis Evlogimenos | 2003-12-18 | 1 | -47/+4 |
* | Move operator<<(std::ostream&, const LiveInterval&) out of the header file. | Alkis Evlogimenos | 2003-12-05 | 1 | -9/+2 |
* | Merging the linear scan register allocator in trunk. It currently passes most... | Alkis Evlogimenos | 2003-11-20 | 1 | -0/+211 |