summaryrefslogtreecommitdiff
path: root/cmake/Modules
AgeCommit message (Expand)Author
2017-01-05[gtest] Teach the sanitizer's custom gtest compilations to disableChandler Carruth
2016-12-12[compiler-rt] Support building builtins for a single targetPetr Hosek
2016-10-25Remove a VS 2012 workaround, we require 2015 now.Nico Weber
2016-09-22cfi: Fixes for check-cfi when configured as an external project.Peter Collingbourne
2016-09-21[CMake] Rename back SIMPLE_SOURCE to compile as C++Jonas Hahnfeld
2016-09-20Revert "[CMake] Explicitly add --target option to compiler flags"Chris Bieneman
2016-09-20[CMake] Explicitly add --target option to compiler flagsChris Bieneman
2016-09-14[cmake] Support overriding llvm-config query resultsMichal Gorny
2016-09-08Really fix warnings about passing -std=gnu99 to MSVCReid Kleckner
2016-09-07[compiler-rt] Fix library suffixes on windowsFrancis Ricci
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-25[builtins] Make sure builtin compile tests respect CMAKE_C_COMPILER_TARGETFrancis Ricci
2016-08-22[cmake] Fix append_rtti_flag macro and bad var nameFilipe Cabecinhas
2016-08-19[CMake] Support building on OS X without Xcode installationChris Bieneman
2016-08-19[CMake] Add top-level install-compiler-rt targetChris Bieneman
2016-08-19build: allow building a specific set of sanitizersSaleem Abdulrasool
2016-08-18[CMake] Stop building eprintf library on DarwinChris Bieneman
2016-08-12[CMake] If the compiler supports _Atomic include atomic.c in builtins librariesChris Bieneman
2016-08-02[CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld
2016-08-01[CMake] Don't trust compiler error code, also check for errorsChris Bieneman
2016-07-22[compiler-rt][cmake] Don't reset CAN_TARGET_${arch} on every cmake invocation.Daniel Sanders
2016-07-20[compiler-rt] Fix target architecture matchingFrancis Ricci
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-22[CMake] Converting darwin_test_archs simple source to CChris Bieneman
2016-06-21[compiler-rt] Split cflags and link flags to avoid warningsEtienne Bergeron
2016-06-09[CMake] Cleanup CMake version checkingChris Bieneman
2016-06-03[CMake] detect_target_arch needs to be moved to UtilsChris Bieneman
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
2016-05-11[CMake] Cache check results and avoid duplicate checksChris Bieneman
2016-05-03[CMake] NFC. Add support for testing the compiler without testing the linkerChris Bieneman
2016-04-28[CMake] Adding another missing include. NFC.Chris Bieneman
2016-04-28[CMake] Adding some missing CMake includes. NFC.Chris Bieneman
2016-04-26[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman
2016-04-06Use `CMAKE_HOST_UNIX` to check the host.Sean Silva
2016-03-31[CMake] Provide the ability to skip stripping when generating dSYMsChris Bieneman
2016-03-17[CMake] Remove bash-ism in SanitizerLintCheckAlexey Samsonov
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-26[CMake] Fix a typo in add_compiler_rt_library.Alexey Samsonov
2016-02-23[CMake] Support component-based installation for runtime librariesChris Bieneman
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-17[CMake] [NFC] Move macro definitions out of config-ix.cmakeChris Bieneman
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman
2016-02-02[compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compilerDaniel Sanders
2016-02-02[asan] Add iOS support.Anna Zaks
2016-02-01[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.Alexey Samsonov
2016-01-27[compiler-rt] list_union() is actually an intersect operation. Rename it.Daniel Sanders
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2016-01-08[cmake] Indentation fix (NFC)Vedant Kumar