aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-18[X86][AVX] Add target shuffle decode support for VBROADCASTSimon Pilgrim1-0/+6
2016-07-14[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments supportSimon Pilgrim1-0/+13
2016-07-05[X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled...Simon Pilgrim1-2/+3
2016-07-03[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQSimon Pilgrim1-6/+8
2016-06-06[NFC] Silence gcc warning (-Wsign-compare)Filipe Cabecinhas1-1/+1
2016-06-05[X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...Simon Pilgrim1-0/+40
2016-04-24[X86][XOP] Fixed VPPERM permute op decoding (PR27472).Simon Pilgrim1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-0/+1
2016-04-16[X86][XOP] Added VPPERM constant mask decoding and target shuffle combining s...Simon Pilgrim1-1/+40
2016-03-06[X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle...Simon Pilgrim1-2/+3
2016-03-05[X86][AVX] Improved VPERMILPS variable shuffle mask decoding.Simon Pilgrim1-0/+18
2016-03-03[X86][AVX512BW] Fixed 512-bit PSHUFB shuffle mask decode and added combine test.Simon Pilgrim1-3/+3
2016-02-07[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.Simon Pilgrim1-0/+11
2016-02-06[X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input typesSimon Pilgrim1-4/+2
2015-12-31[X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...Craig Topper1-165/+0
2015-12-26[X86] Fix an unused variable warning in released builds.Craig Topper1-0/+2
2015-12-26[X86] Add support for printing shuffle comments for AVX512 PSHUFB instructions.Craig Topper1-4/+2
2015-12-26[X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constan...Craig Topper1-32/+54
2015-10-15AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuff...Igor Breger1-0/+20
2015-09-13[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.Simon Pilgrim1-2/+13
2015-09-08AVX-512: Lowering for 512-bit vector shuffles.Elena Demikhovsky1-0/+70
2015-07-07Fix gcc warnings of different enum and non-enum types in ternariesDenis Protivensky1-1/+1
2015-07-06[X86][AVX] Add support for shuffle decoding of vperm2f128/vperm2i128 with zer...Simon Pilgrim1-5/+3
2015-07-06[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructionsSimon Pilgrim1-0/+74
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-25Reformat.NAKAMURA Takumi1-19/+19
2015-05-25Prune CRLFs.NAKAMURA Takumi1-434/+434
2015-01-31X86: silence a GCC warningSaleem Abdulrasool1-1/+1
2015-01-31Remove unused variable.Diego Novillo1-2/+2
2015-01-31[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...Simon Pilgrim1-382/+414
2015-01-21[X86][SSE] movddup shuffle mask decodesSimon Pilgrim1-6/+20
2015-01-11Revert most of r225597David Majnemer1-47/+30
2015-01-11X86: Properly decode shuffle masks when the constant pool type is weirdDavid Majnemer1-46/+56
2014-10-14[X86][SSE] pslldq/psrldq shuffle mask decodesSimon Pilgrim1-0/+29
2014-09-25[x86] Implement v16i16 support with AVX2 in the new vector shuffleChandler Carruth1-4/+11
2014-09-23[x86] Teach the vector comment parsing and printing to correctly handleChandler Carruth1-28/+74
2014-09-23[x86] Teach the AVX1 path of the new vector shuffle lowering one moreChandler Carruth1-0/+23
2014-09-22Fix assert when decoding PSHUFB maskRobert Lougher1-6/+4
2014-09-15[x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUPChandler Carruth1-0/+16
2014-08-15[x86] Teach the instruction printer to decode immediate operands toChandler Carruth1-0/+7
2014-08-02[x86] Largely complete the use of PSHUFB in the new vector shuffleChandler Carruth1-1/+19
2014-07-26Fix broken assert.Nick Lewycky1-1/+1
2014-07-26X86ShuffleDecode.cpp: Silence a warning. [-Wunused-variable]NAKAMURA Takumi1-2/+2
2014-07-25[x86] Teach the X86 backend to print shuffle comments for PSHUFBChandler Carruth1-0/+33
2014-03-15Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund1-1/+1
2014-03-12Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund1-0/+1
2013-01-28Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper1-2/+11
2013-01-28Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper1-1/+2
2013-01-26X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer1-0/+8