llvm-project/llvm/lib/CodeGen/MIRParser
Alex Lorenz ab98049947 MIR Serialization: Initial serialization of machine constant pools.
This commit implements the initial serialization of machine constant pools and
the constant pool index machine operands. The constant pool is serialized using
a YAML sequence of YAML mappings that represent the constant values.
The target-specific constant pool items aren't serialized by this commit.

Reviewers: Duncan P. N. Exon Smith
llvm-svn: 242707
2015-07-20 20:51:18 +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: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
MILexer.h MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
MIParser.cpp MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
MIParser.h MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
MIRParser.cpp MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +00:00
Makefile