summaryrefslogtreecommitdiff
path: root/libunwind/src/UnwindLevel1.c
AgeCommit message (Expand)Author
2025-11-12[libunwind] Fix build error because of wrong register size (#167743)Med Ismail Bennani
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2025-06-11libunwind: Do not use __attribute__((target("gcs"))) with non-clang compiler...Khem Raj
2025-02-20[libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663)Ming-Yi Lai
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn
2024-05-21[libunwind][WebAssembly] Make libunwind compilable (#92192)Heejin Ahn
2023-04-06[libunwind] Fix a typo in a debug log message. NFC.Martin Storsjö
2022-11-10[libunwind][NFC] Fix typo in libunwind debug stringjinge90
2022-11-09[libunwind] Check corrupted return address in unwind_phase2 when CET is enabled.jinge90
2022-09-21[libunwind] Handle G in personality stringFlorian Mayer
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-08NFC: Avoid unused variable warning in UnwindLevel1.ckristina
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-26[libunwind] Support stack unwind in CET environmentgejin
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss
2020-11-21[libunwind] Delete unused handlerNotFound in unwind_phase1Fangrui Song
2020-02-10unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`Saleem Abdulrasool
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-04-03[libunwind] Export the unw_* symbols as weak symbolsPetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30Add support for SEH unwinding on Windows.Charles Davis
2018-08-08[libunwind] Fix pointer-to-integer cast warnings on LLP64.Charles Davis
2017-10-30Change unw_word_t to always have the same size as the pointer sizeMartin Storsjo
2017-10-27Add support for dwarf unwinding on windows on x86_64Martin Storsjo
2017-09-26Skip building unused parts when targeting SJLJMartin Storsjo
2017-03-31[libunwind] Clean up macro usage.Ranjeet Singh
2016-08-30consistently add \n to log and trace messagesEd Maste
2016-08-30libunwind: correct 'libuwind' typoEd Maste
2016-06-14[libunwind] Improve unwinder stack usage - IIIAsiri Rathnayake
2015-07-24unwind: Fix libc++abi and libgcc build.Logan Chien
2015-07-19libunwind: Introduce __libunwind_config.h.Logan Chien
2015-06-25Avoid C99 for-declaration statement in C files. (NFC)Logan Chien
2015-04-24unwind: move src/Unwind, include/, and test/ unwind contentSaleem Abdulrasool