summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2017-03-21Fix evaluation of LLVM_DEFINITIONSSerge Pavlov
2017-03-16[cmake] Refactor warning flag logic to use Unix warnings with clang-clReid Kleckner
2017-03-15Re-apply r296730, "cmake: Configure the ThinLTO cache directory when using EL...Peter Collingbourne
2017-03-11Revert r297516 - Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesEric Fiselier
2017-03-10Respect CMAKE_INSTALL_MANDIR for sphinx generated manpagesJonathan Roelofs
2017-03-09CMake: Don't install llvm-tblgen twiceTom Stellard
2017-03-07[X86] Quick fix for build bot failure (r297127) due to unused variable.Ayman Musa
2017-03-07[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa
2017-03-03Detect the existence of pthread_{s,g}etname_np in libpthread on LinuxKrzysztof Parzyszek
2017-03-03Revert r296730, "cmake: Configure the ThinLTO cache directory when using ELF ...Peter Collingbourne
2017-03-02CMake: Clean up VersionFromVCS.cmakeTom Stellard
2017-03-02cmake: Configure the ThinLTO cache directory when using ELF lld or gold.Peter Collingbourne
2017-03-01enable building with LTO on Windows using clang-cl and lldBob Haarman
2017-02-22[Support] Provide linux/magic.h fallback for older kernelsMichal Gorny
2017-02-17[CMake] Support externalizing debug info on non-Darwin platformsPetr Hosek
2017-02-17[CMake] Add variable IOS to iOS toolchainChris Bieneman
2017-02-14[Tablegen] Instrumenting table gen DAGGenISelDAGAditya Nandakumar
2017-02-11config-ix.cmake: Search for CMAKE_XCRUN before using it.Matthias Braun
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-02-09[CMake] Fix standalone project builds broken in r294514Chris Bieneman
2017-02-08[CMake] Fix `is_llvm_target_library` and support out-of-order componentsChris Bieneman
2017-02-07[CMake] Fix USE_LLVM_SANITIZER configuration for out-of-tree builds.Eric Fiselier
2017-02-07[CMake] Move ninja job pool options to HandleLLVMOptionsChris Bieneman
2017-02-02Fix LLDB Android AArch64 GCC debug info buildOmair Javaid
2017-01-31Remove LLVM_CONFIG from config headersReid Kleckner
2017-01-26CMake is funky on detecting Intel 17 as GCC compatible.Yichao Yu
2017-01-18cmake: Only sanitize use-after-scope if the host compiler supports itJustin Bogner
2017-01-17Enabled -fsanitize-address-use-after-scope for -DLLVM_USE_SANITIZER=AddressVitaly Buka
2017-01-17[cmake] Update SOVERSION for the new versioning schemeMichal Gorny
2017-01-15Add a LLVM_USE_LINKER that defines the linker to use when building LLVMMehdi Amini
2017-01-13Fix UBSan bots by blacklisting bits/stl_tree.h.Ivan Krasin
2017-01-11Add -Wl,-color-diagnostics if a linker supports the option.Rui Ueyama
2017-01-10Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth
2017-01-06[gtest] Detect warning flags using the positive spelling.Chandler Carruth
2017-01-06[cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny
2017-01-06Disable sigaltstack on Apple platformsBob Wilson
2017-01-04[gtest] Fix the way we disable a warning for unittests.Chandler Carruth
2017-01-04[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth
2017-01-03Fix the MSVC version check.Zachary Turner
2017-01-02[cmake] Normalize LLVM_ENABLE_DIA_SDK to fix Windows testsMichal Gorny
2017-01-02[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny
2016-12-23Enable '-Wstring-conversion' and fix some bad asserts that it helpedChandler Carruth
2016-12-22Pass -Wa,-mbig-obj in 64-bit mingw buildsReid Kleckner
2016-12-15Fix some remaining documentation references to MSVC 2013Reid Kleckner
2016-12-15[CMake] Minor change to symlink generation for LLDBChris Bieneman
2016-12-12[CMake] Multi-target builtins buildPetr Hosek
2016-12-10[libFuzzer] switch all libFuzzer tests to use -fsanitize-coverage=trace-pc-gu...Kostya Serebryany
2016-12-09Remove /Zc:sizedDealloc- from the MSVC buildReid Kleckner
2016-12-09Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne
2016-12-07[CMake] Add check for HAVE_CRASHREPORTER_INFOChris Bieneman