aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2021-01-27Drop the 'git' suffix from various version variablesTom Stellard1-1/+1
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
2020-10-29[libunwind] Fix linker flag handling in the tests.Daniel Kiss2-4/+3
2020-10-26[libunwind] Add -Wno-dll-attribute-on-redeclaration when building for windowsMartin Storsjö1-0/+8
2020-10-23[runtimes] Revert the libc++ __config_site changeLouis Dionne1-0/+2
2020-10-21[take 2] [libc++] Include <__config_site> from <__config>Louis Dionne1-2/+0
2020-10-14[libcxxabi,libunwind] support running tests in standalone modeDominik Montada2-92/+23
2020-10-13Fix all the CMake code that can only handle -stdlib= but not --stdlib=Raphael Isemann1-0/+2
2020-10-12[libunwind] [SEH] Don't interact with foreign exceptionsMartin Storsjö1-16/+4
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne8-12/+11
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 Prichard2-68/+47
2020-09-21[cmake] Centralize LLVM_ENABLE_WARNINGS optionDave Lee1-2/+0
2020-09-18[libunwind] Support for leaf function unwinding.Daniel Kiss5-2/+110
2020-09-18Revert "[libunwind] Support for leaf function unwinding."Daniel Kiss5-108/+2
2020-09-16[libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard5-15/+24
2020-09-16[libunwind] Support for leaf function unwinding.Daniel Kiss5-2/+108
2020-09-10[libcxx] Simplify back-deployment testingLouis Dionne1-1/+0
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 Prichard3-62/+35
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
2020-08-26[libunwind] Factor out getInfoFromFdeCie. NFCI.Ryan Prichard1-57/+38
2020-08-26[libunwind] Minor fixes in libunwindRyan Prichard3-13/+17
2020-08-26[libunwind] Convert x86, x86_64, arm64 register restore functions to C callin...Martin Storsjö2-14/+15
2020-08-25[libunwind] Fix warning when building without frameheader cacheMikael Holmen1-0/+3
2020-08-24[libunwind] Remove static_assert / __has_feature macrosRyan Prichard1-10/+0
2020-08-22[libunwind] Make findUnwindSectionsByPhdr staticRyan Prichard1-3/+4
2020-08-22[libunwind] Ensure enough alignment for unw_cursor_t for SEH build configurat...Martin Storsjö2-1/+11
2020-08-18Default to disabling the libunwind frameheader cache.Sterling Augustine3-1/+12
2020-08-17[libunwind] Remove compatibility support for macOS 10.6Steven Wu1-36/+2
2020-08-11[libunwind] Fix incorrect check for out-of-boundednessLouis Dionne1-1/+1
2020-08-11[libunwind][NFC] Fix typo in commentLouis Dionne1-1/+1
2020-08-03[libunwind] Make the test depend on the libunwind explicitly.Daniel Kiss1-1/+1
2020-07-31[libunwind] Add -Wno-suggest-override to CMakeLists.txt.kristina1-0/+2
2020-07-29[libunwind] Provide a way to set '_LIBUNWIND_IS_BAREMETAL' through cmake.Hafiz Abid Qadeer1-0/+5
2020-07-27[libunwind] Remove old keymgr related logicLouis Dionne2-79/+0
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-16[runtimes] Move the enable_rtti Lit parameter to the DSLLouis Dionne1-3/+0