This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository llvm.
from e36e018d7e9 Merging r351381: ------------------------------------------ [...] new 4653f512b37 Merging r351370: ------------------------------------------ [...] new 8779077dde8 Merging r351421: ------------------------------------------ [...]
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/CodeGen/MachineFunction.h | 4 ++ lib/CodeGen/AsmPrinter/WinException.cpp | 23 ++++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 + lib/MC/MCWin64EH.cpp | 53 ++++++++++++++++++- lib/Target/AArch64/AArch64AsmPrinter.cpp | 28 ++++++++++ lib/Target/AArch64/AArch64FrameLowering.cpp | 4 ++ lib/Target/AArch64/AArch64ISelLowering.cpp | 28 ++++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 7 +++ lib/Target/AArch64/AArch64RegisterInfo.cpp | 7 +++ test/CodeGen/AArch64/seh-finally.ll | 67 ++++++++++++++++++++++++ test/CodeGen/AArch64/seh-localescape.ll | 30 +++++++++++ test/CodeGen/AArch64/wineh4.mir | 6 +-- test/CodeGen/AArch64/{wineh4.mir => wineh8.mir} | 13 ++--- 13 files changed, 250 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/AArch64/seh-finally.ll create mode 100644 test/CodeGen/AArch64/seh-localescape.ll copy test/CodeGen/AArch64/{wineh4.mir => wineh8.mir} (96%)