1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz 4a93dcb918 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

llvm-svn: 240851
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