1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/CodeGen/MIR
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
..
X86 MIR Serialization: Serialize the fixed stack objects. 2015-07-13 18:07:26 +00:00
basic-blocks.mir MIR Serialization: Serialize machine basic block operands. 2015-06-26 16:46:11 +00:00
expected-eof-after-successor-mbb.mir MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00
expected-mbb-reference-for-successor-mbb.mir MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00
frame-info.mir MIR Serialization: Serialize the simple MachineFrameInfo attributes. 2015-07-09 19:55:27 +00:00
function-missing-machine-function.mir MIR Serialization: Connect the machine function analysis pass to the MIR parser. 2015-06-15 20:30:22 +00:00
lit.local.cfg Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format). 2015-05-27 18:02:19 +00:00
llvm-ir-error-reported.mir MIR Serialization: Connect the machine function analysis pass to the MIR parser. 2015-06-15 20:30:22 +00:00
llvmIR.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
llvmIRMissing.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-basic-block-redefinition-error.mir MIR Serialization: Serialize machine basic block operands. 2015-06-26 16:46:11 +00:00
machine-basic-block-unknown-name.mir MIR Parser: Use source locations for MBB naming errors. 2015-07-08 20:22:20 +00:00
machine-function-missing-body-error.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-function-missing-function.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-function-missing-name.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
machine-function-redefinition-error.mir MIR Serialization: Report an error when machine functions have the same name. 2015-06-15 22:23:23 +00:00
machine-function.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
register-info.mir MIR Parser: Report an error when parsing machine function with an empty body. 2015-07-09 21:21:33 +00:00
successor-basic-blocks.mir MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00