aboutsummaryrefslogtreecommitdiff
path: root/libunwind/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-15[libunwind] Fix an inconsistent indentation (NFC) (#72314)Heejin Ahn1-1/+1
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen1-0/+3
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne1-1/+1
2023-08-31[libunwind][NFC] Fix whitespace in commentsLouis Dionne1-40/+40
2023-08-19MIPS: unwind, don't save/restore hi/lo for R6YunQiang Su1-0/+3
2023-04-11[libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64Martin Storsjö1-1/+1
2023-04-05[libunwind] Fix a case of inconsistent indentation. NFC.Martin Storsjö1-1/+1
2023-03-20[libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwin...Ian Anderson2-2/+5
2022-12-06[libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov1-0/+10
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin2-0/+80
2022-10-26[libunwind] Add module maps for libunwindIan Anderson3-0/+16
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier2-4/+4
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö2-2/+2
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand2-0/+49
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue2-1/+4
2022-03-30[libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne1-0/+2
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma1-0/+8
2022-01-27[unwind] fix build with GCC on PPC32Sam James1-1/+1
2022-01-10[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATHJohn Ericson1-1/+1
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang1-0/+31
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij2-4/+6
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne6-6/+6
2021-09-02[Unwind] Harmonise exception class for EHABI spec.Daniel Kiss3-3/+5
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song1-70/+143
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss3-14/+9
2021-08-11[Unwind] Split unwind.hDaniel Kiss3-198/+258
2021-03-02[libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar1-5/+12
2021-02-17[libunwind] Add support for PC reg column in arm64Marco Vanotti1-23/+24
2021-01-17[VE] Support VE in libunwindKazushi (Jam) Marukawa2-0/+159
2021-01-13[libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard1-0/+3
2020-08-22[libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurat...Martin Storsjö1-1/+7
2020-04-10[libunwind] add hexagon supportBrian Cain2-0/+46
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool1-13/+8
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2-0/+82
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne1-1/+1
2019-02-02[libunwind] Remove the remote unwinding supportPetr Hosek1-26/+0
2019-01-29Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth4-16/+12
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman2-0/+43
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya2-43/+0
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman2-0/+43
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo1-1/+5
2018-12-14[AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman1-0/+5
2018-09-24Reverting r342895Luke Cheeseman1-5/+0
2018-09-24[AArch64] Unwinding support for return address signingLuke Cheeseman1-0/+5
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo1-1/+1
2018-08-30Add support for SEH unwinding on Windows.Charles Davis2-8/+23
2018-08-08Remove unneeded preprocessor condition.Charles Davis1-9/+0
2018-08-08[libunwind][include] Add SEH declarations to <unwind.h>.Charles Davis1-2/+28
2018-05-16[OR1K] Add the EPCR special-purpose register to register state.whitequark2-1/+2