summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stand-alone buildMichal Gorny2019-10-071-0/+5
* [clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny2019-10-041-2/+8
* [CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere2019-07-181-1/+0
* Rename libclang_shared to libclang-cppSylvestre Ledru2019-07-111-1/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-0/+8
* Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha2019-03-251-26/+1
* [clang] Remove cmake warning message (NFC)Evandro Menezes2019-03-251-1/+2
* Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]Sterling Augustine2019-03-191-0/+18
* [clang] Add install targets for API headersShoaib Meenai2019-03-111-0/+12
* Passthrough compiler launcherJF Bastien2019-03-061-0/+2
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-201-2/+2
* CMake: Fix stand-alone clang builds since r353268Tom Stellard2019-02-201-0/+5
* [clang] Add build and install targets for clang librariesShoaib Meenai2019-02-151-0/+21
* This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha2019-02-091-1/+26
* Move the SMT API to LLVMMikhail R. Gadelha2019-02-071-26/+1
* inhereit LLVM_ENABLE_LIBXML2David Callahan2018-11-291-7/+10
* cmake: z3: Remove EXACT from 4.7.1 after being compatible with 4.8.1Jan Kratochvil2018-11-181-1/+1
* [CMake] Support cross-compiling with multi-stage buildsPetr Hosek2018-11-161-3/+30
* CMake: Deprecate using llvm-config to detect llvm installationTom Stellard2018-11-131-17/+32
* CMake: Replace open-coded find_packageTom Stellard2018-11-131-7/+2
* [clang] Set CMP0075 to newShoaib Meenai2018-11-081-0/+4
* [analyzer] Improved cmake configuration for Z3Enrico Steffinlongo2018-10-131-11/+24
* [tests] Include Python binding tests in CMake rulesMichal Gorny2018-10-111-1/+4
* Revert r344241 as it broke multiple bots.Aaron Ballman2018-10-111-1/+0
* [tests] Include Python binding tests in CMake rulesMichal Gorny2018-10-111-0/+1
* Remove vestiges of configure buildsystemStephen Kelly2018-08-301-14/+2
* libclang: add install/distribution targets for pythonSaleem Abdulrasool2018-08-201-0/+3
* [CMake] Make bootstrap and compiler-rt depend on cxx-headers.Ahmed Bougacha2018-06-281-3/+8
* Re-apply: Add python tool to dump and construct header mapsBruno Cardoso Lopes2018-06-211-0/+1
* Revert "Add python tool to dump and construct header maps"Bruno Cardoso Lopes2018-06-211-1/+0
* Add python tool to dump and construct header mapsBruno Cardoso Lopes2018-06-201-0/+1
* [CMake] Allow specifying extra dependencies of bootstrap stagePetr Hosek2018-06-111-0/+4
* CMake option to allow enabling experimental new pass manager by defaultPetr Hosek2018-04-061-0/+3
* Rename clang link from clang-X.Y to clang-XSylvestre Ledru2018-03-291-4/+4
* [FrontEnd] Allow overriding the default C/C++ -std via CMake varsMichal Gorny2018-03-061-0/+6
* [cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage when bootstrappingDon Hinton2018-01-191-1/+2
* [OpenMP] NVPTX: Set default/minimum compute capability to sm_35George Rokos2017-12-071-6/+7
* [CMake] Don't use comma as an alternate separatorPetr Hosek2017-12-051-3/+3
* [CMake] Support side-by-side checkouts in multi-stage buildPetr Hosek2017-11-291-1/+3
* [CMake] Use LIST_SEPARATOR rather than escaping in ExternalProject_AddPetr Hosek2017-11-291-2/+3
* [cmake] Use llvm-lit directory when provided for stand-alone buildMichal Gorny2017-11-171-0/+3
* Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fissionJake Ehrlich2017-11-111-2/+5
* Move the clang-tblgen-targets project into the Misc folder on IDEs like Visua...Aaron Ballman2017-11-041-0/+1
* [CMake][OpenMP] Customize default offloading archJonas Hahnfeld2017-10-171-0/+11
* Don't search libxml2 if using msan. LLVM already has similar check.Vitaly Buka2017-09-021-4/+8
* CMake: only try to find the Z3 package when `CLANG_ANALYZER_BUILD_Z3` is ONMehdi Amini2017-08-271-2/+1
* Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse2017-08-081-0/+2
* [CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman2017-07-281-1/+2
* Clang and LLVM search for different versions of libxml2, reset foundEric Beckmann2017-07-261-0/+1
* [Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.NAKAMURA Takumi2017-07-231-0/+7