llvm-6502/test/MC/AsmParser
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
..
ARM Move ARM and X86 specific AsmParser tests into separate subdirectories, and only 2009-09-21 00:05:30 +00:00
X86 Added support for X86 instruction prefixes so llvm-mc can assemble them. The 2010-02-03 21:04:42 +00:00
assignment.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
conditional_asm.s Unbreak these tests. Chris, please verify that these changes are intended. 2009-09-08 14:14:24 +00:00
dg.exp Move ARM and X86 specific AsmParser tests into separate subdirectories, and only 2009-09-21 00:05:30 +00:00
directive_abort.s llvm-mc: Implement .abort fully in the front end 2009-07-27 23:20:52 +00:00
directive_align.s update test for alignment value in hex 2009-09-03 04:03:44 +00:00
directive_ascii.s teach MCAsmStreamer::EmitBytes to use .ascii and .asciz 2010-01-23 00:15:00 +00:00
directive_comm.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_darwin_section.s llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' 2009-08-11 03:42:33 +00:00
directive_desc.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_file.s wirte up .file and .file to the mc asmparser. 2010-01-25 19:02:58 +00:00
directive_fill.s llvm-mc: Accept .fill size of 8. 2009-08-21 15:43:35 +00:00
directive_include.s llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). 2009-08-31 08:09:09 +00:00
directive_lcomm.s only darwin has zerofill 2010-01-19 06:21:23 +00:00
directive_line.s llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these 2009-08-11 04:24:50 +00:00
directive_loc.s llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these 2009-08-11 04:24:50 +00:00
directive_lsym.s llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. 2009-08-30 06:17:16 +00:00
directive_org.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_set.s llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). 2009-08-31 08:09:09 +00:00
directive_space.s add an MCAsmStreamer::EmitFill specialization of EmitFill that 2010-01-19 18:52:28 +00:00
directive_subsections_via_symbols.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_symbol_attrs.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_values.s Added the first bits of the ARM target assembler to llvm-mc. For now it only 2009-09-15 00:27:25 +00:00
directive_zerofill.s llvm-mc: zerofill shouldn't print quotes around the section,segment. 2009-08-14 18:51:45 +00:00
exprs-invalid.s llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. 2009-08-31 08:09:28 +00:00
exprs.s fix a parsing problem on instructions like: 2010-01-24 01:07:33 +00:00
hello.s Add an intel syntax MCInstPrinter implementation. You can now 2009-09-20 07:17:49 +00:00
labels.s MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing 2010-01-30 01:02:48 +00:00
variables-invalid.s Force triple in tests. 2009-10-16 16:30:02 +00:00
variables.s Force triple in tests. 2009-10-16 16:30:02 +00:00