summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* Modify CMakeLists.txt to work around pr17763 and bring some bots back.Rafael Espindola2013-10-31
* Remove 2.4 from the list of supported Python versions.Bill Wendling2013-10-28
* CMake: set stack size for MSVC in just one placeHans Wennborg2013-10-17
* Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still u...Alexey Samsonov2013-10-04
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Set the minimal stack size with msvc when using cmake >= 2.8.11.Rafael Espindola2013-09-25