| Commit message (Expand) | Author | Age | Files | Lines |
* | [X86][AsmParser] Ignore "short" even harder in Intel syntax ASM. | David L. Jones | 2019-05-16 | 1 | -0/+4 |
* | [X86] Print all register forms of x87 fadd/fsub/fdiv/fmul as having two argum... | Craig Topper | 2019-02-04 | 1 | -42/+42 |
* | [X86] Print %st(0) as %st when its implicit to the instruction. Continue prin... | Craig Topper | 2019-02-04 | 1 | -6/+6 |
* | Revert r352985 "[X86] Print %st(0) as %st to match what gcc inline asm uses a... | Craig Topper | 2019-02-04 | 1 | -33/+33 |
* | [X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na... | Craig Topper | 2019-02-03 | 1 | -33/+33 |
* | [X86] Allow base and index for gather instructions to appear in other order f... | Craig Topper | 2018-06-25 | 1 | -0/+5 |
* | [X86][AsmParser] In Intel syntax make sure we support ESP/RSP being the secon... | Craig Topper | 2018-06-22 | 1 | -0/+8 |
* | [X86] Don't accept (%si,%bp) 16-bit address expressions. | Craig Topper | 2018-06-22 | 1 | -0/+1 |
* | [X86] Remove 'opaque ptr' from the intel syntax parser and printer. | Craig Topper | 2018-05-01 | 1 | -2/+2 |
* | [X86] Add a Requires<[In64BitMode]> to FARJMP64 | Craig Topper | 2018-04-30 | 1 | -1/+1 |
* | [X86] Remove support for accepting 'fnstsw %eax' and 'fnstsw %al'. | Craig Topper | 2018-04-30 | 1 | -4/+0 |
* | [X86] Make 64-bit sysret/sysexit not ambiguous in Intel assembly syntax. | Craig Topper | 2018-04-29 | 1 | -0/+9 |
* | [X86] Change 32 and 64 bit versions of LSL instruction have a 16-bit memory o... | Craig Topper | 2018-02-15 | 1 | -0/+8 |
* | Fix incorrect operand sizes for some MMX instructions: punpcklwd, punpcklbw a... | Andrew V. Tischenko | 2017-12-29 | 1 | -0/+8 |
* | [X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMem | Craig Topper | 2017-10-01 | 1 | -8/+8 |
* | [x86][AsmParser] Allow some more MS size directives | Coby Tayree | 2017-09-28 | 1 | -0/+7 |
* | [X86AsmParser] Refactoring, (almost) NFC. | Coby Tayree | 2017-08-24 | 1 | -9/+19 |
* | [X86][Asm]Allow far jmp/call to be picked when using explicit FWORD size spec... | Coby Tayree | 2017-08-09 | 1 | -0/+9 |
* | X86 Asm uses assertions instead of proper diagnostic. This patch fixes that. | Andrew V. Tischenko | 2017-07-25 | 1 | -1/+44 |
* | revert: [llvm] r308609 - This patch added some test cases to demonsrate the i... | Simon Pilgrim | 2017-07-20 | 1 | -50/+1 |
* | This patch added some test cases to demonsrate the issues described in Bug 33... | Andrew V. Tischenko | 2017-07-20 | 1 | -1/+50 |
* | [X86]Enable the use of 'mov' with a 64bit GPR and a large immediate | Coby Tayree | 2017-01-25 | 1 | -0/+2 |
* | small fixup which enables the issuing of the aforementioned instruction (w/o ... | Coby Tayree | 2016-11-21 | 1 | -0/+2 |
* | AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch... | Igor Breger | 2016-02-25 | 1 | -2/+2 |
* | [X86] - Removing warning on legal cases caused by commit r258132 | Marina Yatsina | 2016-01-21 | 1 | -1/+16 |
* | [X86] Add support for "xlat m8" | Marina Yatsina | 2016-01-19 | 1 | -0/+4 |
* | [X86] Adding support for missing variations of X86 string related instructions | Marina Yatsina | 2016-01-19 | 1 | -0/+24 |
* | dding test for fnstsw | Michael Zuckerman | 2015-12-08 | 1 | -0/+2 |
* | [X86] Adding support for FWORD type for MS inline asm | Marina Yatsina | 2015-12-07 | 1 | -0/+3 |
* | [X86] Add support for loopz, loopnz for Intel syntax | Marina Yatsina | 2015-12-06 | 1 | -0/+5 |
* | [X86] Add support for fcomip, fucomip for Intel syntax | Marina Yatsina | 2015-12-03 | 1 | -0/+5 |
* | [x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsu... | Michael Zuckerman | 2015-11-12 | 1 | -0/+14 |
* | [X86] Add support for mmword memory operand size for Intel-syntax x86 assembly | Michael Zuckerman | 2015-08-24 | 1 | -0/+3 |
* | [X86] Fix FBLD and FBSTP | Marina Yatsina | 2015-08-20 | 1 | -0/+5 |
* | [X86] Fix bug in COMISD and COMISS definition in td files | Marina Yatsina | 2015-08-20 | 1 | -0/+10 |
* | [X86] Add SAL mnemonics for Intel syntax | Marina Yatsina | 2015-08-11 | 1 | -0/+3 |
* | [X86] Fix REPE, REPZ, REPNZ for intel syntax | Marina Yatsina | 2015-08-11 | 1 | -0/+13 |
* | [X86] Fix imul alias for intel syntax | Marina Yatsina | 2015-08-11 | 1 | -0/+7 |
* | [X86] Fix order of operands for ins and outs instructions when parsing intel ... | Michael Kuperstein | 2015-07-23 | 1 | -0/+14 |
* | [X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly | Michael Kuperstein | 2015-07-19 | 1 | -0/+2 |
* | [TableGen][AsmMatcherEmitter] Only parse isolated tokens as registers. | Ahmed Bougacha | 2015-05-29 | 1 | -0/+3 |
* | [X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveopt64 parseable in AT&T ... | Craig Topper | 2015-02-03 | 1 | -2/+2 |
* | MC: Use @IMGREL instead of @IMGREL32, which we can't parse | Reid Kleckner | 2014-09-25 | 1 | -1/+1 |
* | X86 MC: Handle instructions like fxsave that match multiple operand sizes | Reid Kleckner | 2014-08-27 | 1 | -2/+23 |
* | MC: Split the x86 asm matcher implementations by dialect | Reid Kleckner | 2014-08-26 | 1 | -0/+34 |
* | MS asm: Properly handle quoted symbol names | David Majnemer | 2014-06-19 | 1 | -0/+8 |
* | MC: Fix Intel assembly parser for [global + offset] | Reid Kleckner | 2014-03-04 | 1 | -0/+9 |
* | Teach x86 asm parser to handle 'opaque ptr' in Intel syntax. | Craig Topper | 2014-01-17 | 1 | -2/+2 |
* | Fix intel syntax for 64-bit version of FXSAVE/FXRSTOR to use '64' suffix inst... | Craig Topper | 2014-01-17 | 1 | -0/+6 |
* | Fixing Intel format of the vshufpd instruction. | Yunzhong Gao | 2013-09-27 | 1 | -0/+2 |