aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2026-01-21[cmake][NFC] CRLF -> LFMichael Kruse1-40/+40
2026-01-21[runtimes] Share doxygen handling with LLVM (#176948)Michael Kruse1-0/+40
2026-01-13Bump version to 23.0.0-gitllvmorg-23-initCullen Rhodes1-1/+1
2025-12-19[FindGRPC.cmake] Make sure that `PACKAGE_VERSION` is not overwritten when doi...Argyrios Kyrtzidis1-0/+4
2025-12-09Revert "[Flang] Move builtin .mod generation into runtimes (Reapply #137828) ...Michael Kruse1-136/+0
2025-12-09[Flang] Move builtin .mod generation into runtimes (Reapply #137828) (#169638)Michael Kruse1-0/+136
2025-11-25Revert "[Flang] Move builtin .mod generation into runtimes" (#169489)Jan Patrick Lehr1-136/+0
2025-11-25[Flang] Move builtin .mod generation into runtimes (#137828)Michael Kruse1-0/+136
2025-10-15[CMake][gRPC] Update FindGRPC.cmake to support newer gRPC versions (#162935)Steven Wu1-55/+21
2025-08-28[CMake][AIX] Enable CMP0182: Create shared library archives by default (#155686)David Tenty1-0/+6
2025-08-06[libc] Change LIBC_THREAD_LOCAL to be dependent on LIBC_THREAD_MODE (#151527)William Huynh1-0/+3
2025-07-15Bump version to 22.0.0-gitllvmorg-22-initTobias Hieta1-1/+1
2025-06-27cmake: Allow CLANG_RESOURCE_DIR to be absolute.Peter Collingbourne1-1/+2
2025-04-26Reland "[CMake] Do not set CMP0116 explicitly to old (#90385)"Aiden Grossman1-6/+0
2025-04-26Revert "[CMake] Do not set CMP0116 explicitly to old (#90385)"Aiden Grossman1-0/+6
2025-04-25[CMake] Do not set CMP0116 explicitly to old (#90385)Aiden Grossman1-6/+0
2025-03-18[cmake] Resolve symlink when finding install prefix (#124743)Nikita Popov1-2/+2
2025-03-17[cmake] Move FindLibcCommonUtils to shared cmake, to fix standalone builds (#...Michał Górny1-0/+19
2025-01-28Bump version to 21.0.0git (#124870)llvmorg-21-initTom Stellard1-1/+1
2024-11-21[CMake] Enable CMP0179 alongside CMP0156 for deduplication on LLD (#116497)Raul Tambre1-0/+9
2024-11-06[CMake] Enable CMP0156 if available (#115046)Evan Wilde1-0/+8
2024-11-04[cmake] Remove obsolete files, docs and CMake variables related to the standa...Louis Dionne1-80/+0
2024-10-24[cmake] Promote message when failing to find compiler-rt to warning (#111834)Louis Dionne1-1/+1
2024-10-15[CMake] Do not set CMP0114 explicitly to old (#90384)Aiden Grossman1-5/+0
2024-09-24[CMake] enable CMP0147 policy if available (#109150)c8ef1-0/+6
2024-09-03[CMake][compiler-rt] Support for using compiler-rt atomic library (#106603)Petr Hosek1-6/+10
2024-07-31[cmake] switch to CMake's native `check_{compiler,linker}_flag` (#96171)h-vetinari1-21/+3
2024-07-23Set version to 20.0.0gitTobias Hieta1-1/+1
2024-07-02[CMake] enable CMP0144 policy if available (#96589)Jerry Zhang Jian1-0/+6
2024-03-22Get the linker version and pass the it to compiler-rt tests on Darwin. (#86220)Usama Hameed1-0/+19
2024-03-12[CMake] Fix a typo in 23ffb2bdb96cf5a8eebce86b1ab21acf88979661Martin Storsjö1-3/+3
2024-03-12[CMake] Enable new policy for CMAKE_MSVC_DEBUG_INFORMATION_FORMAT (#82371)Dave Abrahams1-0/+13
2024-03-11[cmake] Exposes LLVM version number in the runtimes. (#84641)Mark de Wever1-0/+15
2023-07-17[CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviourMartin Storsjö1-5/+0
2023-07-05GetClangResourceDir: Fix downstream projects that bundle llvm sourceTom Stellard1-1/+3
2023-06-03[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice1-0/+27
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-0/+5
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-5/+0
2023-05-16[cmake] Set CMP0091 to fix Windows builds after the cmake_minimum_required bumpHans Wennborg1-0/+5
2023-05-04[CMake] Install FindLibEdit find moduleEric Kilmer1-66/+0
2023-03-28Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek1-17/+24
2023-03-28[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek1-24/+17
2023-03-12Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Igor Zhukov1-17/+24
2023-03-10[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek1-24/+17
2023-02-22Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek2-28/+35
2023-02-22[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek2-35/+28
2023-01-12Revert "build: with -DCLANGD_ENABLE_REMOTE=ON, search for grpc++ dependencies...Kadir Cetinkaya1-17/+0
2023-01-10build: with -DCLANGD_ENABLE_REMOTE=ON, search for grpc++ dependencies tooSylvestre Ledru1-0/+17
2022-11-07[cmake] Add missing CMakePushCheckState include to FindLibEdit.cmakeMichał Górny1-0/+1
2022-10-28Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-0/+12