summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CMake.rst
Commit message (Expand)AuthorAgeFilesLines
* Add PerfJITEventListener for perf profiling support.Andres Freund2018-07-241-0/+3
* Remove LLVM_INSTALL_CCTOOLS_SYMLINKSNico Weber2018-04-241-4/+0
* [llvm-exegesis] Add a flag to disable libpfm even if present.Clement Courbet2018-04-111-0/+5
* [dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere2018-03-181-8/+8
* build: add the ability to create a symlink for dsymutilSaleem Abdulrasool2018-02-281-0/+4
* Fix up and document controlling ccache via CMake options.Paul Robinson2018-01-241-0/+8
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-021-0/+4
* [docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGEVedant Kumar2017-09-201-0/+5
* [cmake] Stop putting the revision info in LLVM_VERSION_STRINGReid Kleckner2017-08-291-3/+4
* [Docs] Updating CMake docs to include LLVM_REVERSE_ITERATIONMandeep Singh Grang2017-07-101-0/+5
* Completely disable git/svn version checking if not needed.Rafael Espindola2017-06-301-3/+4
* Docs: Fix pluralization in CMake docsDuncan P. N. Exon Smith2017-05-201-2/+2
* [docs] Point to upstream Sphinx install instructions.Sean Silva2017-01-221-0/+2
* Add a LLVM_USE_LINKER that defines the linker to use when building LLVMMehdi Amini2017-01-151-0/+12
* [cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny2017-01-021-0/+4
* [doc] Add mention of the difference in optimization level between Release and...Mehdi Amini2016-12-261-0/+2
* Add experimental support for unofficial monorepo-like directory layoutMehdi Amini2016-11-071-0/+8
* [cmake] Support overriding remaining HTML doc install directoriesMichal Gorny2016-09-271-0/+10
* cmake: Support overriding Sphinx HTML doc install directoryMichal Gorny2016-09-231-0/+5
* [CMake] Revive LLVM_*_DIRS variablesChris Bieneman2016-09-011-4/+4
* [CMake] Make LLVMConfig.cmake variable names match in-tree namesChris Bieneman2016-08-291-4/+4
* [docs] Bump minimum version of CMake in its own docRenato Golin2016-06-231-4/+1
* Try to fix docs build after rL271440Tamas Berghammer2016-06-021-2/+2
* Add new LLVM_EXTERNAL_PROJECTS option to cmakeTamas Berghammer2016-06-011-0/+8
* [CMake] Update to requiring CMake 3.4.3Chris Bieneman2016-05-311-1/+1
* Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050Simon Pilgrim2016-05-011-0/+3
* [Docs] Refer to the CMakePrimer from CMake docChris Bieneman2016-04-291-0/+4
* [Docs] Updating CMake docs to include LLVM_OPTIMIZED_TABLEGENChris Bieneman2016-03-241-0/+6
* Updates based on post-commit review of r263834Chris Bieneman2016-03-181-1/+1
* [Docs] New documentation for advanced build configurationsChris Bieneman2016-03-181-0/+35
* cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTOJustin Bogner2016-02-081-3/+4
* [docs] Update the docs to describe how to build the docs with cmakePhilip Reames2016-02-071-5/+7
* [docs] Redirect new contributors to the right starting pointPhilip Reames2016-02-061-0/+4
* Install cmake files to lib/cmake/llvmNiels Ole Salscheider2016-02-041-4/+4
* cmake: Add a flag to enable LTOJustin Bogner2016-02-041-0/+4
* docs: address post-commit reviewAndrew Wilkins2016-01-191-6/+9
* [docs] Document LLVM_{BUILD,LINK}_LLVM_DYLIBAndrew Wilkins2016-01-151-6/+21
* Update docs to recommend CMake >= v3.2.Eric Christopher2016-01-041-1/+4
* [CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page.Chris Bieneman2015-10-151-0/+6
* [CMake] LLVM_PROFDATA_FILE only works if you're using clang, so we should err...Chris Bieneman2015-10-131-0/+4
* [docs] Improvements to CMake.rstVedant Kumar2015-08-251-94/+110
* Doxygen: add build option to use svg instead of png files for graphsHans Wennborg2015-08-171-0/+4
* docs: Update allowed values for LLVM_USE_SANITIZERJustin Bogner2015-06-221-2/+2
* [ADT][CMake][AutoConf] Fail-fast iterators for DenseMapSanjoy Das2015-03-261-0/+9
* Help: Document how to build and install with CMake.Tom Stellard2015-02-131-0/+30
* Help: Document the minimum CMake version required.Tom Stellard2015-02-131-1/+1
* Fix typo in cmake example docsRenato Golin2015-02-101-1/+1
* [DOC] Asserts are only enabled in Debug build, update the doc accordinglyMehdi Amini2015-02-101-5/+5
* Fix grammar-o.Nico Weber2014-12-031-1/+1
* Use ninja pools to limit the number of concurrent compile/link jobs.Evgeniy Stepanov2014-11-191-0/+6
OpenPOWER on IntegriCloud