aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Add coalescing to register allocator. A hint is added to each intervalAlkis Evlogimenos2003-12-281-0/+1
* Change weight into a float so that we can take into account theAlkis Evlogimenos2003-12-211-2/+3
* Add support for inactive intervals. This effectively reuses registersAlkis Evlogimenos2003-12-211-4/+6
* Rename LiveIntervals::expired() to LiveIntervals::expiredAt().Alkis Evlogimenos2003-12-181-1/+1
* Handle multiple virtual register definitions gracefully.Alkis Evlogimenos2003-12-181-47/+4
* Move operator<<(std::ostream&, const LiveInterval&) out of the header file.Alkis Evlogimenos2003-12-051-9/+2
* Merging the linear scan register allocator in trunk. It currently passes most...Alkis Evlogimenos2003-11-201-0/+211