This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d75205d3b71 [AArch64] Mark condition flags and x16/x17 as clobbered whe [...] new 2c097a41315 [ARM64] [Windows] Exception handling support in frame lowering
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: lib/Target/AArch64/AArch64CallingConvention.td | 8 + lib/Target/AArch64/AArch64FrameLowering.cpp | 410 ++++++++++++++++++++++--- lib/Target/AArch64/AArch64InstrInfo.cpp | 23 +- lib/Target/AArch64/AArch64InstrInfo.h | 2 +- lib/Target/AArch64/AArch64RegisterInfo.cpp | 2 + lib/Target/AArch64/AArch64RegisterInfo.h | 5 + test/CodeGen/AArch64/chkstk.ll | 4 +- test/CodeGen/AArch64/win64_vararg.ll | 68 ++-- test/CodeGen/AArch64/wineh-frame0.mir | 60 ++++ test/CodeGen/AArch64/wineh-frame1.mir | 94 ++++++ test/CodeGen/AArch64/wineh-frame2.mir | 72 +++++ test/CodeGen/AArch64/wineh-frame3.mir | 59 ++++ test/CodeGen/AArch64/wineh-frame4.mir | 59 ++++ test/CodeGen/AArch64/wineh-frame5.mir | 135 ++++++++ test/CodeGen/AArch64/wineh-frame6.mir | 150 +++++++++ test/CodeGen/AArch64/wineh-frame7.mir | 189 ++++++++++++ test/CodeGen/AArch64/wineh-frame8.mir | 88 ++++++ 17 files changed, 1341 insertions(+), 87 deletions(-) create mode 100644 test/CodeGen/AArch64/wineh-frame0.mir create mode 100644 test/CodeGen/AArch64/wineh-frame1.mir create mode 100644 test/CodeGen/AArch64/wineh-frame2.mir create mode 100644 test/CodeGen/AArch64/wineh-frame3.mir create mode 100644 test/CodeGen/AArch64/wineh-frame4.mir create mode 100644 test/CodeGen/AArch64/wineh-frame5.mir create mode 100644 test/CodeGen/AArch64/wineh-frame6.mir create mode 100644 test/CodeGen/AArch64/wineh-frame7.mir create mode 100644 test/CodeGen/AArch64/wineh-frame8.mir