This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c994a35a0db [NFC] Cleanup with variable name IsPPC64 & IsDarwin new 4548d296c18 [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/TargetFrameLowering.h | 8 ++ lib/CodeGen/LiveDebugValues.cpp | 3 +- lib/CodeGen/RegUsageInfoCollector.cpp | 4 +- lib/CodeGen/TargetFrameLoweringImpl.cpp | 13 +++ lib/Target/AArch64/AArch64FrameLowering.cpp | 9 ++- lib/Target/AArch64/AArch64MachineFunctionInfo.h | 52 +++++++++++- lib/Target/ARM/ARMFrameLowering.cpp | 6 ++ lib/Target/ARM/ARMFrameLowering.h | 2 + ...g-callee-save-size-after-livedebugvariables.mir | 92 ++++++++++++++++++++++ .../MIR/X86/live-debug-values-reg-copy.mir | 2 +- 10 files changed, 182 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvari [...]