[X86] Add support for mmword memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / test / MC / X86 / intel-syntax.s
2015-08-24 Michael Zuckerman[X86] Add support for mmword memory operand size for...
2015-08-20 Marina Yatsina[X86] Fix FBLD and FBSTP
2015-08-20 Marina Yatsina[X86] Fix bug in COMISD and COMISS definition in td...
2015-08-11 Marina Yatsina[X86] Add SAL mnemonics for Intel syntax
2015-08-11 Marina Yatsina[X86] Fix REPE, REPZ, REPNZ for intel syntax
2015-08-11 Marina Yatsina[X86] Fix imul alias for intel syntax
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-19 Michael Kuperstein[X86] Add support for tbyte memory operand size for...
2015-05-29 Ahmed Bougacha[TableGen][AsmMatcherEmitter] Only parse isolated token...
2015-02-03 Craig Topper[X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveop...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-08-27 Reid KlecknerX86 MC: Handle instructions like fxsave that match...
2014-08-26 Reid KlecknerMC: Split the x86 asm matcher implementations by dialect
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-03-04 Reid KlecknerMC: Fix Intel assembly parser for [global + offset]
2014-01-17 Craig TopperTeach x86 asm parser to handle 'opaque ptr' in Intel...
2014-01-17 Craig TopperFix intel syntax for 64-bit version of FXSAVE/FXRSTOR...
2013-09-27 Yunzhong GaoFixing Intel format of the vshufpd instruction.
2013-08-27 David Majnemer[ms-inline asm] Support offsets after segment registers
2013-07-26 Craig TopperAdd test cases for the various instruction alias and...
2013-06-13 Benjamin KramerX86: Make the cmov aliases work with intel syntax too.
2013-05-09 Chad Rosier[x86AsmParser] It's valid to stop parsing an operand...
2013-04-22 Chad RosierAdd test case for PR15779, which has previously been...
2013-04-18 Chad Rosier[ms-inline asm] Apply the condition code mnemonic alias...
2013-04-17 Chad Rosier[ms-inline asm] Add support for the minus unary operato...
2013-04-05 Chad Rosier[ms-inline asm] Add support for numeric displacement...
2013-01-14 Chad Rosier[ms-inline asm] Extend support for parsing Intel bracke...
2012-07-18 Craig TopperMake x86 asm parser to check for xmm vs ymm for index...
2012-01-27 Devang PatelIntel Syntax: Parse mem operand with seg reg. QWORD...
2012-01-23 Devang PatelIntel syntax: Robustify parsing of memory operand's...
2012-01-23 Devang PatelIntel syntax: Parse memory operand with empty base...
2012-01-23 Devang PatelIntel syntax: Parse segment registers.
2012-01-20 Devang PatelIntel syntax: Robustify register parsing.
2012-01-18 Devang PatelProcess instructions after match to select alternative...
2012-01-17 Devang PatelIntel syntax: Fix parser match class to check memory...
2012-01-17 Devang PatelIntel syntax: Parse "BYTE PTR [RDX + RCX]"
2012-01-17 Devang PatelIntel syntax: Do not unncessarily create plus expressio...
2012-01-17 Devang PatelIntel syntax: Ignore mnemonic aliases.
2012-01-17 Devang PatelIntel syntax: Robustify memory operand parsing.
2012-01-13 Devang PatelAdd new test.