unwind: fix typo for __powerpc__
[platform/upstream/llvm.git] / libunwind /
2022-01-27 Sam Jamesunwind: fix typo for __powerpc__
2022-01-27 Sam James[unwind] fix build with GCC on PPC32
2022-01-21 Petr HosekRevert "[cmake] Duplicate `{llvm,compiler_rt}_check_lin...
2022-01-20 John Ericson[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag...
2022-01-20 John Ericson[cmake] Make include(GNUInstallDirs) always below proje...
2022-01-19 John Ericson[cmake] Move HandleOutOfTreeLLVM to common cmake utils
2022-01-19 Jessica Clarke[NFC][libunwind] Fix uintptr_t vs size_t confusion...
2022-01-18 John Ericson[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDi...
2022-01-16 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-15 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-15 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-11 John Ericson[libc++][libc++abi][libunwind] Dedup install path var...
2022-01-10 John Ericson[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DI...
2022-01-08 Ben Wagner[libc++] Disable coverage with sanitize-coverage=0
2022-01-06 Chuanqi XuUpdate Bug report URL to Github Issues
2022-01-03 John Ericson[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just...
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-12-03 Leonard Chan[libunwind] Fix unwind_leaffunction test
2021-12-01 Louis Dionne[runtimes] Move WARNING to FATAL_ERROR for folks using...
2021-12-01 Louis Dionne[runtimes] Remove support for GCC-style 32 bit multilib...
2021-11-26 Daniel Kiss[libunwind][ARM] Handle end of stack during unwind
2021-11-25 Louis Dionne[libunwind] Fix testing with sanitizers enabled
2021-11-18 Peter S. Housel[libunwind] Add an interface for dynamic .eh_frame...
2021-11-18 Xing Xue[libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED...
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-28 Louis Dionne[libc++] Temporarily mark tests as UNSUPPORTED to get...
2021-10-28 Petr Hosek[CMake] Cache the compiler-rt library search results
2021-10-27 Louis Dionne[libunwind] Simplify the executor used in the tests
2021-10-26 Louis Dionne[libunwind] Take 2: Use the from-scratch testing config...
2021-10-22 Louis Dionne[libunwind] Fix path to libunwind for per-target-runtim...
2021-10-21 Petr HosekRevert "[CMake] Cache the compiler-rt library search...
2021-10-21 Louis Dionne[runtimes] Properly handle the sysroot/triple/gcc-toolchain
2021-10-20 Louis Dionne[libunwind] Revert "Use the from-scratch testing config...
2021-10-20 Louis Dionne[libunwind] Use the from-scratch testing configuration...
2021-10-19 Louis Dionne[libunwind] Add a from-scratch config for running libun...
2021-10-18 Petr Hosek[CMake] Cache the compiler-rt library search results
2021-10-13 Louis Dionne[libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_...
2021-10-07 Louis Dionne[runtimes] Add tests for vendor-specific properties
2021-10-06 Louis Dionne[runtimes][ci] Run the tests for libunwind in the CI
2021-10-05 Louis Dionne[runtimes] Allow FOO_TEST_CONFIG to be a relative path
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-16 Alfonso Gregory[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PAT...
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[libunwind] Compile with -Wunused-but-set-variable
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-28 Tom StellardBump the trunk major version to 14 llvmorg-14-init
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-16 Louis Dionne[runtimes] Simplify how we set the target triple
2021-07-15 Louis Dionne[runtimes] Don't try passing --target flags to GCC
2021-07-15 Louis Dionne[runtimes] Serialize all Lit params instead of passing...
2021-07-14 Louis Dionne[runtimes] Bring back TARGET_TRIPLE
2021-07-14 Louis Dionne[runtimes] Inherit the TARGET_TRIPLE that may be set...
2021-07-14 Louis Dionne[runtimes] NFCI: Drop intermediate CMake variable TARGE...
2021-07-13 John EricsonPrepare Compiler-RT for GnuInstallDirs, matching libcxx...
2021-07-06 Louis Dionne[runtimes] Move enable_32bit to the DSL
2021-07-04 Nico Weber[libunwind] reflow some debug logs for better greppability
2021-07-01 Louis Dionne[runtimes] Simplify how we specify XFAIL & friends...
2021-06-29 Louis Dionne[libc++] Serialize Lit parameters to make them availabl...
2021-06-16 Amilendra Kodithuwakku[libcxx] Fix exception raised during downstream bare...
2021-06-13 Saleem Abdulrasoolunwind: allow building with GCC
2021-06-02 Louis Dionne[libc++] Enable tests for the experimental library...
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-08 Louis Dionne[libc++] Move handling of the target triple to the DSL
2021-05-06 Xing Xue[libunwind] NFC: Use macros to accommodate differences...
2021-04-21 Petr Hosek[libcxx] Stop using use c++ subdirectory for libc+...
2021-04-01 Petr Hosek[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIX
2021-03-30 Louis Dionne[libc++] Include <__config_site> from <__config>
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-03-01 Louis Dionne[libc++/abi] Allow running back-deployment testing...
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-02-13 Kristina Bessonova[libunwind][cmake] Add an option to enable/disable...
2021-02-11 xgupta[NFC][libunbind] Fix Sphinx error during CMake invocation
2021-02-01 xgupta[Branch-Rename] Fix some links
2021-01-27 Tom StellardBump the trunk major version to 13 llvmorg-13-init
2021-01-19 Raul Tambre[CMake] Remove dead code setting policies to NEW
2021-01-17 Kazushi (Jam) Marukawa[VE] Support VE in libunwind
next