llvm-6502/lib/CodeGen/MIRParser
Alex Lorenz 1991c597a4 MIR Parser: adopt the 'maybeLex...' pattern. NFC.
This commit refactors the machine instruction lexer so that the lexing
functions use the 'maybeLex...' pattern, where they determine if they
can lex the current token by themselves.

Reviewers: Sean Silva

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241078 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-30 16:51:29 +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: adopt the 'maybeLex...' pattern. NFC. 2015-06-30 16:51:29 +00:00
MILexer.h MIR Serialization: Serialize global address machine operands. 2015-06-26 22:56:48 +00:00
MIParser.cpp MIR Serialization: Serialize the register mask machine operands. 2015-06-29 16:57:06 +00:00
MIParser.h MIR Serialization: Serialize global address machine operands. 2015-06-26 22:56:48 +00:00
MIRParser.cpp MIR Serialization: Serialize global address machine operands. 2015-06-26 22:56:48 +00:00