summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Delete trailing whitespace.Matt Arsenault2014-06-12
* CMake: don't install the internal config.h headerAlp Toker2014-06-12
* Make LINK_POLLY_INTO_TOOLS work with the CMake buildAlp Toker2014-06-06
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* [CMake] Add build rules for llvm-PerfectShuffle utilityAlexey Samsonov2014-05-07
* Added Sphinx documentation generation to CMake build system.Reid Kleckner2014-04-18
* [CMake] Reformat, if(MSVC)...else()...endif()NAKAMURA Takumi2014-04-14
* Add ability to disable building LLVM utilsPete Cooper2014-04-02
* ARM64: initial backend importTim Northover2014-03-29
* Win installer: provide a pretty iconHans Wennborg2014-03-27
* static link polly into toolsSebastian Pop2014-03-14
* move WITH_POLLY option before add_subdirectory(tools)Sebastian Pop2014-03-11
* fix PR13550: add a cmake WITH_POLLY optionSebastian Pop2014-03-10
* Work around FreeBSD rtld rpath $ORIGIN limitationEd Maste2014-03-09
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-04
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-03
* [C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) toChandler Carruth2014-03-01
* [CMake] Remove dead C backend optionReid Kleckner2014-02-28
* [C++11] Switch CMake to use C++11 by default! Next up, autoconf/make!Chandler Carruth2014-02-28
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-28
* [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov2014-02-27
* Use an install name dir of @executable_path/../lib instead of @rpath.Rafael Espindola2014-02-26
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-26
* Permit CMAKE_INSTALL_RPATH to be set on command lineBernard Ogden2014-02-24
* Revert "Revert "Use relative rpath so that the installation and build dirs ar...Rafael Espindola2014-02-22
* Revert "Use relative rpath so that the installation and build dirs are reloca...Rafael Espindola2014-02-22
* Use relative rpath so that the installation and build dirs are relocatable.Rafael Espindola2014-02-22
* Fix LLVM install rules to not set permissions on include/NAKAMURA Takumi2014-02-10
* [CMake] Move -stdlib=libc++ handling into its own file.Jordan Rose2014-02-05
* [CMake] Add -stdlib=libc++ to host Clang build flags before performing any he...Alexey Samsonov2014-02-04
* [CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi2014-02-02
* [CMake] Move libgtest for external projects.NAKAMURA Takumi2014-01-31
* [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi2014-01-19
* [CMake] Add comments in llvm/CMakeLists.txt.NAKAMURA Takumi2014-01-19
* [CMake] Deprecate LLVM_TOOLS_BINARY_DIR.NAKAMURA Takumi2014-01-19
* Factor the option and checking of compiler version better. Put theChandler Carruth2014-01-13
* Raise the minimum CMake version to 2.8.8 -- we have a report that theChandler Carruth2014-01-13
* [CMake] Move BUG_REPORT_URL from clang to llvm.NAKAMURA Takumi2014-01-13
* Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ ...Jean-Daniel Dupas2014-01-06
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-30
* Resinstate the command line taking priority over CMakeLists in setting CMAKE_...Artyom Skrobov2013-12-20
* Use $ORIGIN when setting rpath.Rafael Espindola2013-12-19
* [CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi2013-12-16
* [CMake] Introduce LLVM_INCLUDE_DIR.NAKAMURA Takumi2013-12-16
* CMake : optionaly enable LLVM to be compiled with -std=c++11 (default: off)Arnaud A. de Grandmaison2013-11-26
* CMake: Some changes to package version names:Hans Wennborg2013-11-21
* llvm/CMakeLists.txt: Update LLVM_VERSION_MINOR to 5.NAKAMURA Takumi2013-11-20
* Revert my CMake patches concerning building with /MT (r194589, r194596)Hans Wennborg2013-11-13
* CMake: make building with /MT an option instead of always forcing itHans Wennborg2013-11-13