aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
2024-02-26[llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660)Tom Stellard1-2/+6
2024-02-20[cmake] Add minor version to library SONAME (#79376)Tom Stellard1-4/+4
2024-01-29[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
2023-10-17[CMake] Support per-target linker flags (#68393)Vincent Lee1-0/+11
2023-10-17[ADT][DebugInfo][RemoveDIs] Add extra bits to ilist_iterator for debug-infoJeremy Morse1-0/+4
2023-10-15[CMake] Limit -gsplit-dwarf option to C and C++ compilersGeorge Lyon1-1/+1
2023-10-09[llvm][objdump] Remove support for printing the embedded Bitcode section in M...Juergen Ributzka2-13/+0
2023-10-03[llvm][CMake] Expand error message shown when -fuse-ld= test fails (#66778)David Spickett1-1/+4
2023-09-25[cmake] Add LLVM_FORCE_VC_REVISION option (#67125)David Truby1-1/+8
2023-09-21Set -rpath-link only if the path is nonempty.Justin Lebar1-1/+1
2023-09-21[CMake] Fully delete the deprecated LLVM_USE_CRT* (#66850)Zhang3-64/+2
2023-09-15[CMake][Z3]Don't attempt to compile / run if cross-compiling (#66355)Zhang1-1/+1
2023-09-14[CMake] Remove SetTargetTriple (#66464)Petr Hosek2-13/+1
2023-09-14[flang/mlir] Fix "file too big" build error on CYGWIN.Carlo Bramini1-1/+1
2023-09-01[Driver] Support GNU ld on SolarisRainer Orth1-3/+6
2023-08-01[lit][clang] Avoid realpath on Windows due to MAX_PATH limitationsSaleem Abdulrasool1-2/+7
2023-07-31[docs] Bump minimum GCC version to 7.4Fangrui Song1-2/+2
2023-07-26[CMake] Use `LLVM_ENABLE_ASSERTIONS` to enable the hardened mode in libc++.Konstantin Varlamov1-2/+2
2023-07-26[LIT] Added an option to llvm-lit to emit the necessary test coverage data, d...Shivam Gupta1-0/+1
2023-07-23[CMake] Disable GCC -WnonnullFarid Zakaria1-0/+5
2023-07-21Revert "[LIT] Added an option to llvm-lit to emit the necessary test coverage...Shivam Gupta1-1/+0
2023-07-21[LIT] Added an option to llvm-lit to emit the necessary test coverage data, d...Shivam Gupta1-0/+1
2023-07-21[llvm-exegesis] Guard `__builtin_thread_pointer` behind a configure checkMarkus Böck1-2/+8
2023-07-19[CMake] Clean up old code for handling MSVC runtime setting the old wayMartin Storsjö1-54/+8