summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-10-16cmake: BSD: Mark /usr/local/include as system include directoryMatthias Braun
2017-10-15Phony change to CMakeLists.txt to (hopefully) trigger regenerationKrzysztof Parzyszek
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[cmake] Allow building fuzzers with OSS-Fuzz flags.Matt Morehouse
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-09-29Revert "[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)"Brian Gesiak
2017-09-29[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)Brian Gesiak
2017-09-29[CMake] Fix typo "Wraning" (NFC)Brian Gesiak
2017-09-27[CMake] Fix typo: "in-tree" -> "in-source" (NFC)Brian Gesiak
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton
2017-09-26CMake: Add option to set LLVM_ENABLE_DUMPMatthias Braun
2017-09-20[cmake] Add an option to build llvm with IR PGOVedant Kumar
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-14[lit] Force site configs to be run before source-tree configsZachary Turner
2017-09-13Revert "Determine up front which projects are enabled."Zachary Turner
2017-09-12Determine up front which projects are enabled.Zachary Turner
2017-08-29[cmake] Stop putting the revision info in LLVM_VERSION_STRINGReid Kleckner
2017-08-13Remove RISCV from LLVM_ALL_TARGETS in CMakeLists.txtAlex Bradbury
2017-08-03[GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet
2017-08-02Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"Reid Kleckner
2017-07-31[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configsReid Kleckner
2017-07-27Un-revert "Teach the CMake build system to run lit's test suite. These can be...Brian Gesiak
2017-07-23[Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.NAKAMURA Takumi
2017-07-20Implement parsing and writing of a single xml manifest file.Eric Beckmann
2017-07-19Update trunk version to 6.0.0svnHans Wennborg
2017-07-19Recommit r274270, [CMake] Module builds depend on target intrinsics_gen to be...NAKAMURA Takumi
2017-07-19Revert r274270, "[CMake] Module builds depend on target intrinsics_gen to be ...NAKAMURA Takumi
2017-07-05CMake: Add LLVM_UTILS_INSTALL_DIR optionTom Stellard
2017-06-30Completely disable git/svn version checking if not needed.Rafael Espindola
2017-06-22[Solaris] replace Solaris.h hack with a set of better hacksKamil Rytarowski
2017-06-22Test commitEkaterina Vaartis
2017-06-17[CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi
2017-06-09Enable c++1z experimental builds.Vassil Vassilev
2017-06-09We do not need google test utils if we disabled LLVM_INCLUDE_TESTSVassil Vassilev
2017-05-25Update the documentation and CMake file for Visual Studio generators.Aaron Ballman
2017-05-03CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING optionTom Stellard
2017-04-19Allow suppressing host and target info in VersionPrinterXin Tong
2017-03-23[CMake] Provide an option to disable runtimes buildPetr Hosek
2017-03-23Do not polute the source directory.Vassil Vassilev
2017-03-21Fix evaluation of LLVM_DEFINITIONSSerge Pavlov
2017-03-07remove Cmake option for LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCINGBob Wilson
2017-03-06CMake: Add a build target for generating a source RPMTom Stellard
2017-02-14[Tablegen] Instrumenting table gen DAGGenISelDAGAditya Nandakumar
2017-02-07[CMake] Allow overriding CMAKE_LIBTOOLChris Bieneman
2017-02-07[CMake] Move ninja job pool options to HandleLLVMOptionsChris Bieneman
2017-01-28This addresses LLDB bug 31699, which was caused by LLVM using static linking ...Vadim Chugunov
2017-01-26Switch the default for building GlobalISel.Quentin Colombet
2017-01-12Bump trunk version to 5.0.0svnHans Wennborg
2016-12-22Build KillTheDoctor with mingw-w64Reid Kleckner