summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Use ninja pools to limit the number of concurrent compile/link jobs.Evgeniy Stepanov1-0/+15
2014-11-17CMake: Use the new USES_TERMINAL option for test suite targets when available.Peter Collingbourne1-0/+6
2014-11-07Pass PRIVATE to target_link_libraries if using shared libraries.Rafael Espindola1-0/+10
2014-10-23Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman1-0/+2
2014-09-26Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules.Richard Smith1-0/+1
2014-09-03Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman1-0/+5
2014-08-01Fix building with in-tree libc++abi on FreeBSDViktor Kutuzov1-0/+1
2014-07-28Update LLVM version: 3.5 => 3.6Hans Wennborg1-1/+1
2014-07-04[CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.NAKAMURA Takumi1-0/+6
2014-06-23Delete utils/FileUpdate.Rafael Espindola1-1/+0
2014-06-12Delete trailing whitespace.Matt Arsenault1-1/+1
2014-06-12CMake: don't install the internal config.h headerAlp Toker1-0/+1
2014-06-06Make LINK_POLLY_INTO_TOOLS work with the CMake buildAlp Toker1-3/+3
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover1-2/+2
2014-05-24AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover1-2/+1
2014-05-07[CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov1-0/+1
2014-04-18Added Sphinx documentation generation to CMake build system.Reid Kleckner1-1/+2
2014-04-14[CMake] Reformat, if(MSVC)...else()...endif()NAKAMURA Takumi1-1/+1
2014-04-02Add ability to disable building LLVM utilsPete Cooper1-6/+15
2014-03-29ARM64: initial backend importTim Northover1-1/+2
2014-03-27Win installer: provide a pretty iconHans Wennborg1-0/+2
2014-03-14static link polly into toolsSebastian Pop1-0/+2
2014-03-11move WITH_POLLY option before add_subdirectory(tools)Sebastian Pop1-7/+7
2014-03-10fix PR13550: add a cmake WITH_POLLY optionSebastian Pop1-0/+6
2014-03-09Work around FreeBSD rtld rpath $ORIGIN limitationEd Maste1-0/+3
2014-03-04Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren1-9/+0
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard1-1/+3
2014-03-01[C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth1-1/+1
2014-02-28[CMake] Remove dead C backend optionReid Kleckner1-5/+0
2014-02-28[C++11] Switch CMake to use C++11 by default! Next up, autoconf/make!Chandler Carruth1-1/+1
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola1-1/+1
2014-02-27[CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov1-0/+3
2014-02-26Use an install name dir of @executable_path/../lib instead of @rpath.Rafael Espindola1-1/+1
2014-02-26[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi1-0/+15
2014-02-24Permit CMAKE_INSTALL_RPATH to be set on command lineBernard Ogden1-1/+3
2014-02-22Revert "Revert "Use relative rpath so that the installation and build dirs ar...Rafael Espindola1-3/+7
2014-02-22Revert "Use relative rpath so that the installation and build dirs are reloca...Rafael Espindola1-7/+3
2014-02-22Use relative rpath so that the installation and build dirs are relocatable.Rafael Espindola1-3/+7
2014-02-10Fix LLVM install rules to not set permissions on include/NAKAMURA Takumi1-2/+2
2014-02-05[CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose1-8/+0
2014-02-04[CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov1-0/+8
2014-02-02[CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi1-1/+1
2014-01-31[CMake] Move libgtest for external projects.NAKAMURA Takumi1-1/+4
2014-01-19[CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi1-0/+2
2014-01-19[CMake] Add comments in llvm/CMakeLists.txt.NAKAMURA Takumi1-6/+9
2014-01-19[CMake] Deprecate LLVM_TOOLS_BINARY_DIR.NAKAMURA Takumi1-2/+2
2014-01-13Factor the option and checking of compiler version better. Put theChandler Carruth1-0/+3
2014-01-13Raise the minimum CMake version to 2.8.8 -- we have a report that theChandler Carruth1-1/+1
2014-01-13[CMake] Move BUG_REPORT_URL from clang to llvm.NAKAMURA Takumi1-0/+3
2014-01-06Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ ...Jean-Daniel Dupas1-0/+1