This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d4ebca2829 [AVR] Reorder the CHECK lines in directmem.ll to match curr [...] new 25938772e8c [ARM64] [Windows] Handle funclets
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/AArch64FrameLowering.cpp | 147 ++++++++++++++++-- lib/Target/AArch64/AArch64FrameLowering.h | 11 ++ lib/Target/AArch64/AArch64ISelLowering.cpp | 24 +++ lib/Target/AArch64/AArch64ISelLowering.h | 8 + lib/Target/AArch64/AArch64InstrInfo.cpp | 30 +++- lib/Target/AArch64/AArch64InstrInfo.td | 14 ++ lib/Target/AArch64/AArch64MCInstLower.cpp | 13 ++ lib/Target/AArch64/AArch64RegisterInfo.cpp | 13 +- lib/Target/AArch64/AArch64RegisterInfo.h | 3 + test/CodeGen/AArch64/wineh-try-catch-nobase.ll | 49 ++++++ test/CodeGen/AArch64/wineh-try-catch-realign.ll | 59 +++++++ test/CodeGen/AArch64/wineh-try-catch-vla.ll | 52 +++++++ test/CodeGen/AArch64/wineh-try-catch.ll | 197 ++++++++++++++++++++++++ 13 files changed, 600 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/AArch64/wineh-try-catch-nobase.ll create mode 100644 test/CodeGen/AArch64/wineh-try-catch-realign.ll create mode 100644 test/CodeGen/AArch64/wineh-try-catch-vla.ll create mode 100644 test/CodeGen/AArch64/wineh-try-catch.ll