aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2019-04-22[CMake] Replace the sanitizer support in runtimes build with multilibPetr Hosek
2019-04-17Explicitly say we don't define new/delete in libc++ during Apple stage1 boots...Louis Dionne
2019-04-05[clang-fuzzer] Include ExternalProject before using it.Matt Morehouse
2019-03-29[fuchsia] Add clang-doc to Fuchsia distributionJulie Hockett
2019-03-26[cmake] Reset variable before using itShoaib Meenai
2019-03-26[CMake][Fuchsia] Merge static libunwind and libc++abi into libc++ on DarwinPetr Hosek
2019-03-25Moved everything SMT-related to LLVM and updated the cmake scripts.Mikhail R. Gadelha
2019-03-12[CMake] Tell libc++ that we're using compiler-rt on Apple platformsLouis Dionne
2019-03-09[CMake] Support stripping and linking output to .build-id directoryPetr Hosek
2019-03-05[cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTSFrancis Visoiu Mistrih
2019-03-05[cmake] Create exports for umbrella library targetsShoaib Meenai
2019-03-04[build] Rename clang-headers to clang-resource-headersShoaib Meenai
2019-02-20[clang] Add CMake target for installing clang's CMake exportsShoaib Meenai
2019-02-20[clang] Switch to LLVM_ENABLE_IDEShoaib Meenai
2019-02-15[clang] Add build and install targets for clang librariesShoaib Meenai
2019-02-15[clang] Create install targets for non-shared librariesShoaib Meenai
2019-02-12[CMake][Fuchsia] Pass -ldl -lpthread LDFLAGS to second stagePetr Hosek
2019-02-11[CMake][Fuchsia] Drop libclang.so from distributionPetr Hosek
2019-02-09This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.Mikhail R. Gadelha
2019-02-07Move the SMT API to LLVMMikhail R. Gadelha
2019-01-30[CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia standardPetr Hosek
2019-01-30[CMake][Fuchsia] Enable hermetic static libunwind for FuchsiaPetr Hosek
2019-01-29[CMake][Fuchsia] Temporarily disable modules for second stagePetr Hosek
2019-01-24[CMake][Fuchsia] Enable hermetic static libc++abi for FuchsiaPetr Hosek
2019-01-21[CMake][Fuchsia] Drop -DNDEBUG, re-enable modulesPetr Hosek
2019-01-17[CMake][Fuchsia] Disable modules for the second stage buildPetr Hosek
2019-01-15[CMake][Fuchsia] Synchronize first and second stage buildsPetr Hosek
2019-01-06[CMake] Use hidden visibility for static libc++ in FuchsiaPetr Hosek
2019-01-06[CMake][Fuchsia] Enable build ID, relaxations for first stagePetr Hosek
2019-01-05Revert "[CMake][Fuchsia] Enable experimental new pass manager by default"Petr Hosek
2019-01-05[CMake][Fuchsia] Enable experimental new pass manager by defaultPetr Hosek
2019-01-05[CMake][Fuchsia] Enable x86 relaxation by defaultPetr Hosek
2019-01-05[CMake][Fuchsia] Enable --build-id linker flag by defaultPetr Hosek
2019-01-02[CMake][Fuchsia] Include check-lld in the list of bootstrap targetsPetr Hosek
2018-11-22[Driver] Support XRay on FuchsiaPetr Hosek
2018-11-16[CMake] Use lld and llvm-objcopy for first stage compiler in FuchsiaPetr Hosek
2018-11-16[CMake] Support cross-compiling with Fuchsia toolchain buildPetr Hosek
2018-11-16[CMake] Use the correct spelling for armv7 in Fuchsia's toolchainPetr Hosek
2018-11-15[CMake] Explicitly list Linux targets for Fuchsia toolchainPetr Hosek
2018-11-14[CMake] Include clang-apply-replacements in Fuchsia toolchainPetr Hosek
2018-11-02[CMake][Fuchsia] Set -fuse-ld=lld explicitly for Linux runtimesPetr Hosek
2018-11-01[CMake][Fuchsia] Don't restrict Linux runtimes to UNIXPetr Hosek
2018-10-29[CMake][Fuchsia] Drop the LIBCXX_HIDE_FROM_ABI_PER_TU_BY_DEFAULTPetr Hosek
2018-10-15[Driver] Support direct split DWARF emission for FuchsiaPetr Hosek
2018-10-13[analyzer] Improved cmake configuration for Z3Enrico Steffinlongo
2018-10-03[CMake][Fuchsia] Use libc++ ABIv2 for Fuchsia toolchainPetr Hosek
2018-10-01Build clang-headers when building clang tools.Haojian Wu
2018-09-23[CMake] Use internal_linkage rather than always_inline for libc++Petr Hosek
2018-07-25[CMake] Link static libunwind and libc++abi into libc++ in Fuchsia toolchainPetr Hosek
2018-07-15[CMake] Use libc++ and compiler-rt for sanitizersPetr Hosek