summaryrefslogtreecommitdiffstats
path: root/llvm/projects/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-041-0/+1
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-1/+1
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-1/+1
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-1/+1
* [pstl] Initial integration with LLVM's CMakeLouis Dionne2018-12-211-0/+1
* [projects] Use directory name for add_llvm_external_projectsShoaib Meenai2018-12-041-1/+2
* [projects] Use add_llvm_external_project for implicit projectsShoaib Meenai2018-12-011-1/+1
* [cmake] Support moving debuginfo-tests to llvm/projectsDon Hinton2017-12-121-1/+6
* Re-revert "Refactor debuginfo-tests."Zachary Turner2017-11-211-1/+0
* Resubmit "Refactor debuginfo-tests" again.Zachary Turner2017-11-201-0/+1
* Re-revert "Refactor debuginfo-tests"Zachary Turner2017-11-171-1/+0
* Resubmit "Refactor debuginfo-tests"Zachary Turner2017-11-161-0/+1
* Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner2017-11-131-1/+0
* [debuginfo-tests] Make debuginfo-tests work in a standard configuration.Zachary Turner2017-11-101-0/+1
* Add temporary workaround to allow in-tree libc++ builds on WindowsEric Fiselier2017-05-111-1/+3
* [cmake] Include openmp with add_llvm_external_projectPirama Arumuga Nainar2017-03-071-1/+3
* [CMake] Correct configuration order of the sub-projects based on ther dependa...Eric Fiselier2016-10-091-3/+3
* Enable in-tree builds of parallel-libs.Justin Lebar2016-09-091-1/+3
* [CMake] Disable adding the test suite as a projects subdirectoryChris Bieneman2015-10-281-1/+2
* build: make libunwind a proper projectSaleem Abdulrasool2015-04-251-1/+3
* Reverse the order libc++ and libc++abi are added in CMake.Eric Fiselier2015-03-041-1/+3
* [cmake] Use the external project machinery for libcxxabi so that it canChandler Carruth2014-07-251-1/+3
* [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov2014-02-271-1/+3
* Remove dead code, we already require cmake 2.8.8.Rafael Espindola2014-02-161-5/+1
* llvm/projects/CMakeLists.txt: Add dragonegg.NAKAMURA Takumi2014-01-241-0/+3
* Disable libc++ building by default with CMake with MSVC -- some botsChandler Carruth2013-10-021-1/+5
* Enable libcxx as part of the top level CMake build when it is checkedChandler Carruth2013-09-281-2/+3
* Print a warning message if compiler-rt can't be built because of old CMake ve...Alexey Samsonov2013-03-051-3/+6
* [CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.NAKAMURA Takumi2012-10-241-4/+2
* [CMake] Respect LLVM_BUILD_RUNTIME.Michael J. Spencer2012-09-211-0/+1
* Enable recursing into the compiler-rt projcet with the CMake build.Chandler Carruth2012-08-291-0/+8
* Exclude both libcxx and compiler-rt until we get their CMake buildsChandler Carruth2012-06-271-1/+2
* CMake: Fixed syntax in conditional.Oscar Fuentes2010-02-151-1/+1
* CMake: Don't try to descend into projects/compiler-rt, it doesn't work.Daniel Dunbar2010-01-221-1/+3
* CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes2009-03-061-0/+9
OpenPOWER on IntegriCloud