[all-commits] [llvm/llvm-project] 668bb9: [ARM] Implement lowering of the sponentry intrinsic
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Jun 2 02:31:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 668bb96379fef1bfa85da699c681265053673987
https://github.com/llvm/llvm-project/commit/668bb96379fef1bfa85da699c681265053673987
Author: Martin Storsjö <martin at martin.st>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.h
A llvm/test/CodeGen/ARM/sponentry.ll
Log Message:
-----------
[ARM] Implement lowering of the sponentry intrinsic
This is needed for SEH based setjmp on Windows.
Differential Revision: https://reviews.llvm.org/D126763
Commit: f730749e8584fe7ea3927d0359f20d167d281e80
https://github.com/llvm/llvm-project/commit/f730749e8584fe7ea3927d0359f20d167d281e80
Author: Martin Storsjö <martin at martin.st>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M clang/include/clang/Basic/BuiltinsARM.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/builtin-sponentry.c
Log Message:
-----------
[clang] [ARM] Add __builtin_sponentry like on aarch64
This is used for calling the SEH aware setjmp on MinGW.
Differential Revision: https://reviews.llvm.org/D126764
Compare: https://github.com/llvm/llvm-project/compare/2ab19bfa4125...f730749e8584
More information about the All-commits
mailing list