aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Revert "Constant Fold Logf128 calls (#84501)"Matt Devereau1-11/+0
2024-04-18Constant Fold Logf128 calls (#84501)Matthew Devereau1-0/+11
2024-04-07[cmake] Prevent implicitly passing `-no_exported_symbols` (#87846)Cyndy Ishida1-1/+7
2024-04-05[cmake] Back out of making unsupported `-no_exported_symbols` linker aCyndy Ishida1-6/+1
2024-04-05[cmake] Build executables with -no_exported_symbols when building Apple toolc...Cyndy Ishida1-8/+27
2024-03-19[cmake] Disable using FatLTO on Apple platforms (#85708)Paul Kirth2-2/+2
2024-03-15[CMAKE] Enable FatLTO as a build option for LLVM (#80480)Paul Kirth2-2/+17
2024-03-15llvm-shlib: Fix libLLVM-${MAJOR}.so symlink on MacOS (#85163)Tom Stellard1-3/+3
2024-03-13[cmake] Add check_linker_flag import (#85128)Justice Adams1-0/+1
2024-03-13[cmake] Silence a duplicate libraries warning from Apple's linker (#85012)Jon Roelofs1-0/+15
2024-03-12[CMake] Add tablegen job pool support (#84762)David Stuttard2-1/+30
2024-03-11Revert "[CMake][LIT] Add option to run lit testsuites in parallel" (#84813)Jeff Niu1-12/+5
2024-03-04[LLVM] Partially revert GPU change to include dirsJoseph Huber1-4/+1
2024-03-04[LLVM][NFC] Ignore including the GNUInstallDirs on the GPU (#83910)Joseph Huber2-3/+5
2024-03-02[lld] Fixes for unitests in standalone builds (#83670)Michał Górny1-10/+0
2024-02-28[CMake][LIT] Add option to run lit testsuites in parallel (#82899)Patrick Dougherty1-5/+12
2024-02-23[llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660)Tom Stellard1-2/+6
2024-02-23[LLVM] Fix incorrect GPU triple detection for runtimes buildsJoseph Huber1-4/+4
2024-02-23[llvm][cmake] Performing expensive checks requires enabling assert. (#80821)huaatian1-0/+5
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-0/+7
2024-02-19[cmake] Add minor version to library SONAME (#79376)Tom Stellard1-4/+4
2024-02-08[NFC][RemoveDIs] Remove conditional compilation for RemoveDIs (#81149)Jeremy Morse1-4/+0
2024-01-31Fix: CMake Error at cmake/modules/LLVMExternalProjectUtils.cmake:86 (is_msvc_...AdityaK1-1/+1
2024-01-25[llvm] [cmake] Include httplib in LLVMConfig.cmake (#79305)Michał Górny1-0/+5
2024-01-22[LLVM][CMake] Add ffi_static target for the FFI static library (#78779)Joseph Huber1-2/+12
2024-01-19[CMake] Detect properly new linker introduced in Xcode 15 (#77806)Eric Miotto1-3/+3
2024-01-16[libc] Fix libc-hdrgen crosscompiling (#78227)Petr Hosek1-4/+2
2024-01-12[libc] Build native libc-hdrgen when crosscompiling (#77848)Petr Hosek1-1/+7
2024-01-12[Clang] Revert inintentional changes to cmake committed in 33e5db6e0Corentin Jabot1-1/+1
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-0/+2
2024-01-11[clang] Improve colors in status tracking web pages.Corentin Jabot1-1/+1
2024-01-08[CMake] Add support for building on illumos (#74930)Brad Smith1-0/+6
2024-01-05[cmake,Apple] Check ld-classic when looking for ld64. (#77136)Florian Hahn1-2/+15
2024-01-04Revert "[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#750...Muhammad Omair Javaid1-8/+4
2024-01-02[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#75093)Michael Holman1-4/+8
2023-12-26[cmake] Disable all -Wuninitialized warnings on GCC older than 12. (#76251)Jacek Caban1-7/+5
2023-12-17[cmake] Honor CMAKE_VERBOSE_MAKEFILE when building external projects (#75749)Dimitry Andric1-0/+5
2023-12-07[CMake][Windows] Turn off lld string tail merging when ASAN is turned on (#74...Duo Wang1-0/+3
2023-12-01[cmake] Fix relative paths in prefix map (#74132)Paul Kirth1-2/+2
2023-11-20Add llvm-mca to the list of toolchain tools (#72840)Hans1-0/+1
2023-11-17Add llvm-dlltool to the toolchain list (#72563)Matheus Izvekov1-0/+1
2023-11-16[llvm][CMake][TableGen] Add all TableGen files to tablegen_compile_commands.y...David Spickett1-0/+27
2023-11-08[libc++][hardening] Fix references to old names for hardening modes (#71743)Konstantin Varlamov1-4/+4
2023-11-07Improve error message for cmake failure (#71404)Jeremy Kun1-1/+6
2023-11-05[CMake] Fix __builtin_thread_pointer check with LTOSam James1-1/+6
2023-11-02[cmake] Add SerenityOS to config.guessAndrew Kaster1-0/+3
2023-10-20[llvm][CMake] Respect LIBCXX_HARDENING_MODE on command-line (#68541)Will Hawkins1-2/+7
2023-10-20[cmake] Option to create Ninja job pools depending on available resources (#6...jusito1-0/+26
2023-10-19[CMake] Avoid build spam by switching to Debug message (#69497)Vincent Lee1-1/+1
2023-10-18[llvm][CMake] Check dependency cxx source compiles (#68549)Eric Kilmer2-8/+32