summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* [CMake] Fixing LTO library path passed into bootstrap builds.Chris Bieneman2015-10-091-1/+1
* [CMake] Move CLANG_INCLUDE_TESTS in advance of add_subdirectory(tools).NAKAMURA Takumi2015-10-051-4/+4
* [CMake] Fixing clang bootstrap to use LLVM_RUNTIME_OUTPUT_INTDIR instead of C...Chris Bieneman2015-10-021-6/+6
* [CMake] Refactoring and cleaning up clang symlink generation.Chris Bieneman2015-09-181-0/+6
* Revert "[CMake] Refactoring and cleaning up clang symlink generation."Chris Bieneman2015-09-181-8/+0
* [CMake] Refactoring and cleaning up clang symlink generation.Chris Bieneman2015-09-181-0/+8
* [CMake] [Darwin] Add support for building bootstrap builds with -fltoChris Bieneman2015-09-111-2/+13
* [CMake] Making the bootstrap-clear target always delete the boostrap build di...Chris Bieneman2015-09-111-1/+0
* [CMake][Standalone] Detect Python. Python is used for Lit testing.NAKAMURA Takumi2015-08-211-0/+13
* Untabify.NAKAMURA Takumi2015-08-211-1/+1
* [CMake] Simplifying logic for USES_TERMINAL on bootstrap targets.Chris Bieneman2015-08-201-4/+1
* [CMake] Exclude 'bootstrap' target from 'all' where possible.Chris Bieneman2015-08-201-0/+5
* We shouldn't need to pass -fno-strict-aliasing when building clang with clang.Chris Bieneman2015-08-181-1/+4
* The version of libxml2 required by c-index-test must be at least 2.5.3. Consi...Aaron Ballman2015-08-121-1/+1
* [CMake] Add USES_TERMINAL 1 to ExternalProject_Add_Step calls on 3.3.20150708...Chris Bieneman2015-08-051-0/+4
* [CMake] First pass at adding support for clang bootstrap builds to CMakeChris Bieneman2015-08-051-0/+74
* Use Clang version numbers for the Windows VERSIONINFO resource.Greg Bedwell2015-06-121-0/+13
* clang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_INSTALL_PACKAGE_DIR/ f...NAKAMURA Takumi2015-05-291-1/+1
* [CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitionsChris Bieneman2015-05-291-1/+3
* [omp] Re-work Clang's handling of -fopenmp and undo r237769.Chandler Carruth2015-05-281-5/+3
* [OpenMP] Make default OpenMP library (the one selected with just -fopenmp)Richard Smith2015-05-201-0/+5
* [cmake] Clang's install should install clang/Config/config.hChris Bieneman2015-03-231-0/+1
* clang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDIR also here, or plugin...NAKAMURA Takumi2015-01-051-0/+6
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-291-0/+3
* [cmake] Teach the Clang CMake build to use LLVM_LIBDIR_SUFFIX for itsChandler Carruth2014-12-291-3/+3
* CMake: try to actually fix the regexes for setting HOST_LINK_VERSION this tim...Hans Wennborg2014-12-041-4/+4
* CMake: make the regexes used for setting HOST_LINK_VERSION more forgiving (PR...Hans Wennborg2014-12-021-1/+1
* Remove -Wcast-qual as it's inherited from llvm since r221913.Roman Divacky2014-11-131-1/+1
* CMake: Set HOST_LINK_VERSION on Darwin (PR21268)Hans Wennborg2014-11-131-0/+20
* cmake: Only export targets in the standalone buildReid Kleckner2014-11-051-21/+23
* Make it easier to build against a pre-built Clang package with CMakeReid Kleckner2014-11-051-0/+23
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-18/+1
* Revert "Revert "Move clang feature flags settings out of LLVM core and into c...Alp Toker2014-07-141-0/+17
* Revert "Move clang feature flags settings out of LLVM core and into cfe"Alp Toker2014-07-141-17/+0
* Move clang feature flags settings out of LLVM core and into cfeAlp Toker2014-07-141-0/+17
* Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker2014-06-061-0/+3
* Revert "Devise a package-private means to determine the LLVM version string"Alp Toker2014-06-061-3/+0
* Devise a package-private means to determine the LLVM version stringAlp Toker2014-06-061-0/+3
* Always check for libxml2 in CMakeAlp Toker2014-06-061-4/+4
* We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.Yaron Keren2014-03-041-9/+0
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-261-1/+1
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-261-0/+14
* [CMake] clang_tblgen: Use add_public_tablegen_target.NAKAMURA Takumi2014-02-231-3/+2