summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2014-03-01[C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth
2014-02-28[CMake] Remove dead C backend optionReid Kleckner
2014-02-28[C++11] Switch CMake to use C++11 by default! Next up, autoconf/make!Chandler Carruth
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola
2014-02-27[CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov
2014-02-26Use an install name dir of @executable_path/../lib instead of @rpath.Rafael Espindola
2014-02-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi
2014-02-24Permit CMAKE_INSTALL_RPATH to be set on command lineBernard Ogden
2014-02-22Revert "Revert "Use relative rpath so that the installation and build dirs ar...Rafael Espindola
2014-02-22Revert "Use relative rpath so that the installation and build dirs are reloca...Rafael Espindola
2014-02-22Use relative rpath so that the installation and build dirs are relocatable.Rafael Espindola
2014-02-10Fix LLVM install rules to not set permissions on include/NAKAMURA Takumi
2014-02-05[CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose
2014-02-04[CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov
2014-02-02[CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi
2014-01-31[CMake] Move libgtest for external projects.NAKAMURA Takumi
2014-01-19[CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi
2014-01-19[CMake] Add comments in llvm/CMakeLists.txt.NAKAMURA Takumi