summaryrefslogtreecommitdiff
path: root/cmake/modules
AgeCommit message (Expand)Author
2018-01-22Merging r322973:Hans Wennborg
2017-12-25[cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton
2017-12-13[CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external projectsPetr Hosek
2017-12-13[cmake] Determine MSVC host triple correctly when cross-compilingShoaib Meenai
2017-12-13[cmake] Fix host tools build in when LLVM_EXPERIMENTAL_TARGETS_TO_BUILD is setAlex Bradbury
2017-12-11[cmake] Pass TARGETS_TO_BUILD through to host tools buildJustin Bogner
2017-12-08[cmake] Only pass CMAKE_SYSROOT if non-emptyShoaib Meenai
2017-12-08[cmake] Make setting of CMAKE_C(XX)_COMPILER flags overridable for cross-buildsPavel Labath
2017-12-06[CMake] Use PRIVATE when linking LLVM fuzzers.Matt Morehouse
2017-12-06[cmake] Remove unnecessary header include in atomics checkShoaib Meenai
2017-12-06[cmake] Move CMAKE_(C|CXX)_COMPILER variables before CROSS_TOOLCHAIN_FLAGS soDon Hinton
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-05[cmake] Modernize some conditionals. NFCShoaib Meenai
2017-12-05[CMake] Don't use comma as an alternate separatorPetr Hosek
2017-12-02[cmake] Re-commit: Remove redundant call to cmake when building host tools.Don Hinton
2017-12-02CMAKE: help CheckAtomic find check_library_existsMartell Malone
2017-12-01[cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when build...Don Hinton
2017-12-01[cmake] Resubmit Remove redundant call to cmake when building host tools.Don Hinton
2017-12-01[cmake] Expose opt-viewer availabilityAdam Nemet
2017-11-30[llvm] Add stripped installation targetsShoaib Meenai
2017-11-30[cmake] Include project name in Sphinx doctree dir to fix race conditionsMichal Gorny
2017-11-29[cmake] Replace -Wall with /W4 in clang-cl options now that -Wall aliases -We...Greg Bedwell
2017-11-29Rollback r319176.Don Hinton
2017-11-28[cmake] Pass LLVM_USE_LINKER flag when building host tools, e.g.,Don Hinton
2017-11-28[cmake] Remove redundant call to cmake when building host tools.Don Hinton
2017-11-27[CMake] Pass LLVM_HOST_TRIPLE to external projectsPetr Hosek
2017-11-27[cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny
2017-11-27Use LIST_SEPARATOR rather than escaping in ExternalProject_AddPetr Hosek
2017-11-27Revert r319069 - [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny
2017-11-27[cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny
2017-11-17[CMake] Allow for Solaris ld -V output on stdoutMichal Gorny
2017-11-16[globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders
2017-11-13Move the setting of LLVM_BUILD_MODE to a macro so that we can re-use it in co...Greg Bedwell
2017-11-09[CMake] Passthrough CMAKE_SYSROOT to external projectsPetr Hosek
2017-11-08[cmake] Allow LLVM_BUILD_INSTRUMENTED to be set to IR or FrontendVedant Kumar
2017-11-08[CMake] Remove target to build native tablegenJonas Hahnfeld
2017-11-08[CMake] Add custom target to create build directoryJonas Hahnfeld
2017-11-04Move the srpm, ocaml_make_directory, llvm_vcsrevision_h, and llvm-headers pro...Aaron Ballman
2017-11-04CMake: Let LLVM_BUILD_32_BITS aware of large file.NAKAMURA Takumi
2017-10-31[cmake] Make check_linker_flags operate via linker flagsShoaib Meenai
2017-10-30Fix -fuse-ld feature detection error.Rui Ueyama
2017-10-30[CMake] Fix linker detection in AddLLVM.cmakeTim Shen
2017-10-27Force #define GTEST_LANG_CXX11.Zachary Turner
2017-10-25[cmake] Restrict resource file usage to Windows build hostsShoaib Meenai
2017-10-12[cmake] Allow building fuzzers with OSS-Fuzz flags.Matt Morehouse
2017-09-29Revert "[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)"Brian Gesiak
2017-09-29[CMake] Remove `CMAKE_.*_OUTPUT_DIRECTORY` (NFCI)Brian Gesiak
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton
2017-09-26CMake: Add option to set LLVM_ENABLE_DUMPMatthias Braun
2017-09-21[lit] Add a test for the builtin config map.Zachary Turner