[libunwind] Remove -Wsign-conversion warning
[platform/upstream/llvm.git] / libunwind / src /
2022-05-19 Daniel Kiss[libunwind] Remove -Wsign-conversion warning
2022-05-18 Daniel Kiss[libunwind][AArch64] Add support for DWARF expression...
2022-05-16 Louis Dionne[runtimes] Introduce object libraries
2022-05-15 Daniel KissRevert "[libunwind][AArch64] Add support for DWARF...
2022-05-13 Louis Dionne[libunwind] Remove -Wsign-conversion warning
2022-05-13 Daniel Kiss[libunwind][AArch64] Add support for DWARF expression...
2022-05-04 Martin Storsjö[libunwind] Silence warnings about unused variables...
2022-05-04 Ulrich Weigand[libunwind][SystemZ] Unwind out of signal handlers
2022-05-02 Ulrich Weigand[libunwind] Add SystemZ support
2022-04-28 Daniel Kiss[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigre...
2022-04-25 Martin Storsjö[libunwind] Fix build warnings in Unwind-EHABI.cpp...
2022-04-24 Petr Hosek[runtimes] [CMake] Unify variable names
2022-04-13 Xing Xue[libunwind][AIX] implementation of the unwinder for AIX
2022-04-13 Xing Xue[libunwind][AIX] implementation of the unwinder for AIX
2022-04-13 Xing Xue[libunwind][AIX] implementation of the unwinder for AIX
2022-04-09 Fangrui SongAdd some prototypes to fix -Wstrict-prototypes. NFC
2022-04-08 kristinaNFC: Avoid unused variable warning in UnwindLevel1.c
2022-02-21 George Koehler[libunwind] Further fix for 32-bit PowerPC processors...
2022-02-16 Nikita Popov[libunwind] Only include cet.h if __CET__ defined
2022-02-09 Martin Storsjö[libunwind] Avoid a warning in 32 bit builds. NFC.
2022-02-07 Sam James[libunwind] Define _Unwind_Backtrace for powerpc, sparc
2022-02-05 Koakuma[libunwind] [sparc] Add SPARCv9 support
2022-01-27 Sam Jamesunwind: fix typo for __powerpc__
2022-01-27 Sam James[unwind] fix build with GCC on PPC32
2022-01-19 Jessica Clarke[NFC][libunwind] Fix uintptr_t vs size_t confusion...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-12-16 PoYao Chang[libunwind] Provide a way to conveniently install libun...
2021-12-08 Louis Dionne[libc++][release] Do not force building the runtimes...
2021-12-08 Ties Stuij[ARM][libunwind] add PACBTI-M support for libunwind
2021-11-26 Daniel Kiss[libunwind][ARM] Handle end of stack during unwind
2021-11-18 Peter S. Housel[libunwind] Add an interface for dynamic .eh_frame...
2021-11-17 Louis Dionne[runtimes][NFC] Remove filenames at the top of the...
2021-11-05 Martin Storsjö[libunwind] Try to add --unwindlib=none while configuri...
2021-10-01 Daniel Kiss[libunwind] Fix cfi_register for float registers.
2021-09-27 Daniel Kiss [libunwind] Support cfi_undefined and cfi_register...
2021-09-08 Martin Storsjö[runtimes] Allow overriding where CMake installs RUNTIM...
2021-09-02 Hans Wennborg[Unwind] Cast exception class pointer for strcpy
2021-09-02 Daniel Kiss[Unwind] Harmonise exception class for EHABI spec.
2021-08-26 Benjamin Kramer[libunwind] Don't include cet.h/immintrin.h unconditionally
2021-08-26 gejin[libunwind] Support stack unwind in CET environment
2021-08-20 Fangrui Song[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*
2021-08-12 Vitaly Buka[unwind] Handle UNW_X86_64_RIP register
2021-08-11 Daniel Kiss[libunwind] Compile with -Wunused-but-set-variable
2021-08-11 Daniel Kiss[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to...
2021-08-11 Daniel Kiss[Unwind] Split unwind.h
2021-08-10 Saleem Abdulrasoollibunwind: add missing break statements in EHABI
2021-08-02 Saleem Abdulrasoolunwind: repair register restoration for OR1K
2021-07-27 Louis Dionne[runtimes] Always build libc++, libc++abi and libunwind...
2021-07-26 Louis Dionne[libc++abi/unwind] NFC: Normalize how we set target...
2021-07-23 Marco Vanotti[libunwind] Allow restoring SP while unwinding.
2021-07-04 Nico Weber[libunwind] reflow some debug logs for better greppability
2021-06-13 Saleem Abdulrasoolunwind: allow building with GCC
2021-05-31 Nico Weber[libunwind] fix -Wc++98-compat-extra-semi without _LIBU...
2021-05-26 Shoaib Meenai[libunwind] Inform ASan that resumption is noreturn
2021-05-06 Xing Xue[libunwind] NFC: Use macros to accommodate differences...
2021-04-01 Petr Hosek[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIX
2021-03-07 Martin Storsjö[libunwind] Install the DLL when doing "ninja install"
2021-03-02 Kamlesh Kumar[libunwind] [risc-v] This patch is for fixing
2021-03-02 Kamlesh Kumar[libunwind] This adds support in libunwind for rv32...
2021-02-23 Ryan Prichard[libunwind] unw_* alias fixes for ELF and Mach-O
2021-02-18 Marco Vanotti[libunwind] Add support for PC reg column in arm64
2021-02-16 Peter Collingbournelibunwind: Don't attempt to authenticate a null return...
2021-02-16 Zbigniew Sarbinowski[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefa...
2021-01-17 Kazushi (Jam) Marukawa[VE] Support VE in libunwind
2021-01-14 Ryan Prichard[libunwind] Unwind through aarch64/Linux sigreturn...
2020-11-24 Brandon Bergren[libunwind] Multiple preprocessor fixes on PowerPC*
2020-11-21 Fangrui Song[libunwind] Delete unused handlerNotFound in unwind_phase1
2020-11-09 Louis Dionne[runtimes] Avoid overwriting the rpath unconditionally
2020-11-09 Fangrui Song[libunwind] Delete unused codeOffsetAtStackDecrement...
2020-10-30 Daniel Kiss[libunwind] Support DW_CFA_remember/restore_state witho...
2020-10-12 Martin Storsjö[libunwind] [SEH] Don't interact with foreign exceptions
2020-09-29 Daniel Kiss[AArch64] Add v8.5 Branch Target Identification support.
2020-09-23 Ryan Prichard[libunwind] Optimize dl_iterate_phdr's findUnwindSectio...
2020-09-23 Ryan Prichard[libunwind] Combine dl_iterate_phdr codepaths for DWARF...
2020-09-18 Daniel Kiss[libunwind] Support for leaf function unwinding.
2020-09-18 Daniel KissRevert "[libunwind] Support for leaf function unwinding."
2020-09-17 Ryan Prichard[libunwind][DWARF] Fix end of .eh_frame calculation
2020-09-16 Daniel Kiss[libunwind] Support for leaf function unwinding.
2020-09-09 Ryan Prichard[libunwind] Bare-metal DWARF: set dso_base to 0
2020-09-08 Ryan Prichard[libunwind] Replace chain-of-ifdefs for dl_iterate_phdr
2020-09-03 Ryan Prichard[libunwind] Minor SJLJ config cleanup. NFCI.
2020-08-27 Raul Tambre[CMake][compiler-rt][libunwind] Compile assembly files...
2020-08-27 Ryan Prichard[libunwind] Factor out getInfoFromFdeCie. NFCI.
2020-08-27 Ryan Prichard[libunwind] Minor fixes in libunwind
2020-08-26 Martin Storsjö[libunwind] Convert x86, x86_64, arm64 register restore...
2020-08-25 Mikael Holmen[libunwind] Fix warning when building without framehead...
2020-08-24 Ryan Prichard[libunwind] Remove static_assert / __has_feature macros
2020-08-23 Ryan Prichard[libunwind] Make findUnwindSectionsByPhdr static
2020-08-22 Martin Storsjö[libunwind] Ensure enough alignment for unw_cursor_t...
2020-08-18 Sterling AugustineDefault to disabling the libunwind frameheader cache.
2020-08-17 Steven Wu[libunwind] Remove compatibility support for macOS...
2020-08-11 Louis Dionne[libunwind] Fix incorrect check for out-of-boundedness
2020-08-11 Louis Dionne[libunwind][NFC] Fix typo in comment
2020-07-27 Louis Dionne[libunwind] Remove old keymgr related logic
2020-07-16 Ryan Prichard[libunwind] Fix getSLEB128 on large values
2020-07-16 Ryan Prichard[libunwind] Fix CIE v1 return address parsing
2020-06-18 Saleem Abdulrasoolunwind: EHABISectionIterator `operator!=`, constify...
2020-06-13 Amanieu d'Antras[libunwind][RISCV] Track PC separately from RA
2020-05-29 Saleem Abdulrasoolunwind: use a more portable endianness check in EHABI
2020-05-15 Saleem Abdulrasoolunwind: fix unwind build without heap
next