summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use APInt::isAllOnesValue instead of popcnt. NFCI.Simon Pilgrim2016-10-231-1/+1
* [X86] Fix DecodeVPERMVMask to handle cases where the constant pool entry has ...Craig Topper2016-10-181-28/+22
* [AVX-512] Fix DecodeVPERMV3Mask to handle cases where the constant pool entry...Craig Topper2016-10-181-17/+22
* [X86][SSE] Cleaned up shuffle decode assertion messagesSimon Pilgrim2016-10-011-7/+11
* [X86] Avoid "unused" warnings if no assertsDouglas Katzman2016-09-291-2/+4
* [X86][SSE] Added common helper for shuffle mask constant pool decodes.Simon Pilgrim2016-09-291-164/+136
* [X86][AVX] Add support for target shuffle combining to VPERMILPS variable shu...Simon Pilgrim2016-07-131-3/+6
* [X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled...Simon Pilgrim2016-07-051-3/+4
* Try a bit harder to remove the signed and unsigned comparison warning.Chandler Carruth2016-06-111-1/+1
* Compare to an unsigned literal to avoid a -Wsign-compare warning.Chandler Carruth2016-06-111-1/+1
* [X86][XOP] Tidied up DecodeVPERMIL2PMask to more closely match DecodeVPERMILP...Simon Pilgrim2016-06-051-3/+5
* [X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decodingSimon Pilgrim2016-06-041-0/+71
* [X86][XOP] Support for VPPERM 2-input shuffle mask decodingSimon Pilgrim2016-04-091-0/+68
* [X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle...Simon Pilgrim2016-03-061-3/+4
* Fix spelling. NFCI.Simon Pilgrim2016-02-261-1/+1
* [X86][SSE] Improve PSHUFB shuffle mask decoding.Simon Pilgrim2016-02-181-16/+36
* [X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...Craig Topper2015-12-311-0/+190
OpenPOWER on IntegriCloud