summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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
2016-12-07[CMake] Add a check for HAVE_CRASHREPORTERCLIENT_HChris Bieneman
2016-12-06[CMake] Fixing clang standalone buildChris Bieneman
2016-12-06[CMake] Cleanup TableGen include flagsChris Bieneman
2016-12-05[CMake] Fix symlink refactor for multi-configuration generatorsChris Bieneman
2016-12-05[cmake] Include component in Sphinx install rulesMichal Gorny
2016-12-05[CMake] Refactor add_llvm_tool_symlink for reuseChris Bieneman
2016-12-03build: allow specifying the component to `llvm_install_symlink`Saleem Abdulrasool
2016-11-28cmake: Set rpath for loadable modules as well as shared libraries.Peter Collingbourne
2016-11-19[CMake] Apply sandbox profile to target not directoryChris Bieneman
2016-11-18Add an option to disable libeditYichao Yu
2016-11-17[CMake] Error when LTO and lld are enabled on DarwinPetr Hosek
2016-11-17[cmake] Move LLVM_BUILD_STATIC check to an earlier pointPavel Labath
2016-11-17[CMake] [Darwin] Add support for debugging tablegen dependenciesChris Bieneman
2016-11-14Reverting r285406, which was a temporary workaround to get one of the documen...Aaron Ballman
2016-11-11CMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_EXTERNAL_CLANG_SOURCE_DIRMehdi Amini
2016-11-08cmake: Don't try to install exports if there aren't anyJustin Bogner
2016-11-08[CMake] Fix llvm_setup_rpath functionMandeep Singh Grang
2016-11-04cmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust LLVMExports accordinglyJustin Bogner
2016-11-03[CMake] Make CMAKE_INSTALL_RPATH work againJohn Brawn
2016-11-03[CMake] Disable rpath for UnitTestsJonas Hahnfeld
2016-11-01[CMake] Fix rpath construction for out-of-tree buildsChris Bieneman
2016-10-28cmake: Enable the lto cache when building with -flto=thin on darwinJustin Bogner
2016-10-28[cmake] Temporarily revert enforcement of minimum GCC version increaseTeresa Johnson
2016-10-24cmake: Make /usr/share/cmake installable with LLVM_DISTRIBUTION_COMPONENTSJustin Bogner
2016-10-18[docs] Increase minimum supported GCC version for building LLVM to 4.8Teresa Johnson
2016-10-04[cmake] Make LIT_COMMAND configurable and improve fallback supportMichal Gorny