aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2019-02-13[llvm] [cmake] Provide split include paths in LLVMConfigMichal Gorny
2019-02-11[llvm] [cmake] Use current directory in GenerateVersionFromVCSMichal Gorny
2019-02-09This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha
2019-02-08[Cmake] Add an option to build LLVM using the experimental new pass managerRong Xu
2019-02-07[cmake] Pass LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN to NATIVE configureShoaib Meenai
2019-02-07Bump minimum toolchain versionJF Bastien
2019-02-07Move the SMT API to LLVMMikhail R. Gadelha
2019-02-06build: Remove the cmake check for malloc.h.Peter Collingbourne
2019-02-06[CMake] Unify scripts for generating VCS headersPetr Hosek
2019-02-02Revert "Bump minimum toolchain version"JF Bastien
2019-02-02Bump minimum toolchain versionJF Bastien
2019-02-01[CMake] Add install targets for utilities to LLVM exports if LLVM_INSTALL_UTI...Stefan Granitz
2019-02-01Revert "Bump minimum toolchain version"JF Bastien
2019-02-01Bump minimum toolchain versionJF Bastien
2019-01-31Revert "Bump minimum toolchain version"JF Bastien
2019-01-31Bump minimum toolchain versionJF Bastien
2019-01-31[cmake] Note future cleanup in comment. NFCShoaib Meenai
2019-01-31Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek
2019-01-31[CMake] Unify scripts for generating VCS headersPetr Hosek
2019-01-30[CMake] Accept ENTITLEMENTS in llvm_add_library()Stefan Granitz
2019-01-28[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny
2019-01-22Fix llvm::is_trivially_copyable portability issuesSerge Guelton
2019-01-21Document toolchain update policyJF Bastien
2019-01-20[AVR] Allow AVR to be explicitly set as the default target tripleDylan McKay
2019-01-16[NFC] Factor out + document build requirementsJF Bastien
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