aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-13[X86][AVX] Add support for target shuffle combining to VPERMILPS variable shu...Simon Pilgrim1-3/+6
2016-07-05[X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled...Simon Pilgrim1-3/+4
2016-06-11Try a bit harder to remove the signed and unsigned comparison warning.Chandler Carruth1-1/+1
2016-06-11Compare to an unsigned literal to avoid a -Wsign-compare warning.Chandler Carruth1-1/+1
2016-06-05[X86][XOP] Tidied up DecodeVPERMIL2PMask to more closely match DecodeVPERMILP...Simon Pilgrim1-3/+5
2016-06-04[X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decodingSimon Pilgrim1-0/+71
2016-04-09[X86][XOP] Support for VPPERM 2-input shuffle mask decodingSimon Pilgrim1-0/+68
2016-03-06[X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle...Simon Pilgrim1-3/+4
2016-02-26Fix spelling. NFCI.Simon Pilgrim1-1/+1
2016-02-18[X86][SSE] Improve PSHUFB shuffle mask decoding.Simon Pilgrim1-16/+36
2015-12-31[X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...Craig Topper1-0/+190