llvm-6502/lib/CodeGen/MIRParser
Alex Lorenz 40fefe0084 MIR Parser: Add support for quoted named global value operands.
This commit extends the machine instruction lexer and implements support for
the quoted global value tokens. With this change the syntax for the global value
identifier tokens becomes identical to the syntax for the global identifier
tokens from the LLVM's assembly language.

Reviewers: Duncan P. N. Exon Smith


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242702 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-20 20:31:01 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
Makefile
MILexer.cpp MIR Parser: Add support for quoted named global value operands. 2015-07-20 20:31:01 +00:00
MILexer.h MIR Parser: Add support for quoted named global value operands. 2015-07-20 20:31:01 +00:00
MIParser.cpp MIR Parser: Add support for quoted named global value operands. 2015-07-20 20:31:01 +00:00
MIParser.h MIR Serialization: Serialize the frame index machine operands. 2015-07-16 23:37:45 +00:00
MIRParser.cpp MIR Serialization: Serialize the frame index machine operands. 2015-07-16 23:37:45 +00:00