llvm-6502/lib/MC/MCParser
Chad Rosier 84125ca43c [ms-inline asm] Remove the MatchInstruction() function. Previously, this was
the interface between the front-end and the MC layer when parsing inline
assembly.  Unfortunately, this is too deep into the parsing stack. Specifically,
we're unable to handle target-independent assembly (i.e., assembly directives,
labels, etc.).  Note the MatchAndEmitInstruction() isn't the correct
abstraction either.  I'll be exposing target-independent hooks shortly, so this
is really just a cleanup.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165858 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-13 00:26:04 +00:00
..
AsmLexer.cpp Add support for macro parameters/arguments delimited by spaces, 2012-09-19 20:36:12 +00:00
AsmParser.cpp [ms-inline asm] Remove the MatchInstruction() function. Previously, this was 2012-10-13 00:26:04 +00:00
CMakeLists.txt
COFFAsmParser.cpp
DarwinAsmParser.cpp Add .pushsection', .popsection', and `.previous' directives to Darwin ASM. 2012-08-08 06:30:30 +00:00
ELFAsmParser.cpp Remove redundant semicolons which are null statements. 2012-09-10 21:26:47 +00:00
LLVMBuild.txt
Makefile
MCAsmLexer.cpp Add support for macro parameters/arguments delimited by spaces, 2012-09-19 20:36:12 +00:00
MCAsmParser.cpp Release build: guard dump functions with 2012-09-12 05:06:18 +00:00
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp