summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2016-12-06[CMake] Fixing clang standalone buildChris Bieneman
2016-12-06[CMake] Cleanup TableGen include flagsChris Bieneman
2016-12-06Introduces cmake option `LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING`Mehdi Amini
2016-12-05Use Darwin libtool's -no_warning_for_no_symbols if available to silence the "...Kuba Mracek
2016-11-28Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatchMehdi Amini
2016-11-28[CMAKE] fix LLVM_OPTIMIZED_TABLEGEN for Visual StudioDaniil Fukalov
2016-11-18Add an option to disable libeditYichao Yu
2016-11-17[cmake] Move LLVM_BUILD_STATIC check to an earlier pointPavel Labath
2016-11-17[CMake] [Darwin] Add support for debugging tablegen dependenciesChris Bieneman
2016-11-09[cmake] Fix handling compiler-rt in LLVM_ENABLE_PROJECTS by turning any "-" i...Mehdi Amini
2016-11-07Add experimental support for unofficial monorepo-like directory layoutMehdi Amini
2016-11-07Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini
2016-11-07Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini
2016-11-02[CMake] Set default build type correctlyShoaib Meenai