summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vselect.ll
Commit message (Expand)AuthorAgeFilesLines
* make the tested feature (SSE2) explicitSanjay Patel2015-02-281-1/+1
* fixed to test only the feature, not the feature and a CPUSanjay Patel2015-02-281-1/+1
* [x86] Add support for bit-wise blending and use it in the v8 and v16Chandler Carruth2015-02-191-4/+4
* [x86,sdag] Two interrelated changes to the x86 and sdag code.Chandler Carruth2015-02-191-16/+9
* X86 ABI fix for return values > 24 bytes.Andrew Trick2015-02-051-0/+1
* [x86] Give movss and movsd execution domains in the x86 backend.Chandler Carruth2015-02-041-3/+3
* [x86] Mechanically update a bunch of tests' check lines using the latestChandler Carruth2015-02-041-10/+10
* DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))Tim Northover2015-01-211-4/+3
* Revert "DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))"Tim Northover2015-01-211-3/+4
* DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))Tim Northover2015-01-211-4/+3
* Improve logic that decides if its profitable to commute when some of the virt...Craig Topper2014-11-051-2/+1
* [x86] Enable the new vector shuffle lowering by default.Chandler Carruth2014-10-041-2/+2
* [x86] Regenerate precise FileCheck lines for the lats batch of testChandler Carruth2014-10-031-140/+136
* DAGCombiner: Make concat_vector combine safe for EVTs and concat_vectors with...Benjamin Kramer2014-08-211-0/+9
* Convert a vselect into a concat_vector if possibleFilipe Cabecinhas2014-05-301-0/+14
* [X86] Teach how to combine a vselect into a movss/movsdAndrea Di Biagio2014-01-201-0/+88
* Teach the DAGCombiner how to fold 'vselect' dag nodes accordingAndrea Di Biagio2014-01-081-0/+43
* llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple...NAKAMURA Takumi2013-12-281-1/+1
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-271-0/+133
OpenPOWER on IntegriCloud