summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-07[OpenMP] NVPTX: Set default/minimum compute capability to sm_35George Rokos
2017-12-05[CMake] Don't use comma as an alternate separatorPetr Hosek
2017-11-29[CMake] Support side-by-side checkouts in multi-stage buildPetr Hosek
2017-11-29[CMake] Use LIST_SEPARATOR rather than escaping in ExternalProject_AddPetr Hosek
2017-11-17[cmake] Use llvm-lit directory when provided for stand-alone buildMichal Gorny
2017-11-11Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich
2017-11-04Move the clang-tblgen-targets project into the Misc folder on IDEs like Visua...Aaron Ballman
2017-10-17[CMake][OpenMP] Customize default offloading archJonas Hahnfeld
2017-09-02Don't search libxml2 if using msan. LLVM already has similar check.Vitaly Buka
2017-08-27CMake: only try to find the Z3 package when `CLANG_ANALYZER_BUILD_Z3` is ONMehdi Amini
2017-08-08Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse
2017-07-28[CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman
2017-07-26Clang and LLVM search for different versions of libxml2, reset foundEric Beckmann
2017-07-23[Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.NAKAMURA Takumi
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi
2017-05-23[GSoC] Shell autocompletion for clangYuka Takahashi
2017-05-11Fix two-stage build on windows using DistributionExample cmake cacheNAKAMURA Takumi
2017-04-04[analyzer] Add new Z3 constraint manager backendDominic Chen
2017-03-07Define LLVM_ENABLE_WARNINGS when building standalone clang to ensure warnings...Eric Fiselier
2017-02-19clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).NAKAMURA Takumi
2017-02-13Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.NAKAMURA Takumi
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny
2017-01-18[CMake] Separate LLVM_ENABLE_LTO and LLVM_ENABLE_LLDPetr Hosek
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny
2016-12-31[clang] Fix clean build of generate-order-fileAlexander Shaposhnikov
2016-12-14[Driver] Allow setting the default linker during buildPetr Hosek
2016-11-16[CMake] Support lld with LTO bootstrapPetr Hosek
2016-10-19[CMake] Add clang-bootstrap-deps targetChris Bieneman
2016-10-18[cmake] Update lit search to match the one in LLVMMichal Gorny
2016-10-18[CMake] Add a few default passthrough variables for bootstrap buildsChris Bieneman
2016-09-22[CMake] More robust handling for bootstrap variablesChris Bieneman
2016-09-21[CMake] Check if passthrough variables are definedChris Bieneman
2016-09-21[CMake] Pass CLANG_VERSION_* variables into later stagesChris Bieneman
2016-09-20[CMake] Support overriding CLANG_VERSION_*Chris Bieneman
2016-09-15Simplify Clang's version number configuration in CMake.David L. Jones
2016-08-23driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman
2016-08-16[CMake] Workflow improvements to PGO generationChris Bieneman
2016-07-27Support setting default value for -rtlib at build timeJonas Hahnfeld
2016-07-25[CMake] Pass DYLD_LIBRARY_PATH as CMake variable instead of as envarChris Bieneman
2016-07-25[CMake] Cleaning up some CMake warningsChris Bieneman
2016-07-25Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFCJonas Hahnfeld
2016-07-10Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman
2016-07-09Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman
2016-06-29[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman
2016-06-24[CMake] Remove CLANG_APPEND_VC_REV optionChris Bieneman
2016-06-20Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.Rafael Espindola
2016-06-09[CMake] Cleaning up CMake version checks in ExternalProject callsChris Bieneman
2016-06-09[CMake] Version is aways greater than 3Chris Bieneman
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman
2016-06-09Revert "[CMake] Fix an issue building out-of-tree introduced in r272200"Chris Bieneman