summaryrefslogtreecommitdiff
path: root/libunwind/include
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64Martin Storsjö2023-04-111-1/+1
* [libunwind] Fix a case of inconsistent indentation. NFC.Martin Storsjö2023-04-051-1/+1
* [libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwin...Ian Anderson2023-03-202-2/+5
* [libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov2022-12-061-0/+10
* [libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin2022-11-152-0/+80
* [libunwind] Add module maps for libunwindIan Anderson2022-10-263-0/+16
* [libunwind] Fixed a number of typosGabriel Ravier2022-08-202-4/+4
* [libunwind] Fix SEH unwinding on ARMMartin Storsjö2022-06-062-2/+2
* [libunwind] Add SystemZ supportUlrich Weigand2022-05-022-0/+49
* [libunwind][AIX] implementation of the unwinder for AIXXing Xue2022-04-132-1/+4
* [libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne2022-03-301-0/+2
* [libunwind] [sparc] Add SPARCv9 supportKoakuma2022-02-051-0/+8
* [unwind] fix build with GCC on PPC32Sam James2022-01-271-1/+1
* [libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATHJohn Ericson2022-01-101-1/+1
* [libunwind] Provide a way to conveniently install libunwind headersPoYao Chang2021-12-161-0/+31
* [ARM][libunwind] add PACBTI-M support for libunwindTies Stuij2021-12-082-4/+6
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-176-6/+6
* [Unwind] Harmonise exception class for EHABI spec.Daniel Kiss2021-09-023-3/+5
* [libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song2021-08-201-70/+143
* [Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss2021-08-113-14/+9
* [Unwind] Split unwind.hDaniel Kiss2021-08-113-198/+258
* [libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar2021-03-021-5/+12
* [libunwind] Add support for PC reg column in arm64Marco Vanotti2021-02-171-23/+24
* [VE] Support VE in libunwindKazushi (Jam) Marukawa2021-01-172-0/+159
* [libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard2021-01-131-0/+3
* [libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurat...Martin Storsjö2020-08-221-1/+7
* [libunwind] add hexagon supportBrian Cain2020-04-102-0/+46
* unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool2020-02-101-13/+8
* [libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott2019-12-162-0/+82
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-111-1/+1
* [libunwind] Remove the remote unwinding supportPetr Hosek2019-02-021-26/+0
* Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo2019-01-291-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-142-0/+43
* Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya2019-01-102-43/+0
* [Sparc] Add Sparc V8 supportDaniel Cederman2019-01-092-0/+43
* [SEH] Add initial support for AArch64Martin Storsjo2018-12-181-1/+5
* [AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman2018-12-141-0/+5
* Reverting r342895Luke Cheeseman2018-09-241-5/+0
* [AArch64] Unwinding support for return address signingLuke Cheeseman2018-09-241-0/+5
* Fix existing code for SEH on ARM to compile correctlyMartin Storsjo2018-08-311-1/+1
* Add support for SEH unwinding on Windows.Charles Davis2018-08-302-8/+23
* Remove unneeded preprocessor condition.Charles Davis2018-08-081-9/+0
* [libunwind][include] Add SEH declarations to <unwind.h>.Charles Davis2018-08-081-2/+28
* [OR1K] Add the EPCR special-purpose register to register state.whitequark2018-05-162-1/+2
* [libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin2018-05-152-9/+56
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-271-2/+6
* [PPC64] Added vector registers.Martin Storsjo2018-01-162-115/+185
* [libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin2018-01-091-2/+2
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-022-2/+123