This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff6d00c043a [AArch64] Improve FP16 vector convert from short instructio [...] new 41382323263 [AArch64] [Windows] Fix llvm-readobj -unwind output with ma [...] new 66161202dd3 [AArch64] [Windows] Don't skip constructing UnwindHelp.
The 2 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/Support/ARMWinEH.h | 2 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 9 +++---- test/CodeGen/AArch64/seh-finally.ll | 8 +++--- test/CodeGen/AArch64/wineh-try-catch-cbz.ll | 40 ++++++++++++++++++++++++++++ test/CodeGen/AArch64/wineh-try-catch.ll | 4 +-- test/tools/llvm-readobj/arm64-many-epilogs.s | 26 ++++++++++++++++++ 6 files changed, 77 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AArch64/wineh-try-catch-cbz.ll create mode 100644 test/tools/llvm-readobj/arm64-many-epilogs.s