[PATCH] D141917: WIP: Unwindabort: Implement CodeGen for DWARF-style exception handling.
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 14:23:34 PDT 2023
jyknight updated this revision to Diff 546612.
jyknight edited the summary of this revision.
jyknight added a comment.
Rebase patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141917/new/
https://reviews.llvm.org/D141917
Files:
llvm/include/llvm/CodeGen/WinEHFuncInfo.h
llvm/lib/CodeGen/Analysis.cpp
llvm/lib/CodeGen/AsmPrinter/EHStreamer.cpp
llvm/lib/CodeGen/DwarfEHPrepare.cpp
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
llvm/lib/CodeGen/WinEHPrepare.cpp
llvm/test/CodeGen/AArch64/GlobalISel/call-translator-tail-call.ll
llvm/test/CodeGen/AArch64/call-unwindabort-codegen.ll
llvm/test/CodeGen/AArch64/unwindabort-inline-asm-codegen.ll
llvm/test/CodeGen/X86/call-unwindabort-codegen.ll
llvm/test/CodeGen/X86/eh-callsites.ll
llvm/test/CodeGen/X86/indirect-branch-tracking-eh2.ll
llvm/test/CodeGen/X86/unwind-inline-asm-codegen.ll
llvm/test/CodeGen/X86/unwindabort-inline-asm-codegen.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141917.546612.patch
Type: text/x-patch
Size: 34968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230802/0c7de813/attachment.bin>
More information about the llvm-commits
mailing list