llvm-6502/test/MC/AsmParser
Chris Lattner 0892a6d7a9 use a darwin triple
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80900 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-03 06:15:11 +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 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. 2009-08-31 08:09:28 +00:00
dg.exp For now, only run MC tests if X86 is configured. 2009-08-27 06:11:15 +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 llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. 2009-08-14 19:59:24 +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: 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 llvm-mc: Emit .lcomm as .zerofill. 2009-08-28 05:48:46 +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 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: 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 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 use a darwin triple 2009-09-03 06:15:11 +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 llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. 2009-08-31 08:08:38 +00:00