summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2017-10-18[clang-proto-fuzzer] Use ToT protobuf-mutator.Matt Morehouse
2017-10-18[CMake] Build Fuchsia toolchain as -O3Petr Hosek
2017-10-11[clang-fuzzer] Build with newer protobuf-mutator.Matt Morehouse
2017-10-05[CMake] Add install-distribution-toolchain to stage2 target listChris Bieneman
2017-10-03[CMake] Minor updates to Apple CMake cachesChris Bieneman
2017-09-13[Fuchsia] Set ENABLE_X86_RELAX_RELOCATIONS for Fuchsia buildsPetr Hosek
2017-08-23Remove LLVMFuzzer from list of bundled libraries for FuchsiaGeorge Karpenkov
2017-08-22Update libprotobuf-mutator revisionVitaly Buka
2017-08-16[CMake] Build sanitized C++ runtimes for FuchsiaPetr Hosek
2017-08-15[CMake] Include LLVMFuzzer in Fuchsia toolchainPetr Hosek
2017-08-08Integrate Kostya's clang-proto-fuzzer with LLVM.Matt Morehouse
2017-08-03Enable AddressSanitizer for Fuchsia targetsPetr Hosek
2017-08-02[CMake] Include llvm-objcopy tool in Fuchsia toolchainPetr Hosek
2017-08-02[Driver] Disable static C++ library support on FuchsiaPetr Hosek
2017-08-01[CMake] Include sancov tool in Fuchsia toolchainPetr Hosek
2017-07-28[CMake] Add Android toolchain CMake cache files.Leo Li
2017-07-28[CMake] NFC. Add clang-tablegen-targets utility targetChris Bieneman
2017-07-21[CMake] Use ABI version 2 for C++ library in FuchsiaPetr Hosek
2017-07-19[CMake] Build runtimes for Fuchsia targetsPetr Hosek
2017-05-25Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs
2017-05-11Fix two-stage build on windows using DistributionExample cmake cacheNAKAMURA Takumi
2017-05-10Partially revert r302685 and swith Apple-style full LTO builds toAdrian Prantl
2017-05-10Build the Apple-style stage2 with full debug infoAdrian Prantl
2017-05-09Build the Apple-style stage2 with modulesAdrian Prantl
2017-04-20[CMake] Enable ARM target in Fuchsia toolchainPetr Hosek
2017-04-13[CMake] Support building Fuchsia toolchain on DarwinPetr Hosek
2017-04-08[cmake] Support Gentoo install for z3Michal Gorny
2017-04-04[analyzer] Add new Z3 constraint manager backendDominic Chen
2017-03-21[CMake] fix CLANG_INCLUDE_DIRS CMake exportGuillaume Papin
2017-03-09Add a cmake cache file for a stage-2 build with ThinLTOMehdi Amini
2017-02-17[CMake] Add Fuchsia toolchain CMake cache filesPetr Hosek
2017-02-06[CMake] Add CLANG_INCLUDE_DIRS to CMake exportsChris Bieneman
2017-01-31[cmake] Hint find_package() to prefer LLVM installed alongside clangMichal Gorny
2016-11-08cmake: Don't try to install exports if there aren't anyJustin Bogner
2016-11-07cmake: Support exports correctly with LLVM_DISTRIBUTION_COMPONENTSJustin Bogner
2016-10-26[CMake] Adding example distribution CMake cache filesChris Bieneman
2016-10-19[cmake] Follow LLVM's lead in creating exported tool targets for clang tools.Michael Gottesman
2016-10-19[CMake] Support thin LTO in PGO CMake cacheChris Bieneman
2016-08-17[CMake] Adding toolchain targets to PGO and Apple CMake cachesChris Bieneman
2016-08-16[CMake] Workflow improvements to PGO generationChris Bieneman
2016-08-16[CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple buildsChris Bieneman
2016-08-15[CMake] Apple stage1 doesn't need to set libcxx optionsChris Bieneman
2016-07-10Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLSMichael Gottesman
2016-07-09Move add_clang_* entry points from the main clang CMakeLists.txt to cmake/mod...Michael Gottesman
2016-06-30[cmake] Remove stale comment. NFC.Michael Gottesman
2016-06-29[ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTE...Michael Gottesman
2016-06-29[ClangConfig] Unset some variables after we are done using them to configure ...Michael Gottesman
2016-06-29[ClangConfig] Instead of hard coding the ClangTargets location to /ClangTarge...Michael Gottesman
2016-06-29[ClangConfig] Follow LLVM's example and only install Clang{Config,Target}.cma...Michael Gottesman
2016-06-29[cmake] Instead of just copying ClangConfig.cmake, configure it using ClangCo...Michael Gottesman