aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2023-04-15[libunwind] Sync Unwind_AppleExtras.cpp with downstream versionLouis Dionne1-7/+15
2023-04-13[libunwind] [SEH] Initialize _msContext with RtlCaptureContextMartin Storsjö1-0/+1
2023-04-13[libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIPMartin Storsjö1-1/+3
2023-04-11[libcxxabi, libunwind] [test] Place output from tests under a 'test' subdirMartin Storsjö1-1/+1
2023-04-11[libunwind] [test] Mark the signal_frame test as unsupported on WindowsMartin Storsjö1-0/+4
2023-04-11[libunwind] [SEH] Handle ExceptionContinueExecution in forced unwindingMartin Storsjö1-0/+9
2023-04-11[libunwind] [SEH] Sync LSDA and handler between unw_proc_info_t and DISPATCHE...Martin Storsjö1-1/+11
2023-04-11[libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64Martin Storsjö1-1/+1
2023-04-07[libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu2-7/+2
2023-04-07[libunwind][test] Add test to check for unw_resume()zhanglimin1-0/+39
2023-04-06[libunwind] [test] Add a mingw specific test config fileMartin Storsjö2-1/+28
2023-04-06[libunwind] Fflush stderr after each log messageMartin Storsjö1-4/+8
2023-04-06[libunwind] Fix a typo in a debug log message. NFC.Martin Storsjö3-3/+3
2023-04-06[libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTORMartin Storsjö1-1/+1
2023-04-05[libunwind] Fix a case of inconsistent indentation. NFC.Martin Storsjö1-1/+1
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne2-1/+3
2023-03-20[libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwin...Ian Anderson2-2/+5
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2-2/+3
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2-3/+2
2023-03-17[libunwind][AArch64] Unbreak building with GNU assemblerXi Ruoyao1-1/+2
2023-03-17[runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser2-34/+4
2023-03-15[libunwind][RISC-V] Rewrite testcase with C as possible.Kito Cheng1-24/+14
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever2-2/+3
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever2-3/+2
2023-02-22Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek1-4/+4
2023-02-22[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek1-4/+4
2023-02-22[runtimes] Remove unused functions from Handle{Libcxx,Libunwind}Flags.cmakeNikolas Klauser1-37/+0
2023-02-21[runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser1-31/+0
2023-02-21[runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser2-112/+2
2023-02-16[libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic2-0/+29
2023-02-14[runtimes] Remove duplicate imports of libcxx.test.configLouis Dionne5-5/+5
2023-02-14[runtimes] Rename newconfig.py to config.py -- it's not new anymoreLouis Dionne5-11/+11
2023-02-10[libunwind] On Darwin, add a callback-based lookup scheme for JIT'd unwind info.Lang Hames3-0/+165
2023-01-24Bump the trunk major version to 17llvmorg-17-initTom Stellard1-2/+2
2023-01-13[libunwind] Fixed an upcoming clang -Wsign-conversion warningFahad Nayyar1-2/+2
2022-12-14[libunwind] Use .irp directives. NFCFangrui Song2-402/+61
2022-12-07Revert "[libunwind] Use .irp directives. NFC"David Tenty2-118/+900
2022-12-06[libunwind] Use .irp directives. NFCFangrui Song2-900/+118
2022-12-06[libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov3-0/+69
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan2-3/+3
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2-3/+3
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin8-1/+527
2022-11-10[libunwind][NFC] Fix typo in libunwind debug stringjinge901-25/+25
2022-11-09[libunwind] Check corrupted return address in unwind_phase2 when CET is enabled.jinge901-0/+19
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-10-26[libunwind] Add module maps for libunwindIan Anderson3-0/+16
2022-10-18[CMake] Fix LIBUNWIND_ENABLE_CET build after D110005jinge901-2/+2
2022-10-12Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu1-30/+26
2022-10-12[runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne1-26/+30
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2-2/+5