summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman2016-07-101-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
* [CMake] Add BINUTILS_INCDIR to the default passthrough list for multi-stage b...Chris Bieneman2016-02-261-0/+1
* [cmake] Revert r260742 (and r260744) to improve order file support.Chandler Carruth2016-02-171-13/+7
* [CMake] Fixing bots I broke.Chris Bieneman2016-02-121-1/+1
* [CMake] Improve the clang order-file generation workflowChris Bieneman2016-02-121-7/+13
* [CMake] Pass stage1 tools through to stage2 when building with LTOChris Bieneman2016-02-121-2/+6
* [CMake] Add option to switch default C++ stdlibJonas Hahnfeld2016-02-121-0/+9
* [CMake] Pass LLVM_EXTERNAL_*_SOURCE_DIR variables to subsequent stagesChris Bieneman2016-02-101-0/+4
* [CMake] One more try to make CMake clean up after itselfChris Bieneman2016-02-051-0/+4
* Revert "[CMake] Improve the clang order-file generation workflow"Chris Bieneman2016-02-051-13/+3
* [CMake] One more try to fix this.Chris Bieneman2016-02-051-0/+5
* [CMake] Speculative fix for linker error on LinuxChris Bieneman2016-02-051-2/+2
* [CMake] Improve the clang order-file generation workflowChris Bieneman2016-02-051-1/+11
* Install cmake files to lib/cmake/clangNiels Ole Salscheider2016-02-041-5/+5
* [CMake] Don't apply Export set to clang toolsChris Bieneman2016-01-191-1/+0
* [CMake] Creating add_clang_tool macro to wrap add_clang_executable and genera...Chris Bieneman2016-01-191-0/+16
* [CMake] Properly respect the CLANG_APPEND_VC_REV optionChris Bieneman2016-01-191-7/+8
* [CMake] Move the install logic for libclang's headers into the libclang CMake...Chris Bieneman2016-01-141-22/+0
* [CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=OnChris Bieneman2016-01-141-0/+13
* [CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman2016-01-051-8/+34
* Revert "[CMake] Support a simple case for bootstrap builds to generate PGO data"Chris Bieneman2015-12-191-34/+8
* [CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman2015-12-191-8/+34
* [CMake] Name the bootstrap stages stage[0-9]Chris Bieneman2015-12-161-17/+38
* [CMake] If you're building compiler-rt, the bootstrap build should depend on it.Chris Bieneman2015-12-161-1/+5
* [CMake] Make CLANG_BOOTSTRAP_TARGETS overridableChris Bieneman2015-12-161-3/+4
* [CMake] Add support for generating profdata for clang from training filesChris Bieneman2015-12-161-0/+1
* [OPENMP] Make -fopenmp to turn on OpenMP support by default, clang partAlexey Bataev2015-12-101-1/+1
* NFC. Fixing my consistently incorrect spelling.Chris Bieneman2015-11-231-8/+8
* [CMake] Add support for specifying arguments to the bootstrap build.Chris Bieneman2015-11-201-0/+31
* [CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the insta...Argyrios Kyrtzidis2015-11-131-2/+16
* [CMake] Setup an install component for libclang and c-index-test.Argyrios Kyrtzidis2015-11-121-2/+15
* [CMake] Support passing CMAKE_VERBOSE_MAKEFILE through to bootstrap builds.Chris Bieneman2015-11-091-1/+5
* [CMake] Make clang/tools subdirectories controlled via optionsChris Bieneman2015-10-201-0/+4
* [CMake] Always generate and install cmake config files on CMake>=3.0.NAKAMURA Takumi2015-10-101-1/+2