1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/MC/AsmParser
Daniel Dunbar e150b07b71 llvm-mc: Support quoted identifiers.
- Uses MCAsmToken::getIdentifier which returns the (sub)string representing the
   meaningfull contents a string or identifier token.

 - Directives aren't done yet.

llvm-svn: 77739
2009-07-31 21:55:09 +00:00
..
assignment.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +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_desc.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +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_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: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
directive_zerofill.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
exprs.s llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
labels.s llvm-mc: Support quoted identifiers. 2009-07-31 21:55:09 +00:00
x86_instructions.s llvm-mc/X86: Sketch match functions for immediates and memory operands. 2009-07-31 20:53:16 +00:00
x86_operands.s llvm-mc: Match a few X86 instructions. 2009-07-31 02:32:59 +00:00