summaryrefslogtreecommitdiffstats
path: root/llvm/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-041-0/+4
* build: disable zlib by default on WindowsSaleem Abdulrasool2020-01-021-1/+7
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-1/+1
* Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"James Henderson2020-01-021-1/+1
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-021-23/+2
* build: make `LLVM_ENABLE_ZLIB` a tri-bool for usersSaleem Abdulrasool2020-01-011-1/+1
* Add `mlir` to -DLLVM_ALL_PROJECTS CMake optionMehdi Amini2019-12-241-1/+1
* Revert "[Examples] Add IRTransformations directory to examples."Florian Hahn2019-12-011-4/+0
* [cmake] Emit an error for -DBUILD_SHARED_LIBS=ON on WindowsTom Stellard2019-11-141-0/+3
* [cmake] Prevent building with BUILD_SHARED_LIBS and LLVM_LINK_LLVM_DYLIBTom Stellard2019-11-131-0/+4
* [Examples] Add IRTransformations directory to examples.Florian Hahn2019-11-121-0/+4
* change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers2019-11-111-1/+1
* [cmake] Remove LLVM_{BUILD,LINK}_LLVM_DYLIB options on WindowsTom Stellard2019-11-081-6/+10
* [cmake] Remove SVN support from VersionFromVCS.cmakeTom Stellard2019-11-081-5/+1
* build: remove `LLVM_CXX_STD` extension pointSaleem Abdulrasool2019-10-251-0/+4
* build: reindent text (NFC)Saleem Abdulrasool2019-10-251-1/+1
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-041-1/+1
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-10-021-0/+4
* Revert "Reland "[utils] Implement the llvm-locstats tool""Djordje Todorovic2019-10-011-4/+0
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-10-011-0/+4
* Revert "Reland "[utils] Implement the llvm-locstats tool""Djordje Todorovic2019-09-301-4/+0
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-09-301-0/+4
* Revert "Reland "[utils] Implement the llvm-locstats tool""Djordje Todorovic2019-09-231-4/+0
* Reland "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-09-231-0/+4
* [cmake] Changes to get Windows self-host working with PGORussell Gallop2019-09-181-11/+3
* Revert "[utils] Implement the llvm-locstats tool"Djordje Todorovic2019-09-101-4/+0
* [utils] Implement the llvm-locstats toolDjordje Todorovic2019-09-101-0/+4
* Revert Autogenerate the shebang lines for tools/opt-viewerReid Kleckner2019-08-271-2/+0
* Autogenerate the shebang lines for tools/opt-viewerChris Bieneman2019-08-211-0/+2
* Add support in CMake to statically link the C++ standard library.Erich Keane2019-08-141-0/+1
* Revert the test commitTaewook Oh2019-08-091-2/+0
* Test commit.Taewook Oh2019-08-091-0/+2
* [build] Add the ability to create a symlink for lipoAnusha Basana2019-07-311-0/+3
* Remove cmake checks for MSVC 1900 / VS 2013Reid Kleckner2019-07-301-3/+1
* [CMake] Define _FILE_OFFSET_BITS=64 on SolarisRainer Orth2019-07-301-0/+5
* [CMake] Allow LLVM_EXTERNAL_<proj>_SOURCE_DIR to be overridden if it isYuanfang Chen2019-07-261-1/+5
* [cmake] Convert the NATIVE llvm build process to be project agnosticNathan Lanza2019-07-191-0/+1
* [CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere2019-07-181-2/+0
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-181-1/+1
* [RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETSAlex Bradbury2019-07-181-0/+1
* [RISCV] Revert r366331 as it exposed some sanitizer failuresAlex Bradbury2019-07-171-1/+0
* [RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built by defaultAlex Bradbury2019-07-171-0/+1
* Add support for building with Python 3Nico Weber2019-07-101-4/+2
* Fix issues building libraries as more than one type with XcodeChris Bieneman2019-07-081-0/+6
* build: extract LLVM distribution target handlingSaleem Abdulrasool2019-06-141-30/+2
* Build with _XOPEN_SOURCE defined on AIXDavid Tenty2019-06-071-0/+7
* Unbreak my hasty "unbreak" cmake fixDavid Zarzycki2019-06-041-1/+1
* Unbreak non-PIC builds after r362390 / D62720David Zarzycki2019-06-031-1/+1
* [test] Fix plugin testsDon Hinton2019-06-021-0/+11
* [CMake] Use libtool for runtimes when building for Apple platformPetr Hosek2019-06-021-55/+5
OpenPOWER on IntegriCloud