Fix bug in reserved registers. DH actually aliases DX and EDX which
[oota-llvm.git] / lib / CodeGen / RegAllocLinearScan.cpp
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...