| Commit message (Expand) | Author | Age | Files | Lines |
| * | [cmake] Don't build Native llvm-config when cross compiling if passed by user. | Don Hinton | 2018-01-21 | 1 | -1/+1 |
| * | [cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006 | Michal Gorny | 2018-01-19 | 1 | -0/+2 |
| * | [CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE's | Eric Fiselier | 2018-01-12 | 2 | -1/+8 |
| * | [cmake] Use symlinks for Windows-hosted toolchains built on Unix | Shoaib Meenai | 2018-01-09 | 2 | -3/+3 |
| * | [CMake] Support for cross-compilation when build runtimes | Petr Hosek | 2018-01-08 | 2 | -2/+14 |
| * | [cmake] Pass CMAKE_MAKE_PROGRAM to native configure | Shoaib Meenai | 2018-01-08 | 1 | -0/+1 |
| * | [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o... | Don Hinton | 2017-12-25 | 2 | -2/+2 |
| * | [CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external projects | Petr Hosek | 2017-12-13 | 1 | -0/+1 |
| * | [cmake] Determine MSVC host triple correctly when cross-compiling | Shoaib Meenai | 2017-12-13 | 1 | -1/+1 |
| * | [cmake] Fix host tools build in when LLVM_EXPERIMENTAL_TARGETS_TO_BUILD is set | Alex Bradbury | 2017-12-13 | 1 | -0/+3 |
| * | [cmake] Pass TARGETS_TO_BUILD through to host tools build | Justin Bogner | 2017-12-11 | 1 | -1/+6 |
| * | [cmake] Only pass CMAKE_SYSROOT if non-empty | Shoaib Meenai | 2017-12-08 | 1 | -1/+5 |
| * | [cmake] Make setting of CMAKE_C(XX)_COMPILER flags overridable for cross-builds | Pavel Labath | 2017-12-08 | 1 | -5/+9 |
| * | [CMake] Use PRIVATE when linking LLVM fuzzers. | Matt Morehouse | 2017-12-06 | 1 | -1/+1 |
| * | [cmake] Remove unnecessary header include in atomics check | Shoaib Meenai | 2017-12-06 | 1 | -1/+0 |
| * | [cmake] Move CMAKE_(C|CXX)_COMPILER variables before CROSS_TOOLCHAIN_FLAGS so | Don Hinton | 2017-12-06 | 1 | -2/+2 |
| * | [CMake] Use PRIVATE in target_link_libraries for executables | Shoaib Meenai | 2017-12-05 | 2 | -4/+4 |
| * | [cmake] Modernize some conditionals. NFC | Shoaib Meenai | 2017-12-05 | 1 | -2/+2 |
| * | [CMake] Don't use comma as an alternate separator | Petr Hosek | 2017-12-05 | 1 | -2/+2 |
| * | [cmake] Re-commit: Remove redundant call to cmake when building host tools. | Don Hinton | 2017-12-02 | 1 | -28/+15 |
| * | CMAKE: help CheckAtomic find check_library_exists | Martell Malone | 2017-12-02 | 1 | -0/+1 |
| * | [cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when build... | Don Hinton | 2017-12-01 | 1 | -13/+28 |
| * | [cmake] Resubmit Remove redundant call to cmake when building host tools. | Don Hinton | 2017-12-01 | 1 | -28/+13 |
| * | [cmake] Expose opt-viewer availability | Adam Nemet | 2017-12-01 | 1 | -0/+1 |
| * | [llvm] Add stripped installation targets | Shoaib Meenai | 2017-11-30 | 3 | -35/+46 |
| * | [cmake] Include project name in Sphinx doctree dir to fix race conditions | Michal Gorny | 2017-11-30 | 1 | -1/+1 |
| * | [cmake] Replace -Wall with /W4 in clang-cl options now that -Wall aliases -We... | Greg Bedwell | 2017-11-29 | 1 | -60/+69 |
| * | Rollback r319176. | Don Hinton | 2017-11-29 | 1 | -13/+28 |
| * | [cmake] Pass LLVM_USE_LINKER flag when building host tools, e.g., | Don Hinton | 2017-11-28 | 1 | -1/+4 |
| * | [cmake] Remove redundant call to cmake when building host tools. | Don Hinton | 2017-11-28 | 1 | -26/+10 |
| * | [CMake] Pass LLVM_HOST_TRIPLE to external projects | Petr Hosek | 2017-11-27 | 1 | -0/+1 |
| * | [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading | Michal Gorny | 2017-11-27 | 1 | -0/+8 |
| * | Use LIST_SEPARATOR rather than escaping in ExternalProject_Add | Petr Hosek | 2017-11-27 | 1 | -1/+2 |
| * | Revert r319069 - [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading | Michal Gorny | 2017-11-27 | 1 | -8/+0 |
| * | [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading | Michal Gorny | 2017-11-27 | 1 | -0/+8 |
| * | [CMake] Allow for Solaris ld -V output on stdout | Michal Gorny | 2017-11-17 | 1 | -1/+2 |
| * | [globalisel][tablegen] Generate rule coverage and use it to identify untested... | Daniel Sanders | 2017-11-16 | 1 | -0/+7 |
| * | Move the setting of LLVM_BUILD_MODE to a macro so that we can re-use it in co... | Greg Bedwell | 2017-11-13 | 1 | -6/+10 |
| * | [CMake] Passthrough CMAKE_SYSROOT to external projects | Petr Hosek | 2017-11-09 | 1 | -0/+1 |
| * | [cmake] Allow LLVM_BUILD_INSTRUMENTED to be set to IR or Frontend | Vedant Kumar | 2017-11-08 | 1 | -3/+8 |
| * | [CMake] Remove target to build native tablegen | Jonas Hahnfeld | 2017-11-08 | 1 | -14/+1 |
| * | [CMake] Add custom target to create build directory | Jonas Hahnfeld | 2017-11-08 | 1 | -1/+4 |
| * | Move the srpm, ocaml_make_directory, llvm_vcsrevision_h, and llvm-headers pro... | Aaron Ballman | 2017-11-04 | 1 | -0/+1 |
| * | CMake: Let LLVM_BUILD_32_BITS aware of large file. | NAKAMURA Takumi | 2017-11-04 | 1 | -0/+5 |
| * | [cmake] Make check_linker_flags operate via linker flags | Shoaib Meenai | 2017-10-31 | 1 | -3/+1 |
| * | Fix -fuse-ld feature detection error. | Rui Ueyama | 2017-10-30 | 1 | -1/+4 |
| * | [CMake] Fix linker detection in AddLLVM.cmake | Tim Shen | 2017-10-30 | 1 | -1/+6 |
| * | Force #define GTEST_LANG_CXX11. | Zachary Turner | 2017-10-27 | 1 | -0/+7 |
| * | [cmake] Restrict resource file usage to Windows build hosts | Shoaib Meenai | 2017-10-25 | 1 | -2/+2 |
| * | [cmake] Allow building fuzzers with OSS-Fuzz flags. | Matt Morehouse | 2017-10-12 | 1 | -2/+7 |