summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-03-10Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and us...Chris Bieneman
2015-03-07Teach the LLVM CMake build how to explicitly use libc++abi when usingChandler Carruth
2015-02-27Minor follow-ups to r229720 suggested on llvmdevReid Kleckner
2015-02-24[CMake] Set policy CMP0051 to OLD globally.Zachary Turner
2015-02-24Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser
2015-02-23Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier
2015-02-23Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier
2015-02-20Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2015-02-20Setting up CMake to default to Debug when no build type is specified.Chris Bieneman
2015-02-18Adding install targets for individual LLVM tools and libraries.Chris Bieneman
2015-02-18Enable standard so versioning for libLLVM.Chris Bieneman
2015-02-15Update the docs to require at least MSVC 2013.Benjamin Kramer
2015-02-15Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version ...NAKAMURA Takumi
2015-02-14Revert r229185, "Raising minimum required Visual Studio version to 2013."NAKAMURA Takumi
2015-02-13Raising minimum required Visual Studio version to 2013.Chris Bieneman
2015-02-09Revert "Raising minimum required CMake version to 2.8.12.2."Chris Bieneman
2015-02-09Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2015-02-03Fix ProgramFiles path for 64-bit Windows installerHans Wennborg
2015-01-14Trunk is now 3.7.0svnHans Wennborg
2014-12-29[py3] Teach the CMake build to reject Python versions older than 2.7.Chandler Carruth
2014-12-29[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth
2014-12-09Adding a new option to CMake to disable C++ atexit on llvm-shlib.Chris Bieneman
2014-12-01[OCaml] [cmake] Add CMake buildsystem for OCaml.Peter Zotov
2014-11-19Use ninja pools to limit the number of concurrent compile/link jobs.Evgeniy Stepanov
2014-11-17CMake: Use the new USES_TERMINAL option for test suite targets when available.Peter Collingbourne
2014-11-07Pass PRIVATE to target_link_libraries if using shared libraries.Rafael Espindola
2014-10-23Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman
2014-09-26Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules.Richard Smith
2014-09-03Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman
2014-08-01Fix building with in-tree libc++abi on FreeBSDViktor Kutuzov
2014-07-28Update LLVM version: 3.5 => 3.6Hans Wennborg
2014-07-04[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.NAKAMURA Takumi
2014-06-23Delete utils/FileUpdate.Rafael Espindola
2014-06-12Delete trailing whitespace.Matt Arsenault
2014-06-12CMake: don't install the internal config.h headerAlp Toker
2014-06-06Make LINK_POLLY_INTO_TOOLS work with the CMake buildAlp Toker
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover
2014-05-24AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover
2014-05-07[CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov
2014-04-18Added Sphinx documentation generation to CMake build system.Reid Kleckner
2014-04-14[CMake] Reformat, if(MSVC)...else()...endif()NAKAMURA Takumi
2014-04-02Add ability to disable building LLVM utilsPete Cooper
2014-03-29ARM64: initial backend importTim Northover
2014-03-27Win installer: provide a pretty iconHans Wennborg
2014-03-14static link polly into toolsSebastian Pop
2014-03-11move WITH_POLLY option before add_subdirectory(tools)Sebastian Pop
2014-03-10fix PR13550: add a cmake WITH_POLLY optionSebastian Pop
2014-03-09Work around FreeBSD rtld rpath $ORIGIN limitationEd Maste
2014-03-04Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard