llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz 91370c5d62 MIR Serialization: Introduce a lexer for machine instructions.
This commit adds a function that tokenizes the string containing
the machine instruction. This commit also adds a struct called 
'MIToken' which is used to represent the lexer's tokens.

Reviewers: Sean Silva

Differential Revision: http://reviews.llvm.org/D10521

llvm-svn: 240323
2015-06-22 20:37:46 +00:00
..
CMakeLists.txt MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
LLVMBuild.txt
MILexer.cpp MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
MILexer.h MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
MIParser.cpp MIR Serialization: Introduce a lexer for machine instructions. 2015-06-22 20:37:46 +00:00
MIParser.h MIR Serialization: Serialize machine instruction names. 2015-06-22 17:02:30 +00:00
MIRParser.cpp MIR Serialization: Serialize machine instruction names. 2015-06-22 17:02:30 +00:00
Makefile