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