aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/UnwindRegistersSave.S
AgeCommit message (Expand)AuthorFilesLines
2025-11-11[libunwind][AArch64] Disable ZA before resuming from unwinding (on Linux) (#1...Benjamin Maxwell1-0/+62
2025-11-07[libunwind] Add CMake option to enable execute-only code generation on AArch6...Csanád Hajdú1-0/+2
2025-10-22[PAC][libunwind] Fix gcc build of libunwind and compiler-rt (#164535)Oliver Hunt1-0/+4
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre1-0/+2
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt1-0/+10
2025-10-10[WebAssembly] Support for new target `wasm32-linux-muslwali` (#162581)Arjun Ramesh1-2/+6
2025-05-13[libunwind] Add initial ARM64EC support (#138583)Jacek Caban1-0/+49
2024-11-07[compiler-rt][libunwind] Support aarch64 without FPU (#111235)Keith Packard1-0/+2
2024-08-02[RISCV] Allow libunwind to build for rv32e (#98855)R1-0/+4
2024-05-21[libunwind][WebAssembly] Make libunwind compilable (#92192)Heejin Ahn1-2/+2
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne1-1/+1
2023-10-16[libunwind][AIX] Fix problem with stepping up from a leaf function when unwin...Xing Xue1-2/+12
2023-09-19[libunwind][AIX] Fix up TOC register if unw_getcontext is called from a diffe...xingxue-ibm1-2/+26
2023-08-19MIPS: unwind, don't save/restore hi/lo for R6YunQiang Su1-0/+4
2023-02-16[libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic1-0/+11
2022-12-14[libunwind] Use .irp directives. NFCFangrui Song1-205/+27
2022-12-07Revert "[libunwind] Use .irp directives. NFC"David Tenty1-51/+459
2022-12-06[libunwind] Use .irp directives. NFCFangrui Song1-459/+51
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin1-0/+80
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand1-0/+43
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-1/+12
2022-02-21[libunwind] Further fix for 32-bit PowerPC processors without AltiVecGeorge Koehler1-0/+2
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma1-0/+58
2022-01-27unwind: fix typo for __powerpc__Sam James1-1/+1
2022-01-27[unwind] fix build with GCC on PPC32Sam James1-2/+2
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-0/+3
2021-05-06[libunwind] NFC: Use macros to accommodate differences in representation of P...Xing Xue1-142/+142
2021-03-02[libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar1-68/+68
2020-11-23[libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren1-2/+7
2020-06-13[libunwind][RISCV] Track PC separately from RAAmanieu d'Antras1-1/+1
2020-04-10[libunwind] add hexagon supportBrian Cain1-0/+46
2020-04-09[libunwind] Clean up __arm64__Fangrui Song1-1/+1
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott1-0/+80
2019-05-16[PPC] Fix 32-bit build of libunwindMartin Storsjo1-135/+135
2019-04-18Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax)Martin Storsjo1-0/+3
2019-04-04Move the alias definition of unw_getcontext to within !defined(__USING_SJLJ_E...Martin Storsjo1-1/+2
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek1-28/+30
2019-01-29Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__Martin Storsjo1-4/+4
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-2/+30
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya1-30/+2
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman1-2/+30
2018-08-16[libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic1-1/+1
2018-05-16[OR1K] Add the EPCR special-purpose register to register state.whitequark1-0/+2
2018-05-16[OR1K] Add a dedicated PC register to register state.whitequark1-0/+2
2018-05-15[libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin1-3/+89
2018-02-27[libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin1-2/+3
2018-01-16[PPC64] Added vector registers.Martin Storsjo1-79/+207
2018-01-02Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo1-0/+103