aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't search libxml2 if using msan. LLVM already has similar check.Vitaly Buka2017-09-011-4/+8
* CMake: only try to find the Z3 package when `CLANG_ANALYZER_BUILD_Z3` is ONMehdi Amini2017-08-271-2/+1
* Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse2017-08-081-0/+2
* [CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman2017-07-281-1/+2
* Clang and LLVM search for different versions of libxml2, reset foundEric Beckmann2017-07-261-0/+1
* [Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.NAKAMURA Takumi2017-07-231-0/+7
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-5/+1
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-231-0/+4
* Fix two-stage build on windows using DistributionExample cmake cacheNAKAMURA Takumi2017-05-111-3/+10
* [analyzer] Add new Z3 constraint manager backendDominic Chen2017-04-041-6/+19
* Define LLVM_ENABLE_WARNINGS when building standalone clang to ensure warnings...Eric Fiselier2017-03-061-0/+1
* clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).NAKAMURA Takumi2017-02-181-1/+1
* Fix r291495 -- Normalize LLVM_CMAKE_PATH in clang standalone build.NAKAMURA Takumi2017-02-131-1/+5
* [test] Port clang tests to canonicalized booleansMichal Gorny2017-01-251-16/+0
* [CMake] Separate LLVM_ENABLE_LTO and LLVM_ENABLE_LLDPetr Hosek2017-01-171-3/+5
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny2017-01-091-2/+3
* [clang] Fix clean build of generate-order-fileAlexander Shaposhnikov2016-12-301-23/+23
* [Driver] Allow setting the default linker during buildPetr Hosek2016-12-141-0/+3
* [CMake] Support lld with LTO bootstrapPetr Hosek2016-11-161-3/+8
* [CMake] Add clang-bootstrap-deps targetChris Bieneman2016-10-191-11/+13
* [cmake] Update lit search to match the one in LLVMMichal Gorny2016-10-181-2/+5
* [CMake] Add a few default passthrough variables for bootstrap buildsChris Bieneman2016-10-171-1/+3
* [CMake] More robust handling for bootstrap variablesChris Bieneman2016-09-211-1/+5
* [CMake] Check if passthrough variables are definedChris Bieneman2016-09-211-1/+1
* [CMake] Pass CLANG_VERSION_* variables into later stagesChris Bieneman2016-09-211-0/+3
* [CMake] Support overriding CLANG_VERSION_*Chris Bieneman2016-09-201-4/+10
* Simplify Clang's version number configuration in CMake.David L. Jones2016-09-151-14/+5
* driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman2016-08-231-0/+3
* [CMake] Workflow improvements to PGO generationChris Bieneman2016-08-161-4/+15
* Support setting default value for -rtlib at build timeJonas Hahnfeld2016-07-271-2/+13
* [CMake] Pass DYLD_LIBRARY_PATH as CMake variable instead of as envarChris Bieneman2016-07-251-6/+9
* [CMake] Cleaning up some CMake warningsChris Bieneman2016-07-251-3/+6
* Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFCJonas Hahnfeld2016-07-251-2/+2
* Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman2016-07-091-0/+3
* Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman2016-07-091-143/+5
* [cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman2016-06-291-22/+1
* [CMake] Remove CLANG_APPEND_VC_REV optionChris Bieneman2016-06-241-13/+0
* Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.Rafael Espindola2016-06-201-0/+3
* [CMake] Cleaning up CMake version checks in ExternalProject callsChris Bieneman2016-06-091-17/+6
* [CMake] Version is aways greater than 3Chris Bieneman2016-06-091-25/+22
* [CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman2016-06-091-15/+1
* Revert "[CMake] Fix an issue building out-of-tree introduced in r272200"Chris Bieneman2016-06-091-2/+0
* [CMake] Fix an issue building out-of-tree introduced in r272200Chris Bieneman2016-06-091-0/+2
* Don't pass --build-id to ld by default.Rafael Espindola2016-06-031-0/+2
* [CMake] Update to requiring CMake 3.4.3Chris Bieneman2016-05-311-1/+1
* [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using...Chris Bieneman2016-04-271-8/+13
* [Perf-Training] Reworked workflow improvements for order-file generationChris Bieneman2016-04-081-9/+20
* Convert to Unix line endings due to previous commit error.Mike Spertus2016-03-281-823/+823
* Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus2016-03-281-819/+823
* [CMake] Defaulting CLANG_VENDOR to PACKAGE_VENDORChris Bieneman2016-03-151-1/+1