summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Don't build Native llvm-config when cross compiling if passed by user.Don Hinton2018-01-211-1/+1
* [cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006Michal Gorny2018-01-191-0/+2
* [CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE'sEric Fiselier2018-01-122-1/+8
* [cmake] Use symlinks for Windows-hosted toolchains built on UnixShoaib Meenai2018-01-092-3/+3
* [CMake] Support for cross-compilation when build runtimesPetr Hosek2018-01-082-2/+14
* [cmake] Pass CMAKE_MAKE_PROGRAM to native configureShoaib Meenai2018-01-081-0/+1
* [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton2017-12-252-2/+2
* [CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external projectsPetr Hosek2017-12-131-0/+1
* [cmake] Determine MSVC host triple correctly when cross-compilingShoaib Meenai2017-12-131-1/+1
* [cmake] Fix host tools build in when LLVM_EXPERIMENTAL_TARGETS_TO_BUILD is setAlex Bradbury2017-12-131-0/+3
* [cmake] Pass TARGETS_TO_BUILD through to host tools buildJustin Bogner2017-12-111-1/+6
* [cmake] Only pass CMAKE_SYSROOT if non-emptyShoaib Meenai2017-12-081-1/+5
* [cmake] Make setting of CMAKE_C(XX)_COMPILER flags overridable for cross-buildsPavel Labath2017-12-081-5/+9
* [CMake] Use PRIVATE when linking LLVM fuzzers.Matt Morehouse2017-12-061-1/+1
* [cmake] Remove unnecessary header include in atomics checkShoaib Meenai2017-12-061-1/+0
* [cmake] Move CMAKE_(C|CXX)_COMPILER variables before CROSS_TOOLCHAIN_FLAGS soDon Hinton2017-12-061-2/+2
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-052-4/+4
* [cmake] Modernize some conditionals. NFCShoaib Meenai2017-12-051-2/+2
* [CMake] Don't use comma as an alternate separatorPetr Hosek2017-12-051-2/+2
* [cmake] Re-commit: Remove redundant call to cmake when building host tools.Don Hinton2017-12-021-28/+15
* CMAKE: help CheckAtomic find check_library_existsMartell Malone2017-12-021-0/+1
* [cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when build...Don Hinton2017-12-011-13/+28
* [cmake] Resubmit Remove redundant call to cmake when building host tools.Don Hinton2017-12-011-28/+13
* [cmake] Expose opt-viewer availabilityAdam Nemet2017-12-011-0/+1
* [llvm] Add stripped installation targetsShoaib Meenai2017-11-303-35/+46
* [cmake] Include project name in Sphinx doctree dir to fix race conditionsMichal Gorny2017-11-301-1/+1
* [cmake] Replace -Wall with /W4 in clang-cl options now that -Wall aliases -We...Greg Bedwell2017-11-291-60/+69
* Rollback r319176.Don Hinton2017-11-291-13/+28
* [cmake] Pass LLVM_USE_LINKER flag when building host tools, e.g.,Don Hinton2017-11-281-1/+4
* [cmake] Remove redundant call to cmake when building host tools.Don Hinton2017-11-281-26/+10
* [CMake] Pass LLVM_HOST_TRIPLE to external projectsPetr Hosek2017-11-271-0/+1
* [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny2017-11-271-0/+8
* Use LIST_SEPARATOR rather than escaping in ExternalProject_AddPetr Hosek2017-11-271-1/+2
* Revert r319069 - [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny2017-11-271-8/+0
* [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloadingMichal Gorny2017-11-271-0/+8
* [CMake] Allow for Solaris ld -V output on stdoutMichal Gorny2017-11-171-1/+2
* [globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders2017-11-161-0/+7
* Move the setting of LLVM_BUILD_MODE to a macro so that we can re-use it in co...Greg Bedwell2017-11-131-6/+10
* [CMake] Passthrough CMAKE_SYSROOT to external projectsPetr Hosek2017-11-091-0/+1
* [cmake] Allow LLVM_BUILD_INSTRUMENTED to be set to IR or FrontendVedant Kumar2017-11-081-3/+8
* [CMake] Remove target to build native tablegenJonas Hahnfeld2017-11-081-14/+1
* [CMake] Add custom target to create build directoryJonas Hahnfeld2017-11-081-1/+4
* Move the srpm, ocaml_make_directory, llvm_vcsrevision_h, and llvm-headers pro...Aaron Ballman2017-11-041-0/+1
* CMake: Let LLVM_BUILD_32_BITS aware of large file.NAKAMURA Takumi2017-11-041-0/+5
* [cmake] Make check_linker_flags operate via linker flagsShoaib Meenai2017-10-311-3/+1
* Fix -fuse-ld feature detection error.Rui Ueyama2017-10-301-1/+4
* [CMake] Fix linker detection in AddLLVM.cmakeTim Shen2017-10-301-1/+6
* Force #define GTEST_LANG_CXX11.Zachary Turner2017-10-271-0/+7
* [cmake] Restrict resource file usage to Windows build hostsShoaib Meenai2017-10-251-2/+2
* [cmake] Allow building fuzzers with OSS-Fuzz flags.Matt Morehouse2017-10-121-2/+7
OpenPOWER on IntegriCloud