aboutsummaryrefslogtreecommitdiff
path: root/clang/CMakeLists.txt
AgeCommit message (Expand)Author
2016-10-18[CMake] Add a few default passthrough variables for bootstrap buildsChris Bieneman
2016-09-22[CMake] More robust handling for bootstrap variablesChris Bieneman
2016-09-21[CMake] Check if passthrough variables are definedChris Bieneman
2016-09-21[CMake] Pass CLANG_VERSION_* variables into later stagesChris Bieneman
2016-09-20[CMake] Support overriding CLANG_VERSION_*Chris Bieneman
2016-09-15Simplify Clang's version number configuration in CMake.David L. Jones
2016-08-23driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman
2016-08-16[CMake] Workflow improvements to PGO generationChris Bieneman
2016-07-27Support setting default value for -rtlib at build timeJonas Hahnfeld
2016-07-25[CMake] Pass DYLD_LIBRARY_PATH as CMake variable instead of as envarChris Bieneman
2016-07-25[CMake] Cleaning up some CMake warningsChris Bieneman
2016-07-25Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. NFCJonas Hahnfeld
2016-07-10Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman
2016-07-09Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman
2016-06-29[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...Michael Gottesman
2016-06-24[CMake] Remove CLANG_APPEND_VC_REV optionChris Bieneman
2016-06-20Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.Rafael Espindola
2016-06-09[CMake] Cleaning up CMake version checks in ExternalProject callsChris Bieneman
2016-06-09[CMake] Version is aways greater than 3Chris Bieneman
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman
2016-06-09Revert "[CMake] Fix an issue building out-of-tree introduced in r272200"Chris Bieneman
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