llvm-6502/lib/CodeGen/MIRParser
Alex Lorenz d89b55e309 MIR Serialization: Serialize the null register operands.
This commit serializes the null register machine operands.
It uses the '_' keyword to represent them, but the parser
also allows the '%noreg' named register syntax.

Reviewers: Duncan P. N. Exon Smith

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240558 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-24 17:34:58 +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 Serialization: Serialize the null register operands. 2015-06-24 17:34:58 +00:00
MILexer.h MIR Serialization: Serialize the null register operands. 2015-06-24 17:34:58 +00:00
MIParser.cpp MIR Serialization: Serialize the null register operands. 2015-06-24 17:34:58 +00:00
MIParser.h MIR Serialization: Serialize machine instruction names. 2015-06-22 17:02:30 +00:00
MIRParser.cpp MIR Parser: Use correct source locations for machine instruction diagnostics. 2015-06-23 22:39:23 +00:00