summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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
2016-10-04[CMake] Exclude intrinsics_gen from LLVM_COMMON_DEPENDS in LLVMConfig.cmakeChris Bieneman
2016-10-04[cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on shared librariesMichal Gorny
2016-10-04[cmake] Use separate doctrees to prevent races between Sphinx instancesMichal Gorny
2016-10-01Revert r283029 - [cmake] Make LIT_COMMAND configurable and improve fallback s...Michal Gorny
2016-10-01[cmake] Fix incorrect default for LIT_COMMAND, from r283029Michal Gorny
2016-10-01[cmake] Make LIT_COMMAND configurable and improve fallback supportMichal Gorny
2016-10-01[OCaml] Install .mli (interface) filesMichal Gorny
2016-10-01GC HAVE_STRTOQJoerg Sonnenberger
2016-09-30cmake: Install the OCaml libraries into a more correct pathMichal Gorny
2016-09-30[CMake] Support symlinks even with LLVM_INSTALL_TOOLCHAIN_ONLYPetr Hosek
2016-09-29GC HAVE_DLERROR.Joerg Sonnenberger
2016-09-29GC srand48/lrand48/drand48.Joerg Sonnenberger
2016-09-29GC opendir/readdir/closedir checks.Joerg Sonnenberger
2016-09-29GC HAVE_SETJMP_H and checks for the content of setjmp.h.Joerg Sonnenberger
2016-09-29Check for sysconf(3).Joerg Sonnenberger
2016-09-29GC HAVE_MACH_O_DYLD_H.Joerg Sonnenberger
2016-09-29GC HAVE_UTIME_H.Joerg Sonnenberger
2016-09-29GC HAVE_LIMITS_H.Joerg Sonnenberger
2016-09-29HAVE_UNWIND_BACKTRACE -> HAVE__UNWIND_BACKTRACEJoerg Sonnenberger
2016-09-29[modules] Centralize the module cache.Vassil Vassilev