1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/MIRParser
Alex Lorenz f891b70313 MIR Serialization: Serialize the fixed stack objects.
This commit serializes the fixed stack objects, including fixed spill slots.
The fixed stack objects are serialized using a YAML sequence of YAML inline
mappings. Each mapping has the object's ID, type, size, offset, and alignment.
The objects that aren't spill slots also serialize the isImmutable and isAliased
flags.

The fixed stack objects are a part of the machine function's YAML mapping.

Reviewers: Duncan P. N. Exon Smith
llvm-svn: 242045
2015-07-13 18:07:26 +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 virtual register operands. 2015-07-10 22:51:20 +00:00
MILexer.h MIR Serialization: Serialize the virtual register operands. 2015-07-10 22:51:20 +00:00
MIParser.cpp MIR Serialization: Serialize the virtual register operands. 2015-07-10 22:51:20 +00:00
MIParser.h MIR Serialization: Serialize the virtual register operands. 2015-07-10 22:51:20 +00:00
MIRParser.cpp MIR Serialization: Serialize the fixed stack objects. 2015-07-13 18:07:26 +00:00