summaryrefslogtreecommitdiff
path: root/test/MC/X86/intel-syntax.s
Commit message (Expand)AuthorAge
* Merging r202774:Tom Stellard2014-04-11
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-27
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-27
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-26
* X86: Make the cmov aliases work with intel syntax too.Benjamin Kramer2013-06-13
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-09
* Add test case for PR15779, which has previously been fixed.Chad Rosier2013-04-22
* [ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier2013-04-18
* [ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier2013-04-17
* [ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier2013-04-05
* [ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier2013-01-14
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-18
* Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel2012-01-27
* Intel syntax: Robustify parsing of memory operand's displacement experssion.Devang Patel2012-01-23
* Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]Devang Patel2012-01-23
* Intel syntax: Parse segment registers.Devang Patel2012-01-23
* Intel syntax: Robustify register parsing.Devang Patel2012-01-20
* Process instructions after match to select alternative encoding which may be ...Devang Patel2012-01-18
* Intel syntax: Fix parser match class to check memory operand size.Devang Patel2012-01-17
* Intel syntax: Parse "BYTE PTR [RDX + RCX]"Devang Patel2012-01-17
* Intel syntax: Do not unncessarily create plus expression for memory operand d...Devang Patel2012-01-17
* Intel syntax: Ignore mnemonic aliases.Devang Patel2012-01-17
* Intel syntax: Robustify memory operand parsing.Devang Patel2012-01-17
* Add new test.Devang Patel2012-01-13