aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src/UnwindRegistersRestore.S
AgeCommit message (Expand)AuthorFilesLines
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani1-1/+14
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/+3
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt1-2/+18
2025-10-10[WebAssembly] Support for new target `wasm32-linux-muslwali` (#162581)Arjun Ramesh1-2/+5
2025-09-25[Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (#...Jade Marker1-2/+5
2025-05-13[libunwind] Add initial ARM64EC support (#138583)Jacek Caban1-1/+1
2024-11-07[compiler-rt][libunwind] Support aarch64 without FPU (#111235)Keith Packard1-2/+2
2024-08-08[libunwind] Fix problems caused by combining BTI and GCS (#102322)John Brawn1-1/+15
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn1-1/+1
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-08-31[runtimes] Fix some duplicate word typosLouis Dionne1-1/+1
2023-08-19MIPS: unwind, don't save/restore hi/lo for R6YunQiang Su1-0/+4
2023-04-07[libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu1-2/+2
2023-02-16[libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic1-0/+18
2022-12-14[libunwind] Use .irp directives. NFCFangrui Song1-197/+34
2022-12-07Revert "[libunwind] Use .irp directives. NFC"David Tenty1-67/+441
2022-12-06[libunwind] Use .irp directives. NFCFangrui Song1-441/+67
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin1-0/+82
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier1-1/+1
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand1-0/+37
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-61/+101
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma1-0/+47
2022-01-27[unwind] fix build with GCC on PPC32Sam James1-1/+1
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij1-0/+6
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-2/+7
2021-08-02unwind: repair register restoration for OR1KSaleem Abdulrasool1-2/+3
2021-05-06[libunwind] NFC: Use macros to accommodate differences in representation of P...Xing Xue1-126/+126
2021-03-02[libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar1-66/+66
2020-11-23[libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren1-1/+7
2020-08-26[libunwind] Convert x86, x86_64, arm64 register restore functions to C callin...Martin Storsjö1-11/+6
2020-06-13[libunwind][RISCV] Track PC separately from RAAmanieu d'Antras1-1/+1
2020-04-10[libunwind] add hexagon supportBrian Cain1-0/+42
2020-04-09[libunwind] Clean up __arm64__Fangrui Song1-1/+1
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott1-0/+81
2019-06-17[libunwind][AArch64] Fix libunwind::Registers_arm64::jumptoMikhail Maltsev1-3/+8
2019-05-16[PPC] Fix 32-bit build of libunwindMartin Storsjo1-119/+119
2019-04-18Add support for ARMv7-M architecture which uses the Thumb 2 ISA (unified syntax)Martin Storsjo1-0/+3
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek1-15/+15
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-0/+22
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya1-22/+0
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman1-0/+22
2018-08-16[libunwind][mips] Modify the __mips_fpr macro checkStefan Maksimovic1-1/+1
2018-05-16[OR1K] Add a dedicated PC register to register state.whitequark1-2/+4
2018-05-15[libunwind][MIPS] Support MIPS floating-point registers for hard-float ABIs.John Baldwin1-3/+89