[PowerPC] Support b(cond)l in the asm parser
[oota-llvm.git] / test / MC / X86 / intel-syntax.s
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.