Add coalescing to register allocator. A hint is added to each interval
[oota-llvm.git] / lib / CodeGen / RegAllocLinearScan.cpp
2003-12-28 Alkis EvlogimenosAdd coalescing to register allocator. A hint is added...
2003-12-24 Alkis EvlogimenosImprove debugging output when choosing a register to...
2003-12-23 Alkis EvlogimenosChange the way free regusters are computed and perform...
2003-12-21 Alkis EvlogimenosRemove verifyIntervals() since it doesn't actually...
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 Chris LattnerPrune some #includes
2003-12-18 Alkis EvlogimenosModify linear scan register allocator to use the two...
2003-12-18 Alkis EvlogimenosFix bug in reserved registers. DH actually aliases...
2003-12-18 Alkis EvlogimenosRename LiveIntervals::expired() to LiveIntervals::expir...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-13 Alkis EvlogimenosWhen reserving a preallocated register spill the aliase...
2003-12-13 Alkis EvlogimenosExpire any active intervals left when register allocati...
2003-12-13 Alkis EvlogimenosAdd instruction numbers to debugging output.
2003-12-05 Alkis EvlogimenosFix bug in register spilling when a preallocated live...
2003-12-04 Alkis EvlogimenosImprove debugging output and clean up some code.
2003-11-30 Alkis EvlogimenosPrint instructions before register allocation is perfor...
2003-11-30 Alkis EvlogimenosRemove "numReloaded" statistic.
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...