llvm-6502/test/MC/AsmParser
Kevin Enderby ca9c42c4da Added the first bits of the ARM target assembler to llvm-mc. For now it only
parses the .word directive as 4 bytes and ARMAsmParser::ParseInstruction will
give an error is called.  Broke out the test of the .word directive into two
different test cases, one for x86 and one for arm.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81817 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-15 00:27:25 +00:00
..
arm_word_directive.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
assignment.s
conditional_asm.s Unbreak these tests. Chris, please verify that these changes are intended. 2009-09-08 14:14:24 +00:00
dg.exp
directive_abort.s
directive_align.s update test for alignment value in hex 2009-09-03 04:03:44 +00:00
directive_ascii.s
directive_comm.s
directive_darwin_section.s
directive_desc.s
directive_file.s
directive_fill.s
directive_include.s llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). 2009-08-31 08:09:09 +00:00
directive_lcomm.s llvm-mc: Emit .lcomm as .zerofill. 2009-08-28 05:48:46 +00:00
directive_line.s
directive_loc.s
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
directive_set.s llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). 2009-08-31 08:09:09 +00:00
directive_space.s
directive_subsections_via_symbols.s
directive_symbol_attrs.s
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
exprs-invalid.s llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. 2009-08-31 08:09:28 +00:00
exprs.s
hello.s unbreak this test by working around an asmparser bug. 2009-09-13 22:28:17 +00:00
labels.s Unbreak these tests. Chris, please verify that these changes are intended. 2009-09-08 14:14:24 +00:00
x86_instructions.s
x86_operands.s Unbreak these tests. Chris, please verify that these changes are intended. 2009-09-08 14:14:24 +00:00
x86_word_directive.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