llvm-6502/include
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
..
llvm MIR Serialization: Serialize references from the stack objects to named allocas. 2015-07-15 22:14:49 +00:00
llvm-c Add capability to get and set the personalitty function from the C API 2015-07-14 01:23:06 +00:00