summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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