aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-071-4/+4
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-061-4/+4
* When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson2010-09-201-4/+4
* Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson2010-09-181-0/+26