aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Include <__config_site> from <__config>Louis Dionne2021-03-301-2/+0
* [libunwind] Install the DLL when doing "ninja install"Martin Storsjö2021-03-071-1/+2
* [libunwind] [risc-v] This patch is for fixingKamlesh Kumar2021-03-031-11/+20
* [libunwind] This adds support in libunwind for rv32 hard floatKamlesh Kumar2021-03-026-161/+239
* [libc++/abi] Allow running back-deployment testing against libc++abiLouis Dionne2021-03-012-2/+2
* [libunwind] unw_* alias fixes for ELF and Mach-ORyan Prichard2021-02-224-15/+29
* [libunwind] Add support for PC reg column in arm64Marco Vanotti2021-02-172-33/+44
* libunwind: Don't attempt to authenticate a null return address.Peter Collingbourne2021-02-161-1/+2
* [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski2021-02-162-8/+22
* [libunwind][cmake] Add an option to enable/disable testsKristina Bessonova2021-02-131-1/+2
* [NFC][libunbind] Fix Sphinx error during CMake invocationxgupta2021-02-111-1/+1
* [Branch-Rename] Fix some linksxgupta2021-02-011-1/+1
* Bump the trunk major version to 13llvmorg-13-initTom Stellard2021-01-262-3/+3
* [CMake] Remove dead code setting policies to NEWRaul Tambre2021-01-191-4/+0
* [VE] Support VE in libunwindKazushi (Jam) Marukawa2021-01-175-0/+615
* [libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard2021-01-134-12/+116
* [libunwind] Multiple preprocessor fixes on PowerPC*Brandon Bergren2020-11-235-12/+16
* [libunwind] Delete unused handlerNotFound in unwind_phase1Fangrui Song2020-11-211-3/+1
* [libunwind] LIBUNWIND_REMEMBER_HEAP_ALLOC to cmake.Daniel Kiss2020-11-111-0/+5
* [runtimes] Avoid overwriting the rpath unconditionallyLouis Dionne2020-11-091-3/+0
* [libunwind] Delete unused codeOffsetAtStackDecrement/registersInOtherRegister...Fangrui Song2020-11-091-9/+0
* Revert "Allow running back-deployment testing against libc++abi"Louis Dionne2020-11-062-2/+2
* Allow running back-deployment testing against libc++abiLouis Dionne2020-11-062-2/+2
* [libunwind] Support DW_CFA_remember/restore_state without heap allocation.Daniel Kiss2020-10-302-395/+426
* [libunwind] Fix linker flag handling in the tests.Daniel Kiss2020-10-292-4/+3
* [libunwind] Add -Wno-dll-attribute-on-redeclaration when building for windowsMartin Storsjö2020-10-261-0/+8
* [runtimes] Revert the libc++ __config_site changeLouis Dionne2020-10-231-0/+2
* [take 2] [libc++] Include <__config_site> from <__config>Louis Dionne2020-10-211-2/+0
* [libcxxabi,libunwind] support running tests in standalone modeDominik Montada2020-10-142-92/+23
* Fix all the CMake code that can only handle -stdlib= but not --stdlib=Raphael Isemann2020-10-131-0/+2
* [libunwind] [SEH] Don't interact with foreign exceptionsMartin Storsjö2020-10-121-16/+4
* [runtimes] Use int main(int, char**) consistently in testsLouis Dionne2020-10-088-12/+11
* [AArch64] Add v8.5 Branch Target Identification support.Daniel Kiss2020-09-291-1/+20
* [libunwind] Optimize dl_iterate_phdr's findUnwindSectionsByPhdrRyan Prichard2020-09-231-15/+23
* [libunwind] Combine dl_iterate_phdr codepaths for DWARF and EHABIRyan Prichard2020-09-232-68/+47
* [cmake] Centralize LLVM_ENABLE_WARNINGS optionDave Lee2020-09-211-2/+0
* [libunwind] Support for leaf function unwinding.Daniel Kiss2020-09-185-2/+110
* Revert "[libunwind] Support for leaf function unwinding."Daniel Kiss2020-09-185-108/+2
* [libunwind][DWARF] Fix end of .eh_frame calculationRyan Prichard2020-09-165-15/+24
* [libunwind] Support for leaf function unwinding.Daniel Kiss2020-09-165-2/+108
* [libcxx] Simplify back-deployment testingLouis Dionne2020-09-101-1/+0
* [libunwind] Bare-metal DWARF: set dso_base to 0Ryan Prichard2020-09-092-2/+5
* [libunwind] Replace chain-of-ifdefs for dl_iterate_phdrRyan Prichard2020-09-083-62/+35
* [libunwind] Minor SJLJ config cleanup. NFCI.Ryan Prichard2020-09-032-3/+5
* [CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre2020-08-271-8/+4
* [libunwind] Factor out getInfoFromFdeCie. NFCI.Ryan Prichard2020-08-261-57/+38
* [libunwind] Minor fixes in libunwindRyan Prichard2020-08-263-13/+17
* [libunwind] Convert x86, x86_64, arm64 register restore functions to C callin...Martin Storsjö2020-08-262-14/+15
* [libunwind] Fix warning when building without frameheader cacheMikael Holmen2020-08-251-0/+3
* [libunwind] Remove static_assert / __has_feature macrosRyan Prichard2020-08-241-10/+0