| Commit message (Expand) | Author | Age | Files | Lines |
| * | make the tested feature (SSE2) explicit | Sanjay Patel | 2015-02-28 | 1 | -1/+1 |
| * | fixed to test only the feature, not the feature and a CPU | Sanjay Patel | 2015-02-28 | 1 | -1/+1 |
| * | [x86] Add support for bit-wise blending and use it in the v8 and v16 | Chandler Carruth | 2015-02-19 | 1 | -4/+4 |
| * | [x86,sdag] Two interrelated changes to the x86 and sdag code. | Chandler Carruth | 2015-02-19 | 1 | -16/+9 |
| * | X86 ABI fix for return values > 24 bytes. | Andrew Trick | 2015-02-05 | 1 | -0/+1 |
| * | [x86] Give movss and movsd execution domains in the x86 backend. | Chandler Carruth | 2015-02-04 | 1 | -3/+3 |
| * | [x86] Mechanically update a bunch of tests' check lines using the latest | Chandler Carruth | 2015-02-04 | 1 | -10/+10 |
| * | DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N)) | Tim Northover | 2015-01-21 | 1 | -4/+3 |
| * | Revert "DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))" | Tim Northover | 2015-01-21 | 1 | -3/+4 |
| * | DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N)) | Tim Northover | 2015-01-21 | 1 | -4/+3 |
| * | Improve logic that decides if its profitable to commute when some of the virt... | Craig Topper | 2014-11-05 | 1 | -2/+1 |
| * | [x86] Enable the new vector shuffle lowering by default. | Chandler Carruth | 2014-10-04 | 1 | -2/+2 |
| * | [x86] Regenerate precise FileCheck lines for the lats batch of test | Chandler Carruth | 2014-10-03 | 1 | -140/+136 |
| * | DAGCombiner: Make concat_vector combine safe for EVTs and concat_vectors with... | Benjamin Kramer | 2014-08-21 | 1 | -0/+9 |
| * | Convert a vselect into a concat_vector if possible | Filipe Cabecinhas | 2014-05-30 | 1 | -0/+14 |
| * | [X86] Teach how to combine a vselect into a movss/movsd | Andrea Di Biagio | 2014-01-20 | 1 | -0/+88 |
| * | Teach the DAGCombiner how to fold 'vselect' dag nodes according | Andrea Di Biagio | 2014-01-08 | 1 | -0/+43 |
| * | llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple... | NAKAMURA Takumi | 2013-12-28 | 1 | -1/+1 |
| * | Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR of | Andrea Di Biagio | 2013-12-27 | 1 | -0/+133 |