summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/InstPrinter
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-06-05[X86] NFC Refactor some code in InstPrintersGabor Buella
2018-05-01[X86] Remove 'opaque ptr' from the intel syntax parser and printer.Craig Topper
2018-04-26[X86] Print 'tbyte ptr' instead of 'xword ptr' for f80mem in Intel syntax.Craig Topper
2018-04-22[X86] Remove DATA32_PREFIX. Hack the printing for DATA16_PREFIX to print 'dat...Craig Topper
2018-03-29[X86] Don't pass getRegisterName from the InstPrinters into EmitAnyX86InstCom...Craig Topper
2018-03-17[X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon
2018-03-12[X86] Remove use of MVT class from the ShuffleDecode library.Craig Topper
2018-03-10[X86] Add comments to the end of FMA3 instructions to make the operation clearCraig Topper
2018-03-10[X86] Add a missing EVEX instruction to EmitAnyX86InstComments.Craig Topper
2018-03-10[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstC...Craig Topper
2018-03-10[X86] Rewrite printMasking code in X86InstComments to use TSFlags to determin...Craig Topper
2018-01-25[X86] Teach Intel syntax InstPrinter to print lock prefixes that have been pa...Craig Topper
2018-01-25[X86] Combine two unnecessarily complicated ifs that had the same body. NFCCraig Topper
2017-12-14Any Target Asm comments should start from MachineInstr::TAsmComments value.Andrew V. Tischenko
2017-12-10[X86] Fix a few instructions that were named Z512 instead of just Z.Craig Topper
2017-11-03Fix for Bug 34475 - LOCK/REP/REPNE prefixes emitted as instruction on their own.Andrew V. Tischenko
2017-10-16This patch is a result of D37262: The issues with X86 prefixes. It closes PR...Andrew V. Tischenko
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-09-25[X86] [ASM INTEL SYNTAX] fix for incorrect assembler code generation when x86...Konstantin Belochapka
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
2017-02-06[X86] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2017-01-18[X86] Fix for bugzilla 31576 - add support for "data32" instruction prefixMarina Yatsina
2016-12-28This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber
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-20X86: Allow expressions to appear as u8imm operands.Peter Collingbourne
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