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-08-19Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne
2022-05-04[libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to ReleaseMartin Storsjö
2022-04-25[libunwind] [CMake] Remove leftover no-op cmake variable setting. NFC.Martin Storsjö
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne
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-09[runtimes] Remove support for standalone buildsLouis Dionne
2022-02-02Bump the trunk major version to 15llvmorg-15-initTom Stellard
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-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-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-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-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö
2021-10-28[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-10-26[libunwind] Take 2: Use the from-scratch testing configuration by defaultLouis 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
2021-10-21[libunwind] Revert "Use the from-scratch testing configuration by default"Louis Dionne
2021-10-20[libunwind] Use the from-scratch testing configuration by defaultLouis Dionne
2021-10-19[libunwind] Add a from-scratch config for running libunwind testsLouis Dionne
2021-10-19[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-10-06[runtimes] Allow FOO_TEST_CONFIG to be a relative pathLouis Dionne
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö
2021-09-02[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss
2021-08-26[libunwind] Support stack unwind in CET environmentgejin
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss
2021-07-28Bump the trunk major version to 14llvmorg-14-initTom Stellard
2021-07-16[runtimes] Simplify how we set the target tripleLouis Dionne
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne
2021-07-14[runtimes] Bring back TARGET_TRIPLELouis Dionne
2021-07-14[runtimes] Inherit the TARGET_TRIPLE that may be set by LLVMLouis Dionne
2021-07-14[runtimes] NFCI: Drop intermediate CMake variable TARGET_TRIPLELouis Dionne
2021-07-13Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document allJohn Ericson
2021-04-22[libcxx] Stop using use c++ subdirectory for libc++ libraryPetr Hosek
2021-04-01[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIXPetr Hosek