Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
[oota-llvm.git] / test / CodeGen / X86 / 2010-09-17-SideEffectsInChain.ll
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-04-30 Jakob Stoklund OlesenWeekly fix of register allocation dependent unit tests.
2011-04-05 Jakob Stoklund OlesenFix one more batch of X86 tests to be register allocati...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2010-09-20 Owen AndersonWhen TCO is turned on, it is possible to end up with...
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...