aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[CMake] Only pass PYTHON_EXECUTABLE to native build if defined (#180964)Harrison Hao1-1/+5
2026-02-05[CMake][TableGen] Fix Ninja depslog error with implicit outputs on Ninja <1.1...Eric Christopher1-3/+43
2026-02-03Revert "[TargetParser][cmake] Recurse for TableGen deps" (#179588)Brendan Dahl1-1/+1
2026-02-03[TargetParser][cmake] Recurse for TableGen deps (#177274)Brendan Dahl1-1/+1
2026-01-21[runtimes] Share doxygen handling with LLVM (#176948)Michael Kruse1-41/+0
2026-01-20Fix invalid escapes in VCSVersion.inc (#172899)Andrei Damian1-2/+2
2026-01-17[CMake] Enable warnings for PCH (#176566)Alexis Engelke1-0/+7
2026-01-16[cmake] Restore exception flags in llvm-config --cxxflags (#176195)Nikita Popov1-15/+21
2026-01-12[CMake][NFC] Drop unnecessary GTest RTTI define (#175555)Alexis Engelke1-3/+0
2026-01-12[CMake] Move RTTI flag calculation to AddLLVM.cmake (#175553)Alexis Engelke2-12/+15
2026-01-02[CMake] Fix variable name mistakeAlexis Engelke1-2/+2
2026-01-01[CMake] Re-add -fno-rtti to llvm-config --cxxflags (#174084)Alexis Engelke2-14/+17
2025-12-30[LLVM][CMake][NFC] Use generator expression to separate CXXFLAGS (#173869)Alexis Engelke1-42/+14
2025-12-25[cmake] Simplify LLVM_ON_WIN32 logic (#173525)Reid Kleckner1-14/+6
2025-12-22[llvm][CMake] Remove -fno-lifetime-dse (#173322)Aiden Grossman1-10/+0
2025-12-22[OCaml] Try to fix library dependencies (#171470)Nikita Popov1-2/+7
2025-12-13llvm/cmake/config.guess: add support for e2k (Elbrus-2000) (#162460)Ramil Sattarov1-0/+3
2025-12-02[cmake] Fix semicolon expansion when passing LLVM_TABLEGEN_FLAGS (#169518)Anton Sidorenko1-1/+3
2025-11-20[CMake] handle the AIX form of the lto cache dir option (#168868)David Tenty1-0/+3
2025-11-18[CMake] Declare all parts of *GenRegisterInfo.inc as outputs. (#168405)Ivan Kosarev1-1/+11
2025-11-17[PowerPC][AIX] Remove flag for no semantic interposition (#168109)Lei Huang1-4/+7
2025-11-13[CMake][unittests] Teach export_executable_symbols about ALIAS targets (#167932)Michael Kruse1-0/+8
2025-11-12[runtimes][GTest] LLVM-independent unittests (#164794)Michael Kruse1-1/+7
2025-11-04[cmake] Pass PYTHON_EXECUTABLE to native builds (#163574)Ross Burton1-0/+1
2025-10-29[flang][cmake] Set the usual linker flags for non-gtest unit tests (#165256)Nikita Popov1-21/+26
2025-10-10[cmake] Unconditionally use -Wno-pass-failed with Clang (#162835)Martin Storsjö1-7/+9
2025-10-08[CMake] Suppress -Wpass-failed warning (#160472)Nikita Popov1-0/+7
2025-10-01[Clang][CMake] Add CSSPGO support to LLVM_BUILD_INSTRUMENTED (#79942)Amir Ayupov1-1/+29
2025-09-20[LLVM] Remove leftover unnecessary CMake for GPU runtimesJoseph Huber1-8/+0
2025-09-19[libc] Fix libc build on NVPTX using wrong linker flagJoseph Huber1-1/+9
2025-09-19[LLVM] Simplify GPU runtimes flag handling (#159802)Joseph Huber1-6/+0
2025-09-17[CAS] LLVM_ENABLE_ONDISK_CAS requires `flock` on UNIX (#159207)Steven Wu1-0/+8
2025-09-17[CMake] Merge if statements for GCC warning disabling. NFC. (#159172)Martin Storsjö1-28/+18
2025-09-16[CMake] Disable more noisy GCC warnings (#159044)Martin Storsjö1-0/+16
2025-09-16Revert "[CMake] Disable more noisy GCC warnings (#159044)"Martin Storsjö1-16/+0
2025-09-16[CMake] Disable more noisy GCC warnings (#159044)Martin Storsjö1-0/+16
2025-09-15[cmake] Add LLVM_TARGET_TRIPLE_ENV to LLVMConfig.cmake.in (#158303)parabola941-0/+2
2025-09-15Add llvm-ml64 to LLVM_TOOLCHAIN_TOOLS (#158582)Hans Wennborg1-0/+1
2025-09-09[CMake] Disable -Wdangling-reference warnings on GCC (#157541)Martin Storsjö1-0/+8
2025-09-06[CMake] add `SKIP` to `add_lit_testsuites` (#157176)Maksim Levental1-1/+16
2025-09-03Reapply [IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov1-4/+0
2025-09-02Revert "[IR] Remove options to make scalable TypeSize access a warning (#1563...Nikita Popov1-0/+4
2025-09-02[IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov1-4/+0
2025-08-30Be smarter about the GLIBCXX_USE_CXX11_ABI default (#155781)serge-sans-paille1-1/+9
2025-08-29[CMake][AIX] quote the string AIX `if` conditionsDavid Tenty3-3/+3
2025-08-29[CMake] Remove LLVM_ENABLE_IR_PGO Option (#155958)Aiden Grossman1-4/+1
2025-08-22[cmake] Add config.guess for RISC-V BE (#154903)Djordje Todorovic1-1/+1
2025-08-22Default to GLIBCXX_USE_CXX11_ABI=ONserge-sans-paille1-1/+1
2025-08-22Be explicit about what libstdc++ C++11 ABI to use (#154447)Mike Hommey1-0/+18
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty3-27/+32