aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/Registers.hpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-02[PAC][libunwind] Pass ptrauth-qualified values as const references (#173765)Daniil Kovalev1-0/+23
2025-11-13[libunwind] Ensure zaDisable() is called in jumpto/returnto (NFC) (#167674)Benjamin Maxwell1-8/+5
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani1-4/+12
2025-11-11[libunwind][AArch64] Disable ZA before resuming from unwinding (on Linux) (#1...Benjamin Maxwell1-15/+38
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt1-10/+122
2025-08-21[libunwind] Add support for the AArch64 "Vector Granule" (VG) register (#153565)Benjamin Maxwell1-2/+34
2025-03-10[libunwind][RISCV] Make asm statement volatile (#130286)Gergely Futo1-1/+1
2025-02-20[libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663)Ming-Yi Lai1-4/+4
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn1-0/+7
2023-10-16[libunwind][AIX] Fix problem with stepping up from a leaf function when unwin...Xing Xue1-0/+4
2023-08-19MIPS: unwind, don't save/restore hi/lo for R6YunQiang Su1-2/+14
2022-12-06[libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov1-0/+9
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin1-0/+266
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier1-1/+1
2022-06-03[NFC] [libunwind] turn assert into static_assertFlorian Mayer1-15/+43
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand1-0/+288
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-0/+4
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma1-0/+186
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij1-0/+22
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-08-26[libunwind] Support stack unwind in CET environmentgejin1-1/+16
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song1-80/+80
2021-08-12[unwind] Handle UNW_X86_64_RIP registerVitaly Buka1-1/+4
2021-03-03[libunwind] [risc-v] This patch is for fixingKamlesh Kumar1-11/+20
2021-03-02[libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar1-21/+63
2021-02-17[libunwind] Add support for PC reg column in arm64Marco Vanotti1-10/+20
2021-01-17[VE] Support VE in libunwindKazushi (Jam) Marukawa1-0/+442
2020-11-23[libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren1-2/+2
2020-08-26[libunwind] Convert x86, x86_64, arm64 register restore functions to C callin...Martin Storsjö1-3/+9
2020-06-13[libunwind][RISCV] Track PC separately from RAAmanieu d'Antras1-5/+5
2020-04-10[libunwind] add hexagon supportBrian Cain1-0/+182
2020-03-13[libunwind] Silence warnings when __mips_hard_float is not definedMikael Holmen1-0/+13
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott1-0/+265
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek1-2/+2
2019-01-29Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo1-8/+8
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman1-0/+206
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya1-188/+0
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman1-0/+188
2018-12-14[AArch64][libunwind] Unwinding support for return address signingLuke Cheeseman1-1/+7
2018-12-12Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo1-9/+9
2018-09-24Reverting r342895Luke Cheeseman1-8/+1
2018-09-24[AArch64] Unwinding support for return address signingLuke Cheeseman1-1/+8
2018-09-22[libunwind][NFC] Suppress unused parameter warningsLouis Dionne1-1/+4
2018-08-16[libunwind][mips] Guard accumulator registersStefan Maksimovic1-0/+4
2018-05-16[OR1K] Add the EPCR special-purpose register to register state.whitequark1-0/+10
2018-05-16[OR1K] Add a dedicated PC register to register state.whitequark1-5/+6
2018-05-15[libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin1-9/+203
2018-01-16[PPC64] Added vector registers.Martin Storsjo1-92/+156
2018-01-09[libunwind][MIPS]: Rename Registers_mips_n64 to Registers_mips_newabi.John Baldwin1-29/+29