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-09-22[libunwind] Handle G in personality stringFlorian Mayer
2022-09-08[libunwind] Fix a few libunwind includesRyan Prichard
2022-08-21[libunwind] Fixed a number of typosGabriel Ravier
2022-08-09[libunwind][AIX] Save/restore errno before/after system calls dlopen/dlsym/dl...Xing Xue
2022-07-18[libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand
2022-06-06[libunwind] Don't store a predecremented PC when using SEHMartin Storsjö
2022-06-06[libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö
2022-05-26[libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai
2022-05-26[libunwind] Factor out sigreturn check condition. NFCShoaib Meenai
2022-05-04[libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand
2022-04-28[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-02-06[libunwind] [sparc] Add SPARCv9 supportKoakuma
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij
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-21[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song
2021-07-05[libunwind] reflow some debug logs for better greppabilityNico Weber
2021-01-14[libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard
2020-09-17[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard
2020-09-10[libunwind] Bare-metal DWARF: set dso_base to 0Ryan Prichard
2020-08-27[libunwind] Factor out getInfoFromFdeCie. NFCI.Ryan Prichard
2020-08-22[libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurat...Martin Storsjö
2020-08-11[libunwind] Fix incorrect check for out-of-boundednessLouis Dionne
2020-08-11[libunwind][NFC] Fix typo in commentLouis Dionne
2020-06-18unwind: EHABISectionIterator `operator!=`, constify `operator-`Saleem Abdulrasool
2020-04-10[libunwind] add hexagon supportBrian Cain
2020-04-02Exit unwinding early when at the top of the stack and additional info won't b...Sterling Augustine
2020-02-03Fix a -Wbitwise-conditional-parentheses warning in _LIBUNWIND_ARM_EHABI libun...Nico Weber
2019-12-16[libunwind][RISCV] Add 64-bit RISC-V supportSam Elliott
2019-11-08Correctly update isSignalFrame when unwinding the stack via dwarf.Sterling Augustine
2019-10-18[libunwind][Android] Fix findUnwindSections for ARM EHABI BionicRyan Prichard
2019-09-20Unwind: prevent unw_get_proc_info from returning stale dataSaleem Abdulrasool
2019-04-22[NFC] Fix typo in debug logLouis Dionne
2019-02-04Provide a placement new definition for the SEH version of UnwindCursorMartin Storsjo
2019-02-03[libunwind] Provide placement new definitionPetr Hosek
2019-01-30Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-28Revert "[libunwind] Drop the dependency on <algorithm>, add placement new inl...Petr Hosek
2019-01-28[libunwind] Drop the dependency on <algorithm>, add placement new inlinePetr Hosek
2019-01-23Silence warnings about unused parametersMartin Storsjo
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[Sparc] Add Sparc V8 supportDaniel Cederman
2019-01-10Revert "[Sparc] Add Sparc V8 support"Jorge Gorbe Moya
2019-01-09[Sparc] Add Sparc V8 supportDaniel Cederman
2018-12-18[SEH] Add initial support for AArch64Martin Storsjo
2018-12-13Avoid code duplication in the SEH version of UnwindCursor::getRegisterName. NFC.Martin Storsjo
2018-08-31Fix existing code for SEH on ARM to compile correctlyMartin Storsjo
2018-08-31Add support for SEH unwinding on Windows.Charles Davis