Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-11-14 | X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b... | Benjamin Kramer | 1 | -0/+1 |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 1 | -4/+3 |
2011-01-07 | Revert r122955. It seems using movups to lower memcpy can cause massive regre... | Evan Cheng | 1 | -1/+2 |
2011-01-06 | Use movups to lower memcpy and memset even if it's not fast (like corei7). | Evan Cheng | 1 | -2/+1 |
2010-11-18 | Do not throw away alignment when generating the DAG for | Dale Johannesen | 1 | -1/+1 |
2010-04-01 | Add -mcpu to memcpy / memset tests to ensure they behave the same on all host... | Evan Cheng | 1 | -2/+3 |
2010-04-01 | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 1 | -1/+1 |
2009-09-08 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 1 | -2/+2 |
2008-08-21 | Fix a number of byval / memcpy / memset related codegen issues. | Evan Cheng | 1 | -7/+5 |
2008-04-16 | Recreate the size SDNode instead of reusing the old one in the x86 | Dan Gohman | 1 | -0/+13 |