Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-08NFC: Avoid unused variable warning in UnwindLevel1.ckristina
2021-11-18[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-04[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-31Add 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