summaryrefslogtreecommitdiff
path: root/libunwind/include
AgeCommit message (Expand)Author
2024-12-15[libunwind] Fix compilation for the x32 ABI. (#116608)Alex Rønne Petersen
2024-08-22[libunwind] Stop installing the mach-o module map (#105616)Ian Anderson
2024-05-21[libunwind][WebAssembly] Make libunwind compilable (#92192)Heejin Ahn
2023-11-15[libunwind] Fix an inconsistent indentation (NFC) (#72314)Heejin Ahn
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne
2023-08-31[libunwind][NFC] Fix whitespace in commentsLouis Dionne
2023-08-19MIPS: unwind, don't save/restore hi/lo for R6YunQiang Su
2023-04-11[libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64Martin Storsjö
2023-04-05[libunwind] Fix a case of inconsistent indentation. NFC.Martin Storsjö
2023-03-20[libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwin...Ian Anderson
2022-12-06[libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin
2022-10-26[libunwind] Add module maps for libunwindIan Anderson
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-03-30[libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma
2022-01-27[unwind] fix build with GCC on PPC32Sam James
2022-01-10[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATHJohn Ericson
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-09-02[Unwind] Harmonise exception class for EHABI spec.Daniel Kiss
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss
2021-08-11[Unwind] Split unwind.hDaniel Kiss
2021-03-02[libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar
2021-02-17[libunwind] Add support for PC reg column in arm64Marco Vanotti
2021-01-17[VE] Support VE in libunwindKazushi (Jam) Marukawa
2021-01-13[libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard
2020-08-22[libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurat...Martin Storsjö
2020-04-10[libunwind] add hexagon supportBrian Cain
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek
2019-01-29Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo
2018-12-14[AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman
2018-09-24Reverting r342895Luke Cheeseman
2018-09-24[AArch64] Unwinding support for return address signingLuke Cheeseman
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo
2018-08-30Add support for SEH unwinding on Windows.Charles Davis