llvm-6502/test/MC
Kevin Enderby 12ce0de462 Added support for X86 instruction prefixes so llvm-mc can assemble them. The
Lock prefix, Repeat string operation prefixes and the Segment override prefixes.
Also added versions of the move string and store string instructions without the
repeat prefixes to X86InstrInfo.td. And finally marked the rep versions of
move/store string records in X86InstrInfo.td as isCodeGenOnly = 1 so tblgen is
happy building the disassembler files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95252 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-03 21:04:42 +00:00
..
AsmParser Added support for X86 instruction prefixes so llvm-mc can assemble them. The 2010-02-03 21:04:42 +00:00
Disassembler specify a triple to use, fixing the test on non-x86-64 hosts. 2009-12-22 07:01:12 +00:00
MachO MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of 2010-02-02 22:00:15 +00:00