aboutsummaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-18[cmake] Add -Wcast-qual to C flags if LLVM_ENABLE_WARNINGS is defined.Alex MacLean1-1/+1
2023-07-17[CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviourMartin Storsjö1-21/+20
2023-07-05[CMake] Add /winsysroot to lld-link when LLVM_WINSYSROOT is specifiedArthur Eubanks1-0/+5
2023-07-05[cmake] Add LLVM_UNITTEST_LINK_FLAGS optionNikita Popov2-0/+5
2023-06-21Revert "Define/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY_OUTPUT_INTDIR var."Stella Laurenzo1-3/+0
2023-06-20Define/guard MLIR_STANDALONE_BUILD LLVM_LIBRARY_OUTPUT_INTDIR var.Stella Laurenzo1-0/+3
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea1-0/+10
2023-06-15[CMake] Fixes using CMake 3.27.0.Mark de Wever1-1/+2
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan1-10/+0
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea1-0/+10
2023-06-13[CMake] Enable building with UBSAN + clang-cl on windows.Pierre Gousseau1-19/+31
2023-06-10[CMake] Add missing CheckCSourceCompiles includeSam James1-0/+1
2023-06-08[AIX] Update CMake linker flags to use large glink codeAlison Zhang1-0/+2
2023-06-07[CMake] Add option to link LLVM/subproject executables against LLVM libcAiden Grossman2-0/+11
2023-06-06[CMake] Quote variables where "TARGET" may be a valueSam James1-15/+15
2023-06-03[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice1-1/+5
2023-06-03Revert "[CMake] Ensure `CLANG_RESOURCE_DIR` is respected."Martin Storsjö1-5/+1
2023-06-02[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.paperchalice1-1/+5
2023-06-01[BOLT][CMake] Redo the build and install targetsPetr Hosek1-1/+1
2023-06-01Revert "[BOLT][CMake] Redo the build and install targets"Petr Hosek1-1/+1
2023-06-01[BOLT][CMake] Redo the build and install targetsPetr Hosek1-1/+1
2023-05-30Remove HAVE_STRERRORFangrui Song1-1/+0
2023-05-22[CMake] Set compatibility policy for lists in LLVM-Config.cmake.Marcelo Juchem1-0/+5
2023-05-15[CMake] Use LLVM own tools in extract_symbols.pyIgor Kudrin2-13/+34
2023-05-15[cmake] Disable GCC lifetime DSEXi Ruoyao1-0/+10
2023-05-14Revert "[cmake] Disable GCC lifetime DSE"Sam James1-10/+0
2023-05-14[cmake] Disable GCC lifetime DSEXi Ruoyao1-0/+10
2023-05-14Revert "[cmake] Disable GCC lifetime DSE" (to fix authorship)Sam James1-10/+0
2023-05-13[cmake] Disable GCC lifetime DSESam James1-0/+10
2023-05-04[CMake] Install FindLibEdit find moduleEric Kilmer1-0/+66
2023-05-02add_tablegen: Quick fix to reflect LLVM_TABLEGEN to llvm-min-tblgenNAKAMURA Takumi1-0/+7
2023-05-02add_tablegen: Remove LLVM_ENABLE_OBJLIBNAKAMURA Takumi1-6/+0
2023-05-02Introduce `llvm-min-tblgen` to build public header filesNAKAMURA Takumi1-1/+14
2023-05-02[CMake] add_tablegen: Rename host tablegen to `${target}-host"NAKAMURA Takumi1-2/+2
2023-04-29[CMake] Serialize `build_native_tool`NAKAMURA Takumi2-9/+7
2023-04-24Disable compiler launcher on external projects and multi stage clangHaowei Wu1-2/+13
2023-04-21[CMake] Add missing find_package for LibEditPetr Hosek2-2/+13
2023-04-21[CMake][AIX] Fixing AIX rpathQiongsi Wu1-4/+5
2023-04-19[CMake] Don't set absolute paths as install runpaths on ELF platforms in llvm...Butta1-4/+11
2023-04-17Second try: [clang][cmake] Add options to pass in vcs repo and revision infoHan Zhu1-6/+10
2023-04-17Revert "[clang][cmake] Add options to pass in vcs repo and revision info"Han Zhu1-8/+6
2023-04-17[clang][cmake] Add options to pass in vcs repo and revision infoHan Zhu1-6/+8
2023-03-24[CMake] Respect variables for specifying host tools even without LLVM_USE_HOS...Martin Storsjö1-9/+7
2023-03-10[cmake] Quote args when generating /libpath option specifying runtime dir for...Matthew Voss1-1/+1
2023-03-08Use LLVM_USE_SYMLINKS option in install_symlinkMichael Platings2-10/+20