aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö1-0/+1
2021-10-01[libunwind] Fix cfi_register for float registers.Daniel Kiss1-2/+4
2021-09-27 [libunwind] Support cfi_undefined and cfi_register for float registers.Daniel Kiss1-3/+4
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö1-1/+1
2021-09-02[Unwind] Cast exception class pointer for strcpyHans Wennborg1-1/+1
2021-09-02[Unwind] Harmonise exception class for EHABI spec.Daniel Kiss1-1/+1
2021-08-26[libunwind] Don't include cet.h/immintrin.h unconditionallyBenjamin Kramer1-2/+3
2021-08-26[libunwind] Support stack unwind in CET environmentgejin9-7/+136
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song6-163/+163
2021-08-12[unwind] Handle UNW_X86_64_RIP registerVitaly Buka1-1/+4
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss3-0/+14
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss2-23/+144
2021-08-11[Unwind] Split unwind.hDaniel Kiss1-0/+2
2021-08-10libunwind: add missing break statements in EHABISaleem Abdulrasool1-0/+2
2021-08-02unwind: repair register restoration for OR1KSaleem Abdulrasool1-2/+3
2021-07-27[runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne1-0/+2
2021-07-26[libc++abi/unwind] NFC: Normalize how we set target propertiesLouis Dionne1-18/+22
2021-07-23[libunwind] Allow restoring SP while unwinding.Marco Vanotti1-4/+10
2021-07-04[libunwind] reflow some debug logs for better greppabilityNico Weber1-7/+9
2021-06-13unwind: allow building with GCCSaleem Abdulrasool1-2/+8
2021-05-31[libunwind] fix -Wc++98-compat-extra-semi without _LIBUNWIND_HIDE_SYMBOLSNico Weber1-2/+2
2021-05-26[libunwind] Inform ASan that resumption is noreturnShoaib Meenai1-0/+7
2021-05-06[libunwind] NFC: Use macros to accommodate differences in representation of P...Xing Xue3-268/+272
2021-04-01[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek1-3/+3
2021-03-07[libunwind] Install the DLL when doing "ninja install"Martin Storsjö1-1/+2
2021-03-03[libunwind] [risc-v] This patch is for fixingKamlesh Kumar1-11/+20
2021-03-02[libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar5-156/+227
2021-02-22[libunwind] unw_* alias fixes for ELF and Mach-ORyan Prichard3-13/+27
2021-02-17[libunwind] Add support for PC reg column in arm64Marco Vanotti1-10/+20
2021-02-16libunwind: Don't attempt to authenticate a null return address.Peter Collingbourne1-1/+2
2021-02-16[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski1-1/+5
2021-01-17[VE] Support VE in libunwindKazushi (Jam) Marukawa3-0/+456
2021-01-13[libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard1-5/+105
2020-11-23[libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren5-12/+16
2020-11-21[libunwind] Delete unused handlerNotFound in unwind_phase1Fangrui Song1-3/+1
2020-11-09[runtimes] Avoid overwriting the rpath unconditionallyLouis Dionne1-3/+0
2020-11-09[libunwind] Delete unused codeOffsetAtStackDecrement/registersInOtherRegister...Fangrui Song1-9/+0
2020-10-30[libunwind] Support DW_CFA_remember/restore_state without heap allocation.Daniel Kiss2-395/+426
2020-10-12[libunwind] [SEH] Don't interact with foreign exceptionsMartin Storsjö1-16/+4
2020-09-29[AArch64] Add v8.5 Branch Target Identification support.Daniel Kiss1-1/+20
2020-09-23[libunwind] Optimize dl_iterate_phdr's findUnwindSectionsByPhdrRyan Prichard1-15/+23
2020-09-23[libunwind] Combine dl_iterate_phdr codepaths for DWARF and EHABIRyan Prichard1-67/+47
2020-09-18[libunwind] Support for leaf function unwinding.Daniel Kiss2-2/+10
2020-09-18Revert "[libunwind] Support for leaf function unwinding."Daniel Kiss2-10/+2
2020-09-16[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard4-12/+21
2020-09-16[libunwind] Support for leaf function unwinding.Daniel Kiss2-2/+10
2020-09-09[libunwind] Bare-metal DWARF: set dso_base to 0Ryan Prichard2-2/+5
2020-09-08[libunwind] Replace chain-of-ifdefs for dl_iterate_phdrRyan Prichard2-39/+31
2020-09-03[libunwind] Minor SJLJ config cleanup. NFCI.Ryan Prichard2-3/+5
2020-08-27[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre1-8/+4