summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum toolchain versionJF Bastien2019-02-071-22/+50
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-072-0/+53
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-065-287/+162
* Revert "Bump minimum toolchain version"JF Bastien2019-02-021-50/+22
* Bump minimum toolchain versionJF Bastien2019-02-021-22/+50
* [CMake] Add install targets for utilities to LLVM exports if LLVM_INSTALL_UTI...Stefan Granitz2019-02-011-11/+21
* Revert "Bump minimum toolchain version"JF Bastien2019-02-011-57/+22
* Bump minimum toolchain versionJF Bastien2019-02-011-22/+57
* Revert "Bump minimum toolchain version"JF Bastien2019-01-311-54/+22
* Bump minimum toolchain versionJF Bastien2019-01-311-22/+54
* Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek2019-01-315-158/+287
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-01-315-287/+158
* [CMake] Accept ENTITLEMENTS in llvm_add_library()Stefan Granitz2019-01-301-2/+2
* [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny2019-01-281-1/+0
* Document toolchain update policyJF Bastien2019-01-211-1/+1
* [NFC] Factor out + document build requirementsJF Bastien2019-01-161-41/+55
* [CMake] Export utility targets to the build/install tree depending on LLVM_BU...Stefan Granitz2019-01-111-0/+3
* [CMake] Use XCODE_ATTRIBUTE properties for code signing and entitlements in X...Stefan Granitz2019-01-041-7/+11
* Fix mingw build failures caused by r349839Tom Stellard2018-12-221-0/+4
* Fix Windows build failures caused by r349839Tom Stellard2018-12-201-6/+6
* cmake: Remove add_llvm_loadable_module()Tom Stellard2018-12-201-37/+10
* Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"Alexandre Ganea2018-12-191-0/+6
* Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea2018-12-192-17/+0
* Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea2018-12-191-6/+0
* Let TableGen write output only if it changed, instead of doing so in cmake, a...Nico Weber2018-12-191-16/+4
* Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"Alexandre Ganea2018-12-191-0/+6
* Revert r349541 (Fix MSVC dependency issue between Clang-tablegen and LLVM-tab...Alexandre Ganea2018-12-181-6/+0
* Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegenAlexandre Ganea2018-12-181-0/+6
* [CMake] Default options for faster executables on MSVCAlexandre Ganea2018-12-182-0/+17
* [CMake] llvm_codesign workaround for Xcode double-signing errorsStefan Granitz2018-12-131-12/+13
* [CMake] Add support for NO_INSTALL_RPATH argument in llvm_add_library()Stefan Granitz2018-12-071-5/+9
* [cmake] Clean up add_llvm_subdirectoryShoaib Meenai2018-12-031-14/+17
* [CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for custom dSYM target dire...Stefan Granitz2018-12-031-1/+8
* [CMake] build correctly if build path contains whitespaceShoaib Meenai2018-11-301-3/+3
* Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit...Haojian Wu2018-11-221-10/+0
* Silence C4709 in MSVC because it is buggy.Aaron Ballman2018-11-201-0/+4
* [CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesignStefan Granitz2018-11-161-6/+22
* [CMake] Support cross-compiling with multi-stage buildsPetr Hosek2018-11-161-1/+28
* Fix DragonFlyBSD linkage issue.David Carlier2018-11-101-1/+2
* [CMake] Expose opt-remark tooling through libOptRemarks.dylibFrancis Visoiu Mistrih2018-11-051-0/+1
* Enable -Wimplicit-fallthrough for clang as well as GCCReid Kleckner2018-11-011-0/+1
* [MinGW] Enable large file for mingw-w64Martin Storsjo2018-10-241-0/+4
* [CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPESChris Bieneman2018-10-152-7/+7
* [CMake] Change the default value of LLVM_ENABLE_IDEChris Bieneman2018-10-151-10/+13
* [CMake] Temporarily remove the LLVM_ENABLE_IDE optionChris Bieneman2018-10-111-6/+10
* [CMake] Unconditionally add .h and .td files to target sourcesChris Bieneman2018-10-111-9/+8
* [CMake] NFC. Updating documentation on optionsChris Bieneman2018-10-101-2/+2
* Move llvm util dependencies from clang-tools-extra to add_lit_target.Haojian Wu2018-10-011-0/+11
* [CMake] Avoid REVERSE on unset variableSven van Haastregt2018-09-261-1/+3
* Move individual benchmark targets into the Utils folder in IDEs.Aaron Ballman2018-09-211-0/+1
OpenPOWER on IntegriCloud