summaryrefslogtreecommitdiff
path: root/llvm/cmake
AgeCommit message (Expand)Author
2019-01-11[CMake] Export utility targets to the build/install tree depending on LLVM_BU...Stefan Granitz
2019-01-04[CMake] Use XCODE_ATTRIBUTE properties for code signing and entitlements in X...Stefan Granitz
2018-12-22Fix mingw build failures caused by r349839Tom Stellard
2018-12-20Fix Windows build failures caused by r349839Tom Stellard
2018-12-20cmake: Remove add_llvm_loadable_module()Tom Stellard
2018-12-19Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"Alexandre Ganea
2018-12-19Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea
2018-12-19Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea
2018-12-19Let TableGen write output only if it changed, instead of doing so in cmake, a...Nico Weber
2018-12-19Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"Alexandre Ganea
2018-12-18Revert r349541 (Fix MSVC dependency issue between Clang-tablegen and LLVM-tab...Alexandre Ganea
2018-12-18Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegenAlexandre Ganea
2018-12-18[CMake] Default options for faster executables on MSVCAlexandre Ganea
2018-12-13[CMake] llvm_codesign workaround for Xcode double-signing errorsStefan Granitz
2018-12-07[CMake] Add support for NO_INSTALL_RPATH argument in llvm_add_library()Stefan Granitz
2018-12-03[cmake] Clean up add_llvm_subdirectoryShoaib Meenai
2018-12-03[CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for custom dSYM target dire...Stefan Granitz
2018-11-30[CMake] build correctly if build path contains whitespaceShoaib Meenai
2018-11-26[Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...Argyrios Kyrtzidis
2018-11-22Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit...Haojian Wu
2018-11-20Silence C4709 in MSVC because it is buggy.Aaron Ballman
2018-11-18Swap order of discovering of -ltinfo and -lterminfoKamil Rytarowski
2018-11-16[CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesignStefan Granitz
2018-11-16[CMake] Support cross-compiling with multi-stage buildsPetr Hosek
2018-11-10Fix DragonFlyBSD linkage issue.David Carlier
2018-11-05[CMake] Expose opt-remark tooling through libOptRemarks.dylibFrancis Visoiu Mistrih
2018-11-01Enable -Wimplicit-fallthrough for clang as well as GCCReid Kleckner
2018-10-24[MinGW] Enable large file for mingw-w64Martin Storsjo
2018-10-15[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman
2018-10-15[CMake] Change the default value of LLVM_ENABLE_IDEChris Bieneman
2018-10-11[CMake] Temporarily remove the LLVM_ENABLE_IDE optionChris Bieneman
2018-10-11[CMake] Unconditionally add .h and .td files to target sourcesChris Bieneman
2018-10-10[CMake] NFC. Updating documentation on optionsChris Bieneman
2018-10-05[cmake] Also create lowercase extension WinSDK symlinksShoaib Meenai
2018-10-01Move llvm util dependencies from clang-tools-extra to add_lit_target.Haojian Wu
2018-09-26[CMake] Avoid REVERSE on unset variableSven van Haastregt
2018-09-21Move individual benchmark targets into the Utils folder in IDEs.Aaron Ballman
2018-09-14Test commit accessLion Yang
2018-09-14Introduce explicit add_unittest_with_input_files target for tests that use ll...Nico Weber
2018-09-07[CMake] Fix LLVM_ENABLE_LTO option on WindowsAlexandre Ganea
2018-09-06Fix a configure issue with Visual Studio generators.Zachary Turner
2018-09-05Add support for unittest inputs.Zachary Turner
2018-09-04Disable -Wnoexcept-type due to false positives with GCC.Aaron Ballman
2018-08-30Remove LIT_SITE_CFG_IN_FOOTER, llvmNico Weber
2018-08-30Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES"Roman Lebedev
2018-08-28Pull google/benchmark library to the LLVM treeKirill Bobyrev
2018-08-22[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman
2018-08-16[cmake] Prevent LLVMgold.so from being unloaded on LinuxHans Wennborg
2018-08-14[CMake] Split -gx strip flag into -g -xPetr Hosek
2018-08-09[CMake] Use normalized Windows target triplesPetr Hosek