implement rdar://8407928 - support for in/out with a missing "a" register.
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_instructions.s
2010-09-11 Chris Lattnerimplement rdar://8407928 - support for in/out with...
2010-09-07 Chris Lattneradd missing cmov aliases, this resolves rdar://8208499
2010-09-06 Chris Lattner"sldt <mem>" is ambiguous in 64-bit mode, but should
2010-09-06 Chris Lattnerfix rdar://8017621 - llvm-mc can't guess encoding for...
2010-09-06 Chris Lattnerfix the operand constraints of the immediate form of...
2010-08-24 Daniel DunbarMC/X86: Tweak imul recognition, previous hack only...
2010-08-24 Daniel DunbarMC/X86: Add custom hack for recognizing "imul $12,...
2010-08-24 Daniel DunbarMC/X86: Warn on scale factors > 1 without index registe...
2010-07-19 Daniel DunbarX86-64: Mark WINCALL and more tail call instructions...
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-06 Daniel DunbarMC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemA...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-05 Chris Lattnerremove fixme
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-02-02 Daniel DunbarAsmParser/X86: Add temporary hack to allow parsing...
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-22 Daniel DunbarMark EH_RETURN64 as CodeGenOnly.
2009-09-21 Daniel DunbarMove ARM and X86 specific AsmParser tests into separate...