aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
AgeCommit message (Expand)Author
2011-07-07Add Mode64Bit feature and sink it down to MC layer.Evan Cheng
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-04-05Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen
2011-03-08Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher
2011-01-07Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng
2011-01-06Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng
2010-09-20When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson
2010-09-18Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson