aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memcpy.ll
AgeCommit message (Expand)Author
2013-02-25Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth
2013-01-10PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng
2012-08-17Fix broken check lines.Benjamin Kramer
2012-02-05Add a test for the miscompilation my recent ConstantDataArray patches introdu...Chris Lattner
2011-07-07Add Mode64Bit feature and sink it down to MC layer.Evan Cheng
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
2011-01-06Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpyEvan Cheng
2011-01-06Revert r122936. I'll re-implement the change.Evan Cheng
2011-01-06r105228 reduced the memcpy / memset inline limit to 4 with -Os to avoid blowingEvan Cheng
2010-05-31fix PR6623: when optimizing for size, don't inline memcpy/memsetsChris Lattner
2010-05-31upgrade and filecheckize this test.Chris Lattner
2010-04-05Add nounwind.Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-09-28Refactor the memcpy lowering for the x86 target.Rafael Espindola