aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/memset64-on-x86-32.ll
Commit message (Expand)AuthorAgeFilesLines
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-141-0/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-4/+3
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-071-1/+2
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-061-2/+1
* Do not throw away alignment when generating the DAG forDale Johannesen2010-11-181-1/+1
* Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...Evan Cheng2010-04-011-2/+3
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-011-1/+1
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng2008-08-211-7/+5
* Recreate the size SDNode instead of reusing the old one in the x86Dan Gohman2008-04-161-0/+13