llvm-6502/lib/CodeGen/MIRParser
Alex Lorenz d986612a1a MIR Serialization: Serialize global address machine operands.
This commit serializes the global address machine operands.
This commit doesn't serialize the operand's offset and target
flags, it serializes only the global value reference.

Reviewers: Duncan P. N. Exon Smith

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240851 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-26 22:56:48 +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 global address machine operands. 2015-06-26 22:56:48 +00:00
MILexer.h MIR Serialization: Serialize global address machine operands. 2015-06-26 22:56:48 +00:00
MIParser.cpp MIR Serialization: Serialize global address machine operands. 2015-06-26 22:56:48 +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