summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-06-27Hack to build .so filesHEADmasterHans de Goede1-3/+1
2016-06-24[CMake] Remove CLANG_APPEND_VC_REV optionChris Bieneman1-13/+0
2016-06-20Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.Rafael Espindola1-0/+3
2016-06-09[CMake] Cleaning up CMake version checks in ExternalProject callsChris Bieneman1-17/+6
2016-06-09[CMake] Version is aways greater than 3Chris Bieneman1-25/+22
2016-06-09[CMake] Cleaning up CMake feature gating on 2.8.12Chris Bieneman1-15/+1
2016-06-09Revert "[CMake] Fix an issue building out-of-tree introduced in r272200"Chris Bieneman1-2/+0
2016-06-09[CMake] Fix an issue building out-of-tree introduced in r272200Chris Bieneman1-0/+2
2016-06-03Don't pass --build-id to ld by default.Rafael Espindola1-0/+2
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman1-1/+1
2016-04-27[CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using...Chris Bieneman1-8/+13
2016-04-08[Perf-Training] Reworked workflow improvements for order-file generationChris Bieneman1-9/+20
2016-03-28Convert to Unix line endings due to previous commit error.Mike Spertus1-823/+823
2016-03-28Use VS2015 Project Support for Natvis to eliminate the need to manually insta...Mike Spertus1-819/+823
2016-03-15[CMake] Defaulting CLANG_VENDOR to PACKAGE_VENDORChris Bieneman1-1/+1
2016-02-26[CMake] Add BINUTILS_INCDIR to the default passthrough list for multi-stage b...Chris Bieneman1-0/+1
2016-02-17[cmake] Revert r260742 (and r260744) to improve order file support.Chandler Carruth1-13/+7
2016-02-12[CMake] Fixing bots I broke.Chris Bieneman1-1/+1
2016-02-12[CMake] Improve the clang order-file generation workflowChris Bieneman1-7/+13
2016-02-12[CMake] Pass stage1 tools through to stage2 when building with LTOChris Bieneman1-2/+6
2016-02-12[CMake] Add option to switch default C++ stdlibJonas Hahnfeld1-0/+9
2016-02-10[CMake] Pass LLVM_EXTERNAL_*_SOURCE_DIR variables to subsequent stagesChris Bieneman1-0/+4
2016-02-05[CMake] One more try to make CMake clean up after itselfChris Bieneman1-0/+4
2016-02-05Revert "[CMake] Improve the clang order-file generation workflow"Chris Bieneman1-13/+3
2016-02-05[CMake] One more try to fix this.Chris Bieneman1-0/+5
2016-02-05[CMake] Speculative fix for linker error on LinuxChris Bieneman1-2/+2
2016-02-05[CMake] Improve the clang order-file generation workflowChris Bieneman1-1/+11
2016-02-04Install cmake files to lib/cmake/clangNiels Ole Salscheider1-5/+5
2016-01-19[CMake] Don't apply Export set to clang toolsChris Bieneman1-1/+0
2016-01-19[CMake] Creating add_clang_tool macro to wrap add_clang_executable and genera...Chris Bieneman1-0/+16
2016-01-19[CMake] Properly respect the CLANG_APPEND_VC_REV optionChris Bieneman1-7/+8
2016-01-14[CMake] Move the install logic for libclang's headers into the libclang CMake...Chris Bieneman1-22/+0
2016-01-14[CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=OnChris Bieneman1-0/+13
2016-01-05[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman1-8/+34
2015-12-19Revert "[CMake] Support a simple case for bootstrap builds to generate PGO data"Chris Bieneman1-34/+8
2015-12-19[CMake] Support a simple case for bootstrap builds to generate PGO dataChris Bieneman1-8/+34
2015-12-16[CMake] Name the bootstrap stages stage[0-9]Chris Bieneman1-17/+38
2015-12-16[CMake] If you're building compiler-rt, the bootstrap build should depend on it.Chris Bieneman1-1/+5
2015-12-16[CMake] Make CLANG_BOOTSTRAP_TARGETS overridableChris Bieneman1-3/+4
2015-12-16[CMake] Add support for generating profdata for clang from training filesChris Bieneman1-0/+1
2015-12-10[OPENMP] Make -fopenmp to turn on OpenMP support by default, clang partAlexey Bataev1-1/+1
2015-11-23NFC. Fixing my consistently incorrect spelling.Chris Bieneman1-8/+8
2015-11-20[CMake] Add support for specifying arguments to the bootstrap build.Chris Bieneman1-0/+31
2015-11-13[CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the insta...Argyrios Kyrtzidis1-2/+16
2015-11-12[CMake] Setup an install component for libclang and c-index-test.Argyrios Kyrtzidis1-2/+15
2015-11-09[CMake] Support passing CMAKE_VERBOSE_MAKEFILE through to bootstrap builds.Chris Bieneman1-1/+5
2015-10-20[CMake] Make clang/tools subdirectories controlled via optionsChris Bieneman1-0/+4
2015-10-10[CMake] Always generate and install cmake config files on CMake>=3.0.NAKAMURA Takumi1-1/+2
2015-10-09[CMake] Fixing LTO library path passed into bootstrap builds.Chris Bieneman1-1/+1
2015-10-05[CMake] Move CLANG_INCLUDE_TESTS in advance of add_subdirectory(tools).NAKAMURA Takumi1-4/+4