llvm-6502/test/MC/AsmParser
Daniel Dunbar c22e0b2443 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target
specific printer (this only works on x86, for now).
 - This makes it possible to do some correctness checking of the parsing and
   matching, since we can compare the results of 'as' on the original input, to
   those of 'as' on the output from llvm-mc.

 - In theory, we could now have an easy ATT -> Intel syntax converter. :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78986 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-14 03:48:55 +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 Added Mac OS X assembler style conditional assembly. I may come back and see if 2009-08-07 22:46:00 +00:00
dg.exp
directive_abort.s llvm-mc: Implement .abort fully in the front end 2009-07-27 23:20:52 +00:00
directive_align.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_ascii.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +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 llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these 2009-08-11 04:24:50 +00:00
directive_fill.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_include.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_lcomm.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +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: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +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: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_space.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +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 llvm-mc: Accept .word as a synonym for .short 2009-08-11 04:44:00 +00:00
directive_zerofill.s llvm-mc: Fix .s output to quote section & symbol names when necessary. 2009-07-31 23:04:32 +00:00
exprs-invalid.s llvm-mc: Fix a crash on invalid due to a typo in relocatable expression 2009-08-11 17:47:52 +00:00
exprs.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
hello.s llvm-mc/AsmParser: Check for matches with super classes when matching 2009-08-10 16:05:47 +00:00
labels.s Update llvm-mc / MCAsmStreamer to print the instruction using the actual target 2009-08-14 03:48:55 +00:00
x86_instructions.s Update llvm-mc / MCAsmStreamer to print the instruction using the actual target 2009-08-14 03:48:55 +00:00
x86_operands.s Update llvm-mc / MCAsmStreamer to print the instruction using the actual target 2009-08-14 03:48:55 +00:00