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-08-21[libunwind] Fixed a number of typosGabriel Ravier
2022-08-13[libunwind][AIX] Implement _Unwind_FindEnclosingFunction() using traceback ta...Xing Xue
2022-08-12[libunwind] Remove __ANDROID_API__ < 18 workaroundFangrui Song
2022-08-10[libunwind] Use `_dl_find_object` if availableAdrian Vogelsgesang
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-27[libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.Simon Tatham
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-06-04[NFC] [libunwind] turn assert into static_assertFlorian Mayer
2022-06-02[libunwind] Add more information to eh_frame_hdr version errorFlorian Mayer
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-19[libunwind] Remove -Wsign-conversion warningDaniel Kiss
2022-05-18[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss
2022-05-16[runtimes] Introduce object librariesLouis Dionne
2022-05-15Revert "[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STA...Daniel Kiss
2022-05-13[libunwind] Remove -Wsign-conversion warningLouis Dionne
2022-05-13[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss
2022-05-04[libunwind] Silence warnings about unused variables. NFC.Martin Storsjö
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-25[libunwind] Fix build warnings in Unwind-EHABI.cpp. NFC.Martin Storsjö
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue
2022-04-09Add some prototypes to fix -Wstrict-prototypes. NFCFangrui Song
2022-04-08NFC: Avoid unused variable warning in UnwindLevel1.ckristina
2022-02-21[libunwind] Further fix for 32-bit PowerPC processors without AltiVecGeorge Koehler
2022-02-16[libunwind] Only include cet.h if __CET__ definedNikita Popov
2022-02-10[libunwind] Avoid a warning in 32 bit builds. NFC.Martin Storsjö
2022-02-07[libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James
2022-02-06[libunwind] [sparc] Add SPARCv9 supportKoakuma
2022-01-28unwind: fix typo for __powerpc__Sam James
2022-01-28[unwind] fix build with GCC on PPC32Sam James
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang
2021-12-08[libc++][release] Do not force building the runtimes with -fPICLouis Dionne
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij
2021-11-26[libunwind][ARM] Handle end of stack during unwindDaniel Kiss
2021-11-18[libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö
2021-10-01[libunwind] Fix cfi_register for float registers.Daniel Kiss
2021-09-27 [libunwind] Support cfi_undefined and cfi_register for float registers.Daniel Kiss
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö
2021-09-02[Unwind] Cast exception class pointer for strcpyHans Wennborg