Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-26 | Line endings fix. NFC. | Simon Pilgrim | 1 | -8/+8 |
2015-01-21 | [X86][SSE] Added support for SSE3 lane duplication shuffle instructions | Simon Pilgrim | 1 | -9/+8 |
2014-10-05 | [x86] Remove the 2-addr-to-3-addr "optimization" from shufps to pshufd. | Chandler Carruth | 1 | -1/+2 |
2014-10-04 | [x86] Enable the new vector shuffle lowering by default. | Chandler Carruth | 1 | -1/+1 |
2013-07-13 | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 1 | -5/+5 |
2013-05-25 | Track IR ordering of SelectionDAG nodes 3/4. | Andrew Trick | 1 | -2/+2 |
2013-04-10 | __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not in | Evan Cheng | 1 | -1/+3 |
2013-02-15 | enable SDISel sincos optimization for GNU environments | Paul Redmond | 1 | -14/+40 |
2013-01-30 | Forgot the test case before. | Evan Cheng | 1 | -0/+40 |