summaryrefslogtreecommitdiff
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-172-2/+3
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-132-3/+2
* [libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang2023-05-063-3/+62
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-05-062-2/+3
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-05-062-3/+2
* [libcxx] [test] Prepend to PATH instead of overriding itMartin Storsjö2023-04-271-1/+1
* [test] Simplify libunwind REQUIRESFangrui Song2023-04-233-3/+3
* [libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursorMartin Storsjö2023-04-221-0/+2
* [libunwind] [SEH] Add debug logging in __libunwind_seh_personalityMartin Storsjö2023-04-191-0/+8
* [libunwind] Remove the legacy Unwind_AppleExtras.cppLouis Dionne2023-04-182-126/+0
* Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever2023-04-152-2/+3
* Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-04-152-3/+2
* [libunwind] Sync Unwind_AppleExtras.cpp with downstream versionLouis Dionne2023-04-151-7/+15
* [libunwind] [SEH] Initialize _msContext with RtlCaptureContextMartin Storsjö2023-04-131-0/+1
* [libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIPMartin Storsjö2023-04-131-1/+3
* [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdirMartin Storsjö2023-04-111-1/+1
* [libunwind] [test] Mark the signal_frame test as unsupported on WindowsMartin Storsjö2023-04-111-0/+4
* [libunwind] [SEH] Handle ExceptionContinueExecution in forced unwindingMartin Storsjö2023-04-111-0/+9
* [libunwind] [SEH] Sync LSDA and handler between unw_proc_info_t and DISPATCHE...Martin Storsjö2023-04-111-1/+11
* [libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64Martin Storsjö2023-04-111-1/+1
* [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu2023-04-072-7/+2
* [libunwind][test] Add test to check for unw_resume()zhanglimin2023-04-071-0/+39
* [libunwind] [test] Add a mingw specific test config fileMartin Storsjö2023-04-062-1/+28
* [libunwind] Fflush stderr after each log messageMartin Storsjö2023-04-061-4/+8
* [libunwind] Fix a typo in a debug log message. NFC.Martin Storsjö2023-04-063-3/+3
* [libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTORMartin Storsjö2023-04-061-1/+1
* [libunwind] Fix a case of inconsistent indentation. NFC.Martin Storsjö2023-04-051-1/+1
* [libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne2023-03-302-1/+3
* [libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwin...Ian Anderson2023-03-202-2/+5
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2023-03-182-2/+3
* Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-182-3/+2
* [libunwind][AArch64] Unbreak building with GNU assemblerXi Ruoyao2023-03-171-1/+2
* [runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser2023-03-172-34/+4
* [libunwind][RISC-V] Rewrite testcase with C as possible.Kito Cheng2023-03-151-24/+14
* Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2023-03-042-2/+3
* [CMake] Bumps minimum version to 3.20.0.Mark de Wever2023-03-042-3/+2
* Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek2023-02-221-4/+4
* [CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek2023-02-221-4/+4
* [runtimes] Remove unused functions from Handle{Libcxx,Libunwind}Flags.cmakeNikolas Klauser2023-02-221-37/+0
* [runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser2023-02-211-31/+0
* [runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser2023-02-212-112/+2
* [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic2023-02-162-0/+29
* [runtimes] Remove duplicate imports of libcxx.test.configLouis Dionne2023-02-145-5/+5
* [runtimes] Rename newconfig.py to config.py -- it's not new anymoreLouis Dionne2023-02-145-11/+11
* [libunwind] On Darwin, add a callback-based lookup scheme for JIT'd unwind info.Lang Hames2023-02-103-0/+165
* Bump the trunk major version to 17llvmorg-17-initTom Stellard2023-01-241-2/+2
* [libunwind] Fixed an upcoming clang -Wsign-conversion warningFahad Nayyar2023-01-131-2/+2
* [libunwind] Use .irp directives. NFCFangrui Song2022-12-142-402/+61
* Revert "[libunwind] Use .irp directives. NFC"David Tenty2022-12-072-118/+900
* [libunwind] Use .irp directives. NFCFangrui Song2022-12-062-900/+118