aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/Unwind-seh.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier1-3/+3
2022-06-06[libunwind] Don't store a predecremented PC when using SEHMartin Storsjö1-1/+1
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö1-2/+2
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song1-2/+2
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss1-0/+2
2020-10-12[libunwind] [SEH] Don't interact with foreign exceptionsMartin Storsjö1-16/+4
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool1-3/+3
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek1-32/+33
2019-02-02[libunwind] Provide placement new definitionPetr Hosek1-10/+9
2019-01-29Drop the dependency on <algorithm>, add placement new inlinePetr Hosek1-0/+4
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek1-4/+0
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek1-0/+4
2019-01-22Silence warnings about unused parametersMartin Storsjo1-0/+3
2019-01-22Remove an unused variableMartin Storsjo1-1/+0
2019-01-22Fix warnings about printf format stringsMartin Storsjo1-2/+7
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo1-1/+17
2018-12-11[SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_TABLE before callin...Martin Storsjo1-0/+2
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo1-1/+6
2018-08-30Add support for SEH unwinding on Windows.Charles Davis1-0/+468