Mostly rewrite RegAllocFast.
[oota-llvm.git] / lib / CodeGen / RegAllocFast.cpp
2010-05-11 Jakob Stoklund OlesenMostly rewrite RegAllocFast.
2010-05-11 Evan ChengIt's not safe eliminate copies where src and dst have...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-04-21 Jakob Stoklund OlesenRun LiveVariables instead of computing liveness locally...
2010-04-21 Jakob Stoklund OlesenAdd fast register allocator, enabled with -regalloc...