Go to file
Alex Lorenz 60541c1d44 MIR Serialization: Serialize the simple MachineFrameInfo attributes.
This commit serializes the 13 scalar boolean and integer attributes from the
MachineFrameInfo class: IsFrameAddressTaken, IsReturnAddressTaken, HasStackMap,
HasPatchPoint, StackSize, OffsetAdjustment, MaxAlignment, AdjustsStack,
HasCalls, MaxCallFrameSize, HasOpaqueSPAdjustment, HasVAStart, and
HasMustTailInVarArgFunc. These attributes are serialized as part
of the frameInfo YAML mapping, which itself is a part of the machine function's
YAML mapping.

llvm-svn: 241844
2015-07-09 19:55:27 +00:00
clang Rename ModuleContainerGenerator to PCHContainergenerator for consistency 2015-07-09 19:46:39 +00:00
clang-tools-extra Fixed line-endings. 2015-07-08 22:00:56 +00:00
compiler-rt Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Properly initialize Module pointer 2015-06-27 12:35:54 +00:00
libcxx Fix error string in test suite 2015-07-08 23:10:20 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld COFF: Infer machine type earlier than before. 2015-07-09 19:54:13 +00:00
lldb Fix 32-bit Linux watchpoint failures. 2015-07-09 18:35:16 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm MIR Serialization: Serialize the simple MachineFrameInfo attributes. 2015-07-09 19:55:27 +00:00
openmp Follow up to safe API patch 2015-07-09 18:20:51 +00:00
polly Make non-affine statement names isl compatible 2015-07-09 07:31:45 +00:00