| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Recommit r344877 "[X86] Stop promoting integer loads to vXi64" | Craig Topper | 2018-10-22 | 1 | -30/+28 |
| * | Revert r344877 "[X86] Stop promoting integer loads to vXi64" | Craig Topper | 2018-10-22 | 1 | -28/+30 |
| * | [X86] Stop promoting integer loads to vXi64 | Craig Topper | 2018-10-21 | 1 | -30/+28 |
| * | Revert r344873 "foo" | Craig Topper | 2018-10-21 | 1 | -28/+30 |
| * | foo | Craig Topper | 2018-10-21 | 1 | -30/+28 |
| * | Remove redundant includes from lib/Target/X86. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | [APInt] Add APInt::insertBits() method to insert an APInt into a larger APInt | Simon Pilgrim | 2017-03-10 | 1 | -2/+1 |
| * | [X86][SSE] Speed up constant pool shuffle mask decoding with direct copy (PR3... | Simon Pilgrim | 2017-03-09 | 1 | -7/+27 |
| * | [X86] Fix SmallVector sizes in constant pool shuffle decoding to avoid heap a... | Craig Topper | 2017-02-27 | 1 | -5/+5 |
| * | [X86] Use APInt instead of SmallBitVector for tracking undef elements in cons... | Craig Topper | 2017-02-27 | 1 | -10/+10 |
| * | [APInt] Add APInt::extractBits() method to extract APInt subrange (reapplied) | Simon Pilgrim | 2017-02-25 | 1 | -4/+3 |
| * | Revert: r296141 [APInt] Add APInt::extractBits() method to extract APInt subr... | Simon Pilgrim | 2017-02-24 | 1 | -3/+4 |
| * | [APInt] Add APInt::extractBits() method to extract APInt subrange | Simon Pilgrim | 2017-02-24 | 1 | -4/+3 |
| * | [APInt] Add APInt::setBits() method to set all bits in range | Simon Pilgrim | 2017-02-24 | 1 | -2/+1 |
| * | [X86][SSE] Use APInt::getBitsSet() instead of APInt::getLowBitsSet().shl() se... | Simon Pilgrim | 2017-02-22 | 1 | -5/+6 |
| * | Use APInt::isAllOnesValue instead of popcnt. NFCI. | Simon Pilgrim | 2016-10-23 | 1 | -1/+1 |
| * | [X86] Fix DecodeVPERMVMask to handle cases where the constant pool entry has ... | Craig Topper | 2016-10-18 | 1 | -28/+22 |
| * | [AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry... | Craig Topper | 2016-10-18 | 1 | -17/+22 |
| * | [X86][SSE] Cleaned up shuffle decode assertion messages | Simon Pilgrim | 2016-10-01 | 1 | -7/+11 |
| * | [X86] Avoid "unused" warnings if no asserts | Douglas Katzman | 2016-09-29 | 1 | -2/+4 |
| * | [X86][SSE] Added common helper for shuffle mask constant pool decodes. | Simon Pilgrim | 2016-09-29 | 1 | -164/+136 |
| * | [X86][AVX] Add support for target shuffle combining to VPERMILPS variable shu... | Simon Pilgrim | 2016-07-13 | 1 | -3/+6 |
| * | [X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled... | Simon Pilgrim | 2016-07-05 | 1 | -3/+4 |
| * | Try a bit harder to remove the signed and unsigned comparison warning. | Chandler Carruth | 2016-06-11 | 1 | -1/+1 |
| * | Compare to an unsigned literal to avoid a -Wsign-compare warning. | Chandler Carruth | 2016-06-11 | 1 | -1/+1 |
| * | [X86][XOP] Tidied up DecodeVPERMIL2PMask to more closely match DecodeVPERMILP... | Simon Pilgrim | 2016-06-05 | 1 | -3/+5 |
| * | [X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decoding | Simon Pilgrim | 2016-06-04 | 1 | -0/+71 |
| * | [X86][XOP] Support for VPPERM 2-input shuffle mask decoding | Simon Pilgrim | 2016-04-09 | 1 | -0/+68 |
| * | [X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle... | Simon Pilgrim | 2016-03-06 | 1 | -3/+4 |
| * | Fix spelling. NFCI. | Simon Pilgrim | 2016-02-26 | 1 | -1/+1 |
| * | [X86][SSE] Improve PSHUFB shuffle mask decoding. | Simon Pilgrim | 2016-02-18 | 1 | -16/+36 |
| * | [X86] Move shuffle decoding for constant pool into the X86CodeGen library to ... | Craig Topper | 2015-12-31 | 1 | -0/+190 |