llvm-6502/include/llvm/MC/MCParser
Chris Lattner 79180e2ef5 Give AsmParser an option to control whether it finalizes
the stream.  New demo:

$ clang asm.c -S -o - -emit-llvm | llc -filetype=obj -o t.o
$ otool -tv t.o
t.o:
(__TEXT,__text) section
_foo:
0000000000000000	subq	$0x08,%rsp
0000000000000004	movl	%edi,(%rsp)
0000000000000007	movl	%edi,%eax
0000000000000009	incl	%eax
000000000000000b	movl	%eax,(%rsp)
000000000000000e	movl	%eax,0x04(%rsp)
0000000000000012	addq	$0x08,%rsp
0000000000000016	ret



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100492 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-05 23:15:42 +00:00
..
AsmCond.h
AsmLexer.h
AsmParser.h Give AsmParser an option to control whether it finalizes 2010-04-05 23:15:42 +00:00
MCAsmLexer.h Added a Register token to AsmToken and the appropriate 2010-01-22 22:42:22 +00:00
MCAsmParser.h Remove unneeded declarations. 2010-03-10 20:58:25 +00:00
MCParsedAsmOperand.h