1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/MC/AsmParser
Daniel Dunbar 07d36a8194 llvm-mc/AsmMatcher: Improve match code.
- This doesn't actually improve the algorithm (its still linear), but the
   generated (match) code is now fairly compact and table driven. Still need a
   generic string matcher.

 - The table still needs to be compressed, this is quite simple to do and should
   shrink it to under 16k.

 - This also simplifies and restructures the code to make the match classes more
   explicit, in anticipation of resolving ambiguities.

llvm-svn: 78461
2009-08-08 07:50:56 +00:00
..
assignment.s
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
directive_ascii.s
directive_comm.s
directive_desc.s
directive_fill.s
directive_include.s
directive_lcomm.s
directive_lsym.s
directive_org.s
directive_set.s
directive_space.s
directive_subsections_via_symbols.s
directive_symbol_attrs.s
directive_values.s
directive_zerofill.s llvm-mc: Fix .s output to quote section & symbol names when necessary. 2009-07-31 23:04:32 +00:00
exprs.s
hello.s llvm-mc: Add -triple, and fix some typos 2009-07-31 23:13:12 +00:00
labels.s llvm-mc/AsmMatcher: Improve match code. 2009-08-08 07:50:56 +00:00
x86_instructions.s llvm-mc/AsmMatcher: Improve match code. 2009-08-08 07:50:56 +00:00
x86_operands.s llvm-mc: Match a few X86 instructions. 2009-07-31 02:32:59 +00:00