Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / CodeGen / PreAllocSplitting.cpp
2008-10-28 Evan ChengAdd command line option to limit the number splits...
2008-10-28 Evan ChengAvoid putting a split past the end of the live range...
2008-10-27 Evan ChengSilence a bogus compile time warning.
2008-10-27 Evan ChengRemove val# defined by a remat'ed def that is now dead.
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-26 Evan ChengDo not shrink wrap live interval in a mbb if it's livei...
2008-10-25 Evan ChengHandle cases where there aren't uses in the barrier...
2008-10-25 Evan ChengIf val# def is ~0U, meaning it's defined by a PHI,...
2008-10-24 Evan ChengFix a pasto.
2008-10-24 Evan ChengFix a end() dereference; remove an abort() that wasn...
2008-10-24 Evan ChengAvoid splitting an interval multiple times; avoid split...
2008-10-23 Evan ChengCommitting a good chunk of the pre-register allocation...
2008-10-20 Evan ChengAdd skeleton for the pre-register allocation live inter...