summaryrefslogtreecommitdiffstats
path: root/llvm/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Trunk is now 3.7.0svnHans Wennborg2015-01-141-1/+1
* [py3] Teach the CMake build to reject Python versions older than 2.7.Chandler Carruth2014-12-291-1/+7
* [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth2014-12-291-5/+6
* Adding a new option to CMake to disable C++ atexit on llvm-shlib.Chris Bieneman2014-12-091-0/+4
* [OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov2014-12-011-0/+6
* Use ninja pools to limit the number of concurrent compile/link jobs.Evgeniy Stepanov2014-11-191-0/+15
* CMake: Use the new USES_TERMINAL option for test suite targets when available.Peter Collingbourne2014-11-171-0/+6
* Pass PRIVATE to target_link_libraries if using shared libraries.Rafael Espindola2014-11-071-0/+10
* Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman2014-10-231-0/+2
* Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules.Richard Smith2014-09-261-0/+1
* Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman2014-09-031-0/+5
* Fix building with in-tree libc++abi on FreeBSDViktor Kutuzov2014-08-011-0/+1
* Update LLVM version: 3.5 => 3.6Hans Wennborg2014-07-281-1/+1
* [CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.NAKAMURA Takumi2014-07-041-0/+6
* Delete utils/FileUpdate.Rafael Espindola2014-06-231-1/+0
* Delete trailing whitespace.Matt Arsenault2014-06-121-1/+1
* CMake: don't install the internal config.h headerAlp Toker2014-06-121-0/+1
* Make LINK_POLLY_INTO_TOOLS work with the CMake buildAlp Toker2014-06-061-3/+3
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-2/+2
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-2/+1
* [CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov2014-05-071-0/+1
* Added Sphinx documentation generation to CMake build system.Reid Kleckner2014-04-181-1/+2
* [CMake] Reformat, if(MSVC)...else()...endif()NAKAMURA Takumi2014-04-141-1/+1
* Add ability to disable building LLVM utilsPete Cooper2014-04-021-6/+15
* ARM64: initial backend importTim Northover2014-03-291-1/+2
* Win installer: provide a pretty iconHans Wennborg2014-03-271-0/+2
* static link polly into toolsSebastian Pop2014-03-141-0/+2
* move WITH_POLLY option before add_subdirectory(tools)Sebastian Pop2014-03-111-7/+7
* fix PR13550: add a cmake WITH_POLLY optionSebastian Pop2014-03-101-0/+6
* Work around FreeBSD rtld rpath $ORIGIN limitationEd Maste2014-03-091-0/+3
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-041-9/+0
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-031-1/+3
* [C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth2014-03-011-1/+1
* [CMake] Remove dead C backend optionReid Kleckner2014-02-281-5/+0
* [C++11] Switch CMake to use C++11 by default! Next up, autoconf/make!Chandler Carruth2014-02-281-1/+1
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-281-1/+1
* [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov2014-02-271-0/+3
* Use an install name dir of @executable_path/../lib instead of @rpath.Rafael Espindola2014-02-261-1/+1
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-261-0/+15
* Permit CMAKE_INSTALL_RPATH to be set on command lineBernard Ogden2014-02-241-1/+3
* Revert "Revert "Use relative rpath so that the installation and build dirs ar...Rafael Espindola2014-02-221-3/+7
* Revert "Use relative rpath so that the installation and build dirs are reloca...Rafael Espindola2014-02-221-7/+3
* Use relative rpath so that the installation and build dirs are relocatable.Rafael Espindola2014-02-221-3/+7
* Fix LLVM install rules to not set permissions on include/NAKAMURA Takumi2014-02-101-2/+2
* [CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose2014-02-051-8/+0
* [CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov2014-02-041-0/+8
* [CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi2014-02-021-1/+1
* [CMake] Move libgtest for external projects.NAKAMURA Takumi2014-01-311-1/+4
* [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi2014-01-191-0/+2
* [CMake] Add comments in llvm/CMakeLists.txt.NAKAMURA Takumi2014-01-191-6/+9
OpenPOWER on IntegriCloud