summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2014-01-19[CMake] Deprecate LLVM_TOOLS_BINARY_DIR.NAKAMURA Takumi
2014-01-13Factor the option and checking of compiler version better. Put theChandler Carruth
2014-01-13Raise the minimum CMake version to 2.8.8 -- we have a report that theChandler Carruth
2014-01-13[CMake] Move BUG_REPORT_URL from clang to llvm.NAKAMURA Takumi
2014-01-06Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ ...Jean-Daniel Dupas
2013-12-30[CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi
2013-12-20Resinstate the command line taking priority over CMakeLists in setting CMAKE_...Artyom Skrobov
2013-12-19Use $ORIGIN when setting rpath.Rafael Espindola
2013-12-16[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi
2013-12-16[CMake] Introduce LLVM_INCLUDE_DIR.NAKAMURA Takumi
2013-11-26CMake : optionaly enable LLVM to be compiled with -std=c++11 (default: off)Arnaud A. de Grandmaison