summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2016-11-01[CMake] Fix rpath construction for out-of-tree buildsChris Bieneman
2016-11-01[RISCV] Add stub backendAlex Bradbury
2016-10-24cmake: Rename installhdrs to install-llvm-headers and fix the dependenciesJustin Bogner
2016-10-19[cmake] Declare LLVM_CMAKE_PATH for use in subprojectsMichal Gorny
2016-10-07[cmake] Treat polly as "in tree" if LLVM_EXTERNAL_POLLY_SOURCE_DIR is providedHongbin Zheng
2016-09-27[CMake] Force CMP0057 to NEWChris Bieneman
2016-09-27[cmake] Support overriding remaining HTML doc install directoriesMichal Gorny
2016-09-27Improve CMake output of host and target tripleChris Bieneman
2016-09-06Try to fix a circular dependency in the modules build.Rafael Espindola
2016-09-01[CMake] Connecting check-all and test-depends targets correctlyChris Bieneman
2016-08-25Hooking up a check-all target for the runtimes projectsChris Bieneman
2016-08-23[CMake] [OCaml] Add -DLLVM_ENABLE_OCAMLDOC switchPeter Zotov
2016-08-23[lanai] Make Lanai backend non-experimentalJacques Pienaar
2016-08-18[CMake] Silence message on multi-configuration generatorsChris Bieneman
2016-08-04Remove LLVM_ENABLE_LIBCXXABIJonas Hahnfeld
2016-08-01Build llvm with ccache if package is presentSumanth Gundapaneni
2016-07-29Add LLVM_ENABLE_LLD option to use LLD as C/C++ linker.Eugene Zelenko
2016-07-25[CMake] Support feeding DYLD_LIBRARY_PATH into archiver callsChris Bieneman
2016-07-23[cmake] Use a sane default for LLVM_PROFILE_DATA_DIRVedant Kumar
2016-07-21[cmake] Move the including of utils/unittests under LLVM_INCLUDE_UTILS instea...Michael Gottesman
2016-07-21[CMake][GlobalISel] Turn LLVM_BUILD_GLOBAL_ISEL into an option. NFC.Quentin Colombet
2016-07-19Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth
2016-07-18Bump the trunk version to 4.0.0svn.Hans Wennborg
2016-07-10[cmake] Create the LLVM_BUILD_UTILS option.Michael Gottesman
2016-06-30[CMake] Module builds depend on target intrinsics_gen to be built first.Vassil Vassilev
2016-06-30[CMake] Add an LLVM_ENABLE_MODULE_DEBUGGING flag for building with -gmodules.Adrian Prantl
2016-06-30[CMake] Introduce a LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY flag.Adrian Prantl
2016-06-23[CMake] Add LLVM runtimes directoryChris Bieneman
2016-06-13Add support for collating profiles for use with code coverageVedant Kumar
2016-06-08[CMake] Cleanup version checks for CMake 3.0Chris Bieneman
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman
2016-06-08[CMake] Support overriding binary install directoryChris Bieneman
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-05-05Remove LLVM_ENABLE_TIMESTAMPSChris Bieneman
2016-05-05Remove bit-rotten CppBackend.James Y Knight
2016-05-04cmake: Prefix Polly options with LLVM_ to avoid variable shadowingTobias Grosser