summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h
AgeCommit message (Expand)Author
2018-03-12[X86] Remove use of MVT class from the ShuffleDecode library.Craig Topper
2017-07-04[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodesSimon Pilgrim
2016-10-22[X86] Add support for printing shuffle comments for VALIGN instructions.Craig Topper
2016-07-18[X86][AVX] Add target shuffle decode support for VBROADCASTSimon Pilgrim
2016-07-14[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments supportSimon Pilgrim
2016-07-03[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQSimon Pilgrim
2016-06-05[X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...Simon Pilgrim
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-16[X86][XOP] Added VPPERM constant mask decoding and target shuffle combining s...Simon Pilgrim
2016-04-08[X86] Tidied up shuffle decode function doxygen descriptionsSimon Pilgrim
2016-03-05[X86][AVX] Improved VPERMILPS variable shuffle mask decoding.Simon Pilgrim
2016-02-07[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.Simon Pilgrim
2016-02-06[X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input typesSimon Pilgrim
2015-12-31[X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...Craig Topper
2015-12-26[X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constan...Craig Topper
2015-10-15AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuff...Igor Breger
2015-09-13[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.Simon Pilgrim
2015-09-08AVX-512: Lowering for 512-bit vector shuffles.Elena Demikhovsky
2015-07-06[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructionsSimon Pilgrim
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-25Prune CRLFs.NAKAMURA Takumi
2015-02-14Line ending fix. NFC.Simon Pilgrim
2015-01-31[X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...Simon Pilgrim
2015-01-21[X86][SSE] movddup shuffle mask decodesSimon Pilgrim
2015-01-11Revert most of r225597David Majnemer
2015-01-11X86: Properly decode shuffle masks when the constant pool type is weirdDavid Majnemer
2014-10-14[X86][SSE] pslldq/psrldq shuffle mask decodesSimon Pilgrim
2014-09-27[x86] Flip the sentinel values used in the target shuffle mask decodingChandler Carruth
2014-09-23[x86] Teach the vector comment parsing and printing to correctly handleChandler Carruth
2014-09-23[x86] Teach the AVX1 path of the new vector shuffle lowering one moreChandler Carruth
2014-09-15[x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUPChandler Carruth
2014-08-15[x86] Teach the instruction printer to decode immediate operands toChandler Carruth
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-02[x86] Largely complete the use of PSHUFB in the new vector shuffleChandler Carruth
2014-07-25[x86] Teach the X86 backend to print shuffle comments for PSHUFBChandler Carruth
2014-03-12Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund
2013-01-28Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper
2013-01-26X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer
2012-05-06Use MVT instead of EVT as the argument to all the shuffle decode functions. S...Craig Topper
2012-05-06Add shuffle decode support for VPERMQ/VPERMPD.Craig Topper
2012-05-02Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...Craig Topper
2012-03-21Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer
2012-03-20Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...Craig Topper
2012-02-06Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...Craig Topper
2011-12-06Clean up some of the shuffle decoding code for UNPCK instructions. Add instru...Craig Topper
2011-11-30Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...Craig Topper
2011-11-29Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...Craig Topper
2011-11-22More fixes to the X86InstComments for shuffle instructions. In particular add...Craig Topper
2011-11-22Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...Craig Topper