summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
AgeCommit message (Expand)Author
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai
2017-09-20[docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGEVedant Kumar
2017-08-29[cmake] Stop putting the revision info in LLVM_VERSION_STRINGReid Kleckner
2017-07-10[Docs] Updating CMake docs to include LLVM_REVERSE_ITERATIONMandeep Singh Grang
2017-06-30Completely disable git/svn version checking if not needed.Rafael Espindola
2017-05-20Docs: Fix pluralization in CMake docsDuncan P. N. Exon Smith
2017-01-22[docs] Point to upstream Sphinx install instructions.Sean Silva
2017-01-15Add a LLVM_USE_LINKER that defines the linker to use when building LLVMMehdi Amini
2017-01-02[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny
2016-12-26[doc] Add mention of the difference in optimization level between Release and...Mehdi Amini
2016-11-07Add experimental support for unofficial monorepo-like directory layoutMehdi Amini
2016-09-27[cmake] Support overriding remaining HTML doc install directoriesMichal Gorny
2016-09-23cmake: Support overriding Sphinx HTML doc install directoryMichal Gorny
2016-09-01[CMake] Revive LLVM_*_DIRS variablesChris Bieneman
2016-08-29[CMake] Make LLVMConfig.cmake variable names match in-tree namesChris Bieneman
2016-06-23[docs] Bump minimum version of CMake in its own docRenato Golin
2016-06-02Try to fix docs build after rL271440Tamas Berghammer
2016-06-01Add new LLVM_EXTERNAL_PROJECTS option to cmakeTamas Berghammer
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-05-01Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050Simon Pilgrim
2016-04-29[Docs] Refer to the CMakePrimer from CMake docChris Bieneman
2016-03-24[Docs] Updating CMake docs to include LLVM_OPTIMIZED_TABLEGENChris Bieneman
2016-03-18Updates based on post-commit review of r263834Chris Bieneman
2016-03-18[Docs] New documentation for advanced build configurationsChris Bieneman
2016-02-08cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTOJustin Bogner
2016-02-07[docs] Update the docs to describe how to build the docs with cmakePhilip Reames
2016-02-06[docs] Redirect new contributors to the right starting pointPhilip Reames
2016-02-04Install cmake files to lib/cmake/llvmNiels Ole Salscheider
2016-02-04cmake: Add a flag to enable LTOJustin Bogner
2016-01-19docs: address post-commit reviewAndrew Wilkins
2016-01-15[docs] Document LLVM_{BUILD,LINK}_LLVM_DYLIBAndrew Wilkins
2016-01-04Update docs to recommend CMake >= v3.2.Eric Christopher
2015-10-15[CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page.Chris Bieneman
2015-10-13[CMake] LLVM_PROFDATA_FILE only works if you're using clang, so we should err...Chris Bieneman
2015-08-25[docs] Improvements to CMake.rstVedant Kumar
2015-08-17Doxygen: add build option to use svg instead of png files for graphsHans Wennborg
2015-06-22docs: Update allowed values for LLVM_USE_SANITIZERJustin Bogner
2015-03-26[ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das
2015-02-13Help: Document how to build and install with CMake.Tom Stellard
2015-02-13Help: Document the minimum CMake version required.Tom Stellard
2015-02-10Fix typo in cmake example docsRenato Golin
2015-02-10[DOC] Asserts are only enabled in Debug build, update the doc accordinglyMehdi Amini
2014-12-03Fix grammar-o.Nico Weber
2014-11-19Use ninja pools to limit the number of concurrent compile/link jobs.Evgeniy Stepanov
2014-08-29Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified ve...Alexey Samsonov
2014-08-14Add SPHINX_WARNINGS_AS_ERRORS CMake option to allow warnings to not beDan Liew
2014-07-28Document the new LLVM CMake interface for building against LLVMDan Liew
2014-07-22Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew
2014-06-30Fix 'platform-specific' hyphenationsAlp Toker
2014-05-28fixed a few typosSanjay Patel