llvm-6502/test/CodeGen/MIR
Alex Lorenz 71da3635d9 MIR Serialization: Serialize references from the stack objects to named allocas.
This commit serializes the references to the named LLVM alloca instructions from
the stack objects in the machine frame info. This commit adds a field 'Name' to
the struct 'yaml::MachineStackObject'. This new field is used to store the name
of the alloca instruction when the alloca is present and when it has a name.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242339 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-15 22:14:49 +00:00
..
X86 MIR Serialization: Serialize references from the stack objects to named allocas. 2015-07-15 22:14:49 +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
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