llvm-6502/test/CodeGen/MIR
Alex Lorenz 0e4484f44d 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242707 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-20 20:51:18 +00:00
..
X86 MIR Serialization: Initial serialization of machine constant pools. 2015-07-20 20:51:18 +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
invalid-jump-table-kind.mir MIR Serialization: Serialize the jump table info. 2015-07-15 23:31:07 +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