Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 1 | -9/+54 |
* | In 64-bit mode, use i64 to lower memcpy / memset instead of f64. | Evan Cheng | 2010-04-01 | 1 | -0/+17 |
* | Add -mcpu to memcpy / memset tests to ensure they behave the same on all host... | Evan Cheng | 2010-04-01 | 1 | -3/+3 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 1 | -5/+95 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | The Linux ABI emits an extra "movl %esp, %ebp" in function prologue and | Nick Lewycky | 2008-05-26 | 1 | -2/+2 |
* | Add a couple of test cases. | Evan Cheng | 2008-05-22 | 1 | -0/+15 |