summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86][XOP] Fixed VPPERM permute op decoding (PR27472).Simon Pilgrim2016-04-241-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-0/+1
* [X86][XOP] Added VPPERM constant mask decoding and target shuffle combining s...Simon Pilgrim2016-04-161-1/+40
* [X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle...Simon Pilgrim2016-03-061-2/+3
* [X86][AVX] Improved VPERMILPS variable shuffle mask decoding.Simon Pilgrim2016-03-051-0/+18
* [X86][AVX512BW] Fixed 512-bit PSHUFB shuffle mask decode and added combine test.Simon Pilgrim2016-03-031-3/+3
* [X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.Simon Pilgrim2016-02-071-0/+11
* [X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input typesSimon Pilgrim2016-02-061-4/+2
* [X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...Craig Topper2015-12-311-165/+0
* [X86] Fix an unused variable warning in released builds.Craig Topper2015-12-261-0/+2
* [X86] Add support for printing shuffle comments for AVX512 PSHUFB instructions.Craig Topper2015-12-261-4/+2
* [X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constan...Craig Topper2015-12-261-32/+54
* AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuff...Igor Breger2015-10-151-0/+20
* [X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.Simon Pilgrim2015-09-131-2/+13
* AVX-512: Lowering for 512-bit vector shuffles.Elena Demikhovsky2015-09-081-0/+70
* Fix gcc warnings of different enum and non-enum types in ternariesDenis Protivensky2015-07-071-1/+1
* [X86][AVX] Add support for shuffle decoding of vperm2f128/vperm2i128 with zer...Simon Pilgrim2015-07-061-5/+3
* [X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructionsSimon Pilgrim2015-07-061-0/+74
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Reformat.NAKAMURA Takumi2015-05-251-19/+19
* Prune CRLFs.NAKAMURA Takumi2015-05-251-434/+434
* X86: silence a GCC warningSaleem Abdulrasool2015-01-311-1/+1
* Remove unused variable.Diego Novillo2015-01-311-2/+2
* [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...Simon Pilgrim2015-01-311-382/+414
* [X86][SSE] movddup shuffle mask decodesSimon Pilgrim2015-01-211-6/+20
* Revert most of r225597David Majnemer2015-01-111-47/+30
* X86: Properly decode shuffle masks when the constant pool type is weirdDavid Majnemer2015-01-111-46/+56
* [X86][SSE] pslldq/psrldq shuffle mask decodesSimon Pilgrim2014-10-141-0/+29
* [x86] Implement v16i16 support with AVX2 in the new vector shuffleChandler Carruth2014-09-251-4/+11
* [x86] Teach the vector comment parsing and printing to correctly handleChandler Carruth2014-09-231-28/+74
* [x86] Teach the AVX1 path of the new vector shuffle lowering one moreChandler Carruth2014-09-231-0/+23
* Fix assert when decoding PSHUFB maskRobert Lougher2014-09-221-6/+4
* [x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUPChandler Carruth2014-09-151-0/+16
* [x86] Teach the instruction printer to decode immediate operands toChandler Carruth2014-08-151-0/+7
* [x86] Largely complete the use of PSHUFB in the new vector shuffleChandler Carruth2014-08-021-1/+19
* Fix broken assert.Nick Lewycky2014-07-261-1/+1
* X86ShuffleDecode.cpp: Silence a warning. [-Wunused-variable]NAKAMURA Takumi2014-07-261-2/+2
* [x86] Teach the X86 backend to print shuffle comments for PSHUFBChandler Carruth2014-07-251-0/+33
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-1/+1
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-0/+1
* Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper2013-01-281-2/+11
* Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper2013-01-281-1/+2
* X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer2013-01-261-0/+8
* Use MVT instead of EVT as the argument to all the shuffle decode functions. S...Craig Topper2012-05-061-22/+18
* Add shuffle decode support for VPERMQ/VPERMPD.Craig Topper2012-05-061-0/+8
* Fix 256-bit vpshuflw and vpshufhw immediate encoding to handle undefs in the ...Craig Topper2012-05-031-4/+2
* Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...Craig Topper2012-05-021-20/+32
* Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the imm...Craig Topper2012-04-171-0/+3
* Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...Craig Topper2012-03-201-16/+10
OpenPOWER on IntegriCloud