implement support for 'clr' alias. This is part of rdar://8416805,
[oota-llvm.git] / test / MC / AsmParser / X86 / x86_instructions.s
2010-09-27 Chris Lattnerimplement support for 'clr' alias. This is part of...
2010-09-22 Chris Lattnerfix rdar://8456371 - Handle commutable instructions...
2010-09-22 Chris Lattnerfix rdar://8456412 - llvm-mc crash in encoder on "mov...
2010-09-22 Chris Lattnerfix rdar://8456417 - llvm-mc can't do basic math
2010-09-22 Chris Lattneradd the missing aliases for fp stack cmovs, rdar:/...
2010-09-22 Chris LattnerFix rdar://8456364 - llvm-mc rejects '%CS'
2010-09-22 Chris Lattnerfix rdar://8456389 - llvm-mc mismatch with 'as' on...
2010-09-22 Chris Lattnerfix rdar://8456361 - llvm-mc rejects 'rep movsd'
2010-09-17 Chris Lattnerfix rdar://8444631 - encoder crash on 'enter'
2010-09-15 Chris Lattnerapparently jmpl $1,$2 is an alias for ljmpl, similiarly
2010-09-15 Chris LattnerDisambiguate lcall/ljmp to the 32-bit version. This...
2010-09-15 Chris Lattnerfix the encoding of sldt GR16 to have the 0x66 prefix...
2010-09-15 Chris Lattnerimplement aliases for shld/shrd, part of rdar://8418316
2010-09-15 Chris Lattnerfix rdar://8431880 - rcl/rcr with no shift amount not...
2010-09-15 Chris Lattneradd various broken forms of fnstsw. I didn't add the...
2010-09-15 Chris Lattneradd some aliases for f[u]comi, part of rdar://8431422
2010-09-15 Chris Lattneradd a bunch of aliases for fp operations with no operand,
2010-09-14 Chris Lattneradd a terrible hack to allow out with dx is parens...
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...