summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vector-blend.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86]: Fix for PR27251.Kevin B. Smith2016-04-071-2/+4
* [X86][AVX] Support bit-blend integer shuffles for 256-bit integer vectorsSimon Pilgrim2016-02-171-6/+4
* [X86] Generalize logic blend of (x, -x) combine to match (-x, x).Ahmed Bougacha2016-02-161-10/+4
* [X86] Don't turn (c?-v:v) into (c?-v:0) by blindly using PSIGN.Ahmed Bougacha2016-02-161-27/+31
* [X86] Extract PSIGN/BLENDVP tests into vector-blend.ll. NFC.Ahmed Bougacha2016-02-161-0/+251
* Regenerate vector blend tests.Simon Pilgrim2016-02-011-8/+9
* [X86] Fix wrong treatment of multi-lane blends in BUILD_VECTORtoBlendMask()Michael Kuperstein2015-10-081-34/+38
* [x86] Make the new vector shuffle legality test on by default, whichChandler Carruth2015-02-201-32/+27
* [x86] Remove the insanely over-aggressive unpack lowering strategy forChandler Carruth2015-02-191-134/+27
* [x86] Add support for bit-wise blending and use it in the v8 and v16Chandler Carruth2015-02-191-110/+62
* [x86,sdag] Two interrelated changes to the x86 and sdag code.Chandler Carruth2015-02-191-73/+231
* Fixes two issue in SimplifyDemandedBits of sext_in_reg:Michael Kuperstein2015-02-181-2/+2
* [x86] Give movss and movsd execution domains in the x86 backend.Chandler Carruth2015-02-041-20/+20
* [x86] Mechanically update a bunch of tests' check lines using the latestChandler Carruth2015-02-041-35/+35
* [X86] Improved target specific combine on VSELECT dag nodes.Andrea Di Biagio2014-11-241-51/+144
* [X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into theQuentin Colombet2014-11-061-6/+6
* [X86][SSE] Enable commutation for SSE immediate blend instructionsSimon Pilgrim2014-11-041-12/+6
* [x86] Enable the new vector shuffle lowering by default.Chandler Carruth2014-10-041-57/+95
* [x86] Switch some of the new consolidated vector tests to useChandler Carruth2014-10-021-98/+121
* [x86] Merge the remaining test cases into vector-blend.ll and remove allChandler Carruth2014-10-011-0/+117
* [x86] Expand the ISA coverage of our blend test in preparation forChandler Carruth2014-10-011-86/+423
* [x86] Merge the interesting test cases from blend-msb.ll intoChandler Carruth2014-10-011-0/+18
* [x86] Move the AVX blend test to a generic name. I'm going to fold otherChandler Carruth2014-10-011-0/+181
OpenPOWER on IntegriCloud