summaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstPrinter/X86InstComments.cpp
AgeCommit message (Expand)Author
2017-12-10[X86] Fix a few instructions that were named Z512 instead of just Z.Craig Topper
2017-10-11[X86] Remove temporary std::string creation from shuffle comment printing. We...Craig Topper
2017-10-11[X86] Add 128-bit version of vbroadcasti32x2 to shuffle comment decoding.Craig Topper
2017-07-04[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodesSimon Pilgrim
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-31Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova
2017-04-14This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko
2016-11-22[X86] Remove alternate CodeGenOnly version of (v)movq that declared the load ...Craig Topper
2016-11-21[X86] Remove duplicate instructions for (v)movq and replace with patterns on ...Craig Topper
2016-10-22[X86] Add support for printing shuffle comments for VALIGN instructions.Craig Topper
2016-10-21[X86][AVX512] Add mask/maskz writemask support to subvector broadcast shuffle...Simon Pilgrim
2016-10-15[AVX-512] Add shuffle comments for vbroadcast instructions.Craig Topper
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-07-19[X86] Rename VINSERTzrr to use a capital Z to match other instructions. NFCCraig Topper
2016-07-14[X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments supportSimon Pilgrim
2016-07-03[X86][AVX512] Add support for VPERMPD/VPERMQ masked shuffle commentsSimon Pilgrim
2016-07-03[X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQSimon Pilgrim
2016-07-03[X86][AVX] Renamed VPERMILPI shuffle comment macros to be more specificSimon Pilgrim
2016-07-03[X86][AVX512] Add support for VPALIGNR/PSHUFD/PSHUFHW/PSHUFLW masked shuffle ...Simon Pilgrim
2016-07-03[X86][AVX512] Add support for UNPCK masked shuffle commentsSimon Pilgrim
2016-07-03[X86][AVX512] Add support for VPERM/VSHUF masked shuffle commentsSimon Pilgrim
2016-07-03[X86][AVX512] Add support for PMOVZX masked shuffle commentsSimon Pilgrim
2016-07-03[X86][AVX512] Add support for masked shuffle commentsSimon Pilgrim
2016-06-11[X86][AVX512] Tidied up VSHUFF32x4/VSHUFF64x2/VSHUFI32x4/VSHUFI64x2 comment g...Simon Pilgrim
2016-06-10[AVX512] Add shuffle comment printing for masked VPERMPD/VPERMQ.Craig Topper
2016-06-10[AVX512] Fix shuffle comment printing to handle the masked versions of some s...Craig Topper
2016-06-09[X86][AVX512] Added avx512 VPSLLDQ/VPSRLDQ instruction commentsSimon Pilgrim
2016-06-09[AVX512] Fix shuffle decode printing for several instructions with write mask...Craig Topper
2016-06-09[X86] Bring consistent naming to the SSE/AVX and AVX512 PALIGNR instructions....Craig Topper
2016-06-03[AVX512] Fix shuffle comment printing for EVEX encoded PSHUFD, PSHUFHW, and P...Craig Topper
2016-05-21[AVX512] Disable AVX2 VPERMD, VPERMQ, VPERMPS, and VPERMPD patterns when AVX5...Craig Topper
2016-05-11[X86][AVX512] Fixed VPERMILPD/VPERMILPS shuffle comments.Simon Pilgrim
2016-05-11[X86][SSE] Avoid repeatedly calling MCInst::getNumOperands(). NFCI.Simon Pilgrim
2016-05-11[X86][AVX512] Updated shuffle comments instruction macros to split writemask ...Simon Pilgrim
2016-05-09[X86][SSE] Added TODO comment to add support for AVX512 mask registers to shu...Simon Pilgrim
2016-02-07[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.Simon Pilgrim
2016-02-06[X86][AVX512] Added support for VPMOVZX shuffle decoding.Simon Pilgrim
2016-02-06[X86][SSE] Moved shuffle decode CASE macros earlier. NFC.Simon Pilgrim
2016-02-06[X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input typesSimon Pilgrim
2016-02-02[X86][AVX512] Add support for AVX512 VMOVQ (load) shuffle decodingSimon Pilgrim
2016-02-01[X86][AVX512] Add support for AVX512 VMOVD (load) shuffle decodingSimon Pilgrim
2016-02-01[X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS shuffle decodingSimon Pilgrim
2016-02-01[X86][AVX512] Add support for AVX512 VINSERTPS shuffle decodingSimon Pilgrim
2015-12-31[X86] Remove a return after llvm_unreachable.Craig Topper
2015-12-13Fix line endingsSimon Pilgrim
2015-12-12[X86][AVX512] Added support for VMOVQ shuffle commentsSimon Pilgrim
2015-11-21[X86][AVX512] Added AVX512 VMOVLHPS/VMOVHLPS shuffle decode comments.Simon Pilgrim
2015-11-19AVX512: Implemented encoding, intrinsics and DAG lowering for VMOVDDUP instru...Igor Breger
2015-11-17[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments.Simon Pilgrim
2015-11-17[X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments.Simon Pilgrim