Change the PhysRegsUsed map into a dense array. Seeing that this is a mapping
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.h
2004-01-31 Alkis EvlogimenosMerge safe parts from last night's buggy commit. These...
2004-01-31 Alkis EvlogimenosRevert last night's changes as they broke some tests...
2004-01-31 Alkis EvlogimenosSeveral performance enhancements and cleanups from...
2004-01-23 Alkis EvlogimenosFix failing test cases with joined live intervals....
2004-01-22 Alkis EvlogimenosAdd option to join live intervals. Two intervals are...
2004-01-16 Alkis EvlogimenosFold open interval ends handling into
2004-01-16 Alkis EvlogimenosUse a list instead of a vector to store intervals....
2004-01-13 Alkis EvlogimenosRemove allocatable registers vector. It is already...
2003-12-28 Alkis EvlogimenosAdd coalescing to register allocator. A hint is added...
2003-12-21 Alkis EvlogimenosChange weight into a float so that we can take into...
2003-12-21 Alkis EvlogimenosAdd support for inactive intervals. This effectively...
2003-12-18 Alkis EvlogimenosRename LiveIntervals::expired() to LiveIntervals::expir...
2003-12-18 Alkis EvlogimenosHandle multiple virtual register definitions gracefully.
2003-12-05 Alkis EvlogimenosMove operator<<(std::ostream&, const LiveInterval&...
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...