aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-15Revert "Remember LLVM_ENABLE_LIBCXX setting in installed configuration" (#153...gulfemsavrun2-14/+1
2025-08-13Remember LLVM_ENABLE_LIBCXX setting in installed configuration (#139712)Michael Kruse2-1/+14
2025-08-08[KeyInstr] Remove LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS CMake flag (#152735)Orlando Cazalet-Hyams1-4/+0
2025-08-07Remove __SHORT_FILE__ macro definition in CMake (#152344)Mehdi Amini1-15/+0
2025-08-05Revert "Revert "Strip the full path from __FILE__ in the LDBG macro and keep ...Jon Roelofs1-0/+15
2025-08-05Revert "Strip the full path from __FILE__ in the LDBG macro and keep only the...Jon Roelofs1-15/+0
2025-07-30[cmake] Don't generate per-file "__SHORT_FILE__" defines on visual studio bui...Simon Pilgrim1-10/+13
2025-07-30Fix llvm_process_sources to append source file properties instead of overridi...Mehdi Amini1-1/+4
2025-07-26Strip the full path from __FILE__ in the LDBG macro and keep only the filenam...Mehdi Amini1-0/+9
2025-07-13Turn off uninitialized warnings for GCC up to 14. (#147968)Harald van Dijk1-1/+1
2025-07-11[mlir][cmake] Fix missing entries in `tablegen_compile_commands.yml` (#147516)Markus Böck1-4/+8
2025-07-01[LLVM][Cygwin] Enable dynamic linking of libLLVM (#146440)Mateusz Mikuła2-4/+4
2025-06-20[TargetParser][cmake] Be Smarter about TableGen Deps (#144848)Sam Elliott1-34/+25
2025-06-20Fix references to required libraries when building LLVM with ASAN and MultiTh...Douglas1-5/+6
2025-06-17[CMake] Add BINARY_DIR argument for add_lit_testsuites (#144431)Chris B1-4/+9
2025-06-17[LLVM] [Support] Query the terminal width using `ioctl()` (#143514)Sirraide1-0/+5
2025-06-16[build] Fixed LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING handling. (#144391)Slava Zakharin1-5/+5
2025-06-14[llvm] [cmake] Use pkg-config to obtain libffi search hints (#144221)Michał Górny1-3/+6