Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
2022-02-25[libunwind][test] remember_state_leak.pass.sh.s: link with -no-pieFangrui Song
2022-02-21[libunwind] Further fix for 32-bit PowerPC processors without AltiVecGeorge Koehler
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne
2022-02-16[libunwind] Only include cet.h if __CET__ definedNikita Popov
2022-02-10Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTSLouis Dionne
2022-02-10[libunwind] Avoid a warning in 32 bit builds. NFC.Martin Storsjö
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne
2022-02-07[libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James
2022-02-06[libunwind] [sparc] Add SPARCv9 supportKoakuma
2022-02-06[libunwind] Attempt to fix broken sphinx doc linkSimon Pilgrim
2022-02-02Bump the trunk major version to 15llvmorg-15-initTom Stellard
2022-01-29[cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson
2022-01-28unwind: fix typo for __powerpc__Sam James
2022-01-28[unwind] fix build with GCC on PPC32Sam James
2022-01-21Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek
2022-01-21[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson
2022-01-20[cmake] Move HandleOutOfTreeLLVM to common cmake utilsJohn Ericson
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke
2022-01-18[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson
2022-01-11[libc++][libc++abi][libunwind] Dedup install path var definitionsJohn Ericson
2022-01-11[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATHJohn Ericson
2022-01-08[libc++] Disable coverage with sanitize-coverage=0Ben Wagner
2022-01-06Update Bug report URL to Github IssuesChuanqi Xu
2022-01-03[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang
2021-12-08[libc++][release] Do not force building the runtimes with -fPICLouis Dionne
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij
2021-12-03[libunwind] Fix unwind_leaffunction testLeonard Chan
2021-12-01[runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITSLouis Dionne
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne
2021-11-26[libunwind][ARM] Handle end of stack during unwindDaniel Kiss
2021-11-25[libunwind] Fix testing with sanitizers enabledLouis Dionne
2021-11-18[libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel
2021-11-18[libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIXXing Xue
2021-11-18[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne
2021-10-28[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-10-28[libunwind] Simplify the executor used in the testsLouis Dionne
2021-10-26[libunwind] Take 2: Use the from-scratch testing configuration by defaultLouis Dionne
2021-10-22[libunwind] Fix path to libunwind for per-target-runtime-dir buildsLouis Dionne
2021-10-21Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek
2021-10-21[runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne