summaryrefslogtreecommitdiffstats
path: root/llvm/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman2015-04-131-0/+1
* Enable W4 warnings by default for MSVC buildsAndrew Kaylor2015-04-071-8/+1
* CMake: enable installing utilsDerek Schuff2015-03-271-0/+2
* [ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das2015-03-261-0/+3
* test: Fix the dependencies for the check-llvm-* targetsJustin Bogner2015-03-251-5/+0
* Re-land: Generate targets for each lit suite.Chris Bieneman2015-03-231-0/+5
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-13/+3
* Revert "Generate targets for each lit suite."Chris Bieneman2015-03-181-5/+0
* Generate targets for each lit suite.Chris Bieneman2015-03-181-0/+5
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us...Chris Bieneman2015-03-101-2/+7
* Teach the LLVM CMake build how to explicitly use libc++abi when usingChandler Carruth2015-03-071-0/+1
* Minor follow-ups to r229720 suggested on llvmdevReid Kleckner2015-02-271-1/+2
* [CMake] Set policy CMP0051 to OLD globally.Zachary Turner2015-02-241-0/+9
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-3/+13
* Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier2015-02-231-13/+3
* Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier2015-02-231-3/+13
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-02-201-13/+3
* Setting up CMake to default to Debug when no build type is specified.Chris Bieneman2015-02-201-0/+5
* Adding install targets for individual LLVM tools and libraries.Chris Bieneman2015-02-181-0/+10
* Enable standard so versioning for libLLVM.Chris Bieneman2015-02-181-0/+1
* Update the docs to require at least MSVC 2013.Benjamin Kramer2015-02-151-4/+0
* Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi2015-02-151-0/+4
* Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi2015-02-141-4/+0
* Raising minimum required Visual Studio version to 2013.Chris Bieneman2015-02-131-0/+4
* Revert "Raising minimum required CMake version to 2.8.12.2."Chris Bieneman2015-02-091-1/+15
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-02-091-15/+1
* Fix ProgramFiles path for 64-bit Windows installerHans Wennborg2015-02-031-0/+3
* 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
OpenPOWER on IntegriCloud