aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2021-10-21[runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne1-9/+8
2021-10-14Bump version to 13.0.1Tom Stellard1-1/+1
2021-09-07libunwind: add missing break statements in EHABISaleem Abdulrasool1-0/+2
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
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre1-4/+0
2021-01-17[VE] Support VE in libunwindKazushi (Jam) Marukawa5-0/+615
2021-01-13[libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard4-12/+116
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-11[libunwind] LIBUNWIND_REMEMBER_HEAP_ALLOC to cmake.Daniel Kiss1-0/+5
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-11-06Revert "Allow running back-deployment testing against libc++abi"Louis Dionne2-2/+2
2020-11-06Allow running back-deployment testing against libc++abiLouis Dionne2-2/+2
2020-10-30[libunwind] Support DW_CFA_remember/restore_state without heap allocation.Daniel Kiss2-395/+426