summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-06-09[CMake] Fix an issue building out-of-tree introduced in r272200Chris Bieneman
2016-06-03Don't pass --build-id to ld by default.Rafael Espindola
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-04-27[CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using...Chris Bieneman
2016-04-08[Perf-Training] Reworked workflow improvements for order-file generationChris Bieneman
2016-03-28Convert to Unix line endings due to previous commit error.Mike Spertus
2016-03-28Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus
2016-03-15[CMake] Defaulting CLANG_VENDOR to PACKAGE_VENDORChris Bieneman
2016-02-26[CMake] Add BINUTILS_INCDIR to the default passthrough list for multi-stage b...Chris Bieneman
2016-02-17[cmake] Revert r260742 (and r260744) to improve order file support.Chandler Carruth
2016-02-12[CMake] Fixing bots I broke.Chris Bieneman
2016-02-12[CMake] Improve the clang order-file generation workflowChris Bieneman
2016-02-12[CMake] Pass stage1 tools through to stage2 when building with LTOChris Bieneman
2016-02-12[CMake] Add option to switch default C++ stdlibJonas Hahnfeld
2016-02-10[CMake] Pass LLVM_EXTERNAL_*_SOURCE_DIR variables to subsequent stagesChris Bieneman
2016-02-05[CMake] One more try to make CMake clean up after itselfChris Bieneman
2016-02-05Revert "[CMake] Improve the clang order-file generation workflow"Chris Bieneman
2016-02-05[CMake] One more try to fix this.Chris Bieneman
2016-02-05[CMake] Speculative fix for linker error on LinuxChris Bieneman
2016-02-05[CMake] Improve the clang order-file generation workflowChris Bieneman
2016-02-04Install cmake files to lib/cmake/clangNiels Ole Salscheider
2016-01-19[CMake] Don't apply Export set to clang toolsChris Bieneman
2016-01-19[CMake] Creating add_clang_tool macro to wrap add_clang_executable and genera...Chris Bieneman
2016-01-19[CMake] Properly respect the CLANG_APPEND_VC_REV optionChris Bieneman
2016-01-14[CMake] Move the install logic for libclang's headers into the libclang CMake...Chris Bieneman
2016-01-14[CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=OnChris Bieneman
2016-01-05[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman
2015-12-19Revert "[CMake] Support a simple case for bootstrap builds to generate PGO data"Chris Bieneman
2015-12-19[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman
2015-12-16[CMake] Name the bootstrap stages stage[0-9]Chris Bieneman
2015-12-16[CMake] If you're building compiler-rt, the bootstrap build should depend on it.Chris Bieneman
2015-12-16[CMake] Make CLANG_BOOTSTRAP_TARGETS overridableChris Bieneman
2015-12-16[CMake] Add support for generating profdata for clang from training filesChris Bieneman
2015-12-10[OPENMP] Make -fopenmp to turn on OpenMP support by default, clang partAlexey Bataev
2015-11-23NFC. Fixing my consistently incorrect spelling.Chris Bieneman
2015-11-20[CMake] Add support for specifying arguments to the bootstrap build.Chris Bieneman
2015-11-13[CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the insta...Argyrios Kyrtzidis
2015-11-12[CMake] Setup an install component for libclang and c-index-test.Argyrios Kyrtzidis
2015-11-09[CMake] Support passing CMAKE_VERBOSE_MAKEFILE through to bootstrap builds.Chris Bieneman
2015-10-20[CMake] Make clang/tools subdirectories controlled via optionsChris Bieneman
2015-10-10[CMake] Always generate and install cmake config files on CMake>=3.0.NAKAMURA Takumi
2015-10-09[CMake] Fixing LTO library path passed into bootstrap builds.Chris Bieneman
2015-10-05[CMake] Move CLANG_INCLUDE_TESTS in advance of add_subdirectory(tools).NAKAMURA Takumi
2015-10-02[CMake] Fixing clang bootstrap to use LLVM_RUNTIME_OUTPUT_INTDIR instead of C...Chris Bieneman
2015-09-18[CMake] Refactoring and cleaning up clang symlink generation.Chris Bieneman
2015-09-18Revert "[CMake] Refactoring and cleaning up clang symlink generation."Chris Bieneman
2015-09-18[CMake] Refactoring and cleaning up clang symlink generation.Chris Bieneman
2015-09-11[CMake] [Darwin] Add support for building bootstrap builds with -fltoChris Bieneman
2015-09-11[CMake] Making the bootstrap-clear target always delete the boostrap build di...Chris Bieneman
2015-08-21[CMake][Standalone] Detect Python. Python is used for Lit testing.NAKAMURA Takumi