summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-30[CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi1-2/+2
2013-12-20Resinstate the command line taking priority over CMakeLists in setting CMAKE_...Artyom Skrobov1-1/+3
2013-12-19Use $ORIGIN when setting rpath.Rafael Espindola1-0/+2
2013-12-16[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi1-0/+3
2013-12-16[CMake] Introduce LLVM_INCLUDE_DIR.NAKAMURA Takumi1-11/+10
2013-11-26CMake : optionaly enable LLVM to be compiled with -std=c++11 (default: off)Arnaud A. de Grandmaison1-0/+1
2013-11-21CMake: Some changes to package version names:Hans Wennborg1-6/+6
2013-11-20llvm/CMakeLists.txt: Update LLVM_VERSION_MINOR to 5.NAKAMURA Takumi1-1/+1
2013-11-13Revert my CMake patches concerning building with /MT (r194589, r194596)Hans Wennborg1-2/+0
2013-11-13CMake: make building with /MT an option instead of always forcing itHans Wennborg1-0/+2
2013-10-31Modify CMakeLists.txt to work around pr17763 and bring some bots back.Rafael Espindola1-0/+1
2013-10-28Remove 2.4 from the list of supported Python versions.Bill Wendling1-1/+1
2013-10-17CMake: set stack size for MSVC in just one placeHans Wennborg1-9/+0
2013-10-04Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still u...Alexey Samsonov1-0/+2
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-10/+1
2013-09-25Set the minimal stack size with msvc when using cmake >= 2.8.11.Rafael Espindola1-0/+9
2013-08-30[conf] Add config variable to disable crash related overrides.Daniel Dunbar1-0/+5
2013-08-29Substitute LLVM's version into the msbuild property file at config timeReid Kleckner1-20/+21
2013-08-28cmake: Add msbuild integration to the installHans Wennborg1-0/+5
2013-08-26CMake: move lto.h install to tools/lto/CMakeLists.txtHans Wennborg1-5/+0
2013-08-24[autotools->cmake] Enable generation of doxygen documentation via cmake.Michael Gottesman1-2/+8
2013-08-24CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.Hans Wennborg1-21/+30
2013-08-15CMake: polish the Windows packaging rulesHans Wennborg1-1/+10
2013-08-15Fixed typo in CMakeLists.txt.Michael Gottesman1-1/+1
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth1-1/+1