summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/Utils
AgeCommit message (Expand)Author
2018-12-09Remove unneeded dependency from lib/Target/X86/Utils/ to lib/IR (aka Core).Nico Weber
2018-10-23[X86][SSE] Update raw mask shuffle decoders to handle UNDEF mask eltsSimon Pilgrim
2018-10-22Revert rL344933 from llvm/trunk: [X86][SSE] Tidyup DecodeVPERMILPMask shuffle...Simon Pilgrim
2018-10-22[X86][SSE] Tidyup DecodeVPERMILPMask shuffle mask decodingSimon Pilgrim
2018-06-08[X86] Improve some shuffle decoding code to remove a conditional from a loop ...Craig Topper
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-12[X86] Remove use of MVT class from the ShuffleDecode library.Craig Topper
2017-07-04Fix signed/unsigned comparison warningsSimon Pilgrim
2017-07-04[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodesSimon Pilgrim
2016-12-07[X86][XOP] Fix VPERMIL2 non-constant pool shuffle decoding (PR31296)Simon Pilgrim
2016-10-22[X86] Add support for printing shuffle comments for VALIGN instructions.Craig Topper
2016-09-14getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCISanjay Patel
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-05[X86][AVX512] Fixed decoding of permd/permpd variable mask shuffles + enabled...Simon Pilgrim
2016-07-03[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQSimon Pilgrim
2016-06-06[NFC] Silence gcc warning (-Wsign-compare)Filipe Cabecinhas
2016-06-05[X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...Simon Pilgrim
2016-04-24[X86][XOP] Fixed VPPERM permute op decoding (PR27472).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-06[X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle...Simon Pilgrim
2016-03-05[X86][AVX] Improved VPERMILPS variable shuffle mask decoding.Simon Pilgrim
2016-03-03[X86][AVX512BW] Fixed 512-bit PSHUFB shuffle mask decode and added combine test.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
2016-01-26Remove autoconf supportChris Bieneman
2015-12-31[X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...Craig Topper
2015-12-26[X86] Fix an unused variable warning in released builds.Craig Topper
2015-12-26[X86] Add support for printing shuffle comments for AVX512 PSHUFB instructions.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-07Fix gcc warnings of different enum and non-enum types in ternariesDenis Protivensky
2015-07-06[X86][AVX] Add support for shuffle decoding of vperm2f128/vperm2i128 with zer...Simon Pilgrim
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-25Reformat.NAKAMURA Takumi
2015-05-25Prune CRLFs.NAKAMURA Takumi
2015-02-14Line ending fix. NFC.Simon Pilgrim
2015-01-31X86: silence a GCC warningSaleem Abdulrasool
2015-01-31Remove unused variable.Diego Novillo
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