summaryrefslogtreecommitdiff
path: root/llvm/cmake/modules
AgeCommit message (Expand)Author
2025-11-20[CMake] handle the AIX form of the lto cache dir option (#168868)David Tenty
2025-11-18[CMake] Declare all parts of *GenRegisterInfo.inc as outputs. (#168405)Ivan Kosarev
2025-11-17[PowerPC][AIX] Remove flag for no semantic interposition (#168109)Lei Huang
2025-11-13[CMake][unittests] Teach export_executable_symbols about ALIAS targets (#167932)Michael Kruse
2025-11-12[runtimes][GTest] LLVM-independent unittests (#164794)Michael Kruse
2025-11-04[cmake] Pass PYTHON_EXECUTABLE to native builds (#163574)Ross Burton
2025-10-29[flang][cmake] Set the usual linker flags for non-gtest unit tests (#165256)Nikita Popov
2025-10-10[cmake] Unconditionally use -Wno-pass-failed with Clang (#162835)Martin Storsjö
2025-10-08[CMake] Suppress -Wpass-failed warning (#160472)Nikita Popov
2025-10-01[Clang][CMake] Add CSSPGO support to LLVM_BUILD_INSTRUMENTED (#79942)Amir Ayupov
2025-09-20[LLVM] Remove leftover unnecessary CMake for GPU runtimesJoseph Huber
2025-09-19[libc] Fix libc build on NVPTX using wrong linker flagJoseph Huber
2025-09-19[LLVM] Simplify GPU runtimes flag handling (#159802)Joseph Huber
2025-09-17[CAS] LLVM_ENABLE_ONDISK_CAS requires `flock` on UNIX (#159207)Steven Wu
2025-09-17[CMake] Merge if statements for GCC warning disabling. NFC. (#159172)Martin Storsjö
2025-09-16[CMake] Disable more noisy GCC warnings (#159044)Martin Storsjö
2025-09-16Revert "[CMake] Disable more noisy GCC warnings (#159044)"Martin Storsjö
2025-09-16[CMake] Disable more noisy GCC warnings (#159044)Martin Storsjö
2025-09-15[cmake] Add LLVM_TARGET_TRIPLE_ENV to LLVMConfig.cmake.in (#158303)parabola94
2025-09-15Add llvm-ml64 to LLVM_TOOLCHAIN_TOOLS (#158582)Hans Wennborg
2025-09-09[CMake] Disable -Wdangling-reference warnings on GCC (#157541)Martin Storsjö
2025-09-06[CMake] add `SKIP` to `add_lit_testsuites` (#157176)Maksim Levental
2025-09-03Reapply [IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov
2025-09-02Revert "[IR] Remove options to make scalable TypeSize access a warning (#1563...Nikita Popov
2025-09-02[IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov
2025-08-30Be smarter about the GLIBCXX_USE_CXX11_ABI default (#155781)serge-sans-paille
2025-08-29[CMake][AIX] quote the string AIX `if` conditionsDavid Tenty
2025-08-29[CMake] Remove LLVM_ENABLE_IR_PGO Option (#155958)Aiden Grossman
2025-08-22Default to GLIBCXX_USE_CXX11_ABI=ONserge-sans-paille
2025-08-22Be explicit about what libstdc++ C++11 ABI to use (#154447)Mike Hommey
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-08-15Revert "Remember LLVM_ENABLE_LIBCXX setting in installed configuration" (#153...gulfemsavrun
2025-08-13Remember LLVM_ENABLE_LIBCXX setting in installed configuration (#139712)Michael Kruse
2025-08-08[KeyInstr] Remove LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS CMake flag (#152735)Orlando Cazalet-Hyams
2025-08-07Remove __SHORT_FILE__ macro definition in CMake (#152344)Mehdi Amini
2025-08-05Revert "Revert "Strip the full path from __FILE__ in the LDBG macro and keep ...Jon Roelofs
2025-08-05Revert "Strip the full path from __FILE__ in the LDBG macro and keep only the...Jon Roelofs
2025-07-30[cmake] Don't generate per-file "__SHORT_FILE__" defines on visual studio bui...Simon Pilgrim
2025-07-30Fix llvm_process_sources to append source file properties instead of overridi...Mehdi Amini
2025-07-26Strip the full path from __FILE__ in the LDBG macro and keep only the filenam...Mehdi Amini
2025-07-11[mlir][cmake] Fix missing entries in `tablegen_compile_commands.yml` (#147516)Markus Böck
2025-07-01[LLVM][Cygwin] Enable dynamic linking of libLLVM (#146440)Mateusz Mikuła
2025-06-20[TargetParser][cmake] Be Smarter about TableGen Deps (#144848)Sam Elliott
2025-06-20Fix references to required libraries when building LLVM with ASAN and MultiTh...Douglas
2025-06-17[CMake] Add BINARY_DIR argument for add_lit_testsuites (#144431)Chris B
2025-06-16[build] Fixed LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING handling. (#144391)Slava Zakharin
2025-06-14[llvm] [cmake] Use pkg-config to obtain libffi search hints (#144221)Michał Górny
2025-06-14CMake: Fix LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING to be 1 or 0.NAKAMURA Takumi
2025-06-13[Cygwin] CYGWIN is not WIN32 in current CMake (#143130)Tomohiro Kashiwada
2025-06-13[DLCov] Origin-Tracking: Add config options (#143590)Stephen Tozer