aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö2-1/+7
2021-09-02[Unwind] Cast exception class pointer for strcpyHans Wennborg1-1/+1
2021-09-02[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss1-1/+0
2021-09-02[Unwind] Harmonise exception class for EHABI spec.Daniel Kiss5-6/+8
2021-08-26[libunwind] Don't include cet.h/immintrin.h unconditionallyBenjamin Kramer1-2/+3
2021-08-26[libunwind] Support stack unwind in CET environmentgejin13-7/+156
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song7-233/+306
2021-08-12[unwind] Handle UNW_X86_64_RIP registerVitaly Buka2-1/+78
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss4-0/+15
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss6-37/+221
2021-08-11[Unwind] Split unwind.hDaniel Kiss4-198/+260
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-27Bump the trunk major version to 14llvmorg-14-initTom Stellard2-3/+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-16[runtimes] Simplify how we set the target tripleLouis Dionne2-7/+3
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne2-3/+14
2021-07-15[runtimes] Serialize all Lit params instead of passing them to add_lit_testsuiteLouis Dionne1-2/+7
2021-07-14[runtimes] Bring back TARGET_TRIPLELouis Dionne2-3/+7
2021-07-14[runtimes] Inherit the TARGET_TRIPLE that may be set by LLVMLouis Dionne1-1/+1
2021-07-14[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne2-6/+2
2021-07-13Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson2-3/+13
2021-07-06[runtimes] Move enable_32bit to the DSLLouis Dionne2-1/+4
2021-07-04[libunwind] reflow some debug logs for better greppabilityNico Weber1-7/+9
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne3-4/+4
2021-06-29[libc++] Serialize Lit parameters to make them available to from-scratch configsLouis Dionne3-5/+19
2021-06-16[libcxx] Fix exception raised during downstream bare-metal libunwind testsAmilendra Kodithuwakku1-1/+2
2021-06-13unwind: allow building with GCCSaleem Abdulrasool1-2/+8
2021-06-02[libc++] Enable tests for the experimental library by defaultLouis Dionne1-0/+1
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-08[libc++] Move handling of the target triple to the DSLLouis Dionne1-1/+2
2021-05-06[libunwind] NFC: Use macros to accommodate differences in representation of P...Xing Xue3-268/+272
2021-04-21[libcxx] Stop using use c++ subdirectory for libc++ libraryPetr Hosek1-2/+2
2021-04-01[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek2-5/+3
2021-03-30[libc++] Include <__config_site> from <__config>Louis Dionne1-2/+0
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 Kumar6-161/+239
2021-03-01[libc++/abi] Allow running back-deployment testing against libc++abiLouis Dionne2-2/+2
2021-02-22[libunwind] unw_* alias fixes for ELF and Mach-ORyan Prichard4-15/+29
2021-02-17[libunwind] Add support for PC reg column in arm64Marco Vanotti2-33/+44
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 Sarbinowski2-8/+22
2021-02-13[libunwind][cmake] Add an option to enable/disable testsKristina Bessonova1-1/+2
2021-02-11[NFC][libunbind] Fix Sphinx error during CMake invocationxgupta1-1/+1
2021-02-01[Branch-Rename] Fix some linksxgupta1-1/+1
2021-01-26Bump the trunk major version to 13llvmorg-13-initTom Stellard2-3/+3