summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-08-18[CMake] Stop building eprintf library on DarwinChris Bieneman
2016-08-15[CMake] Renaming test variable to be consistentChris Bieneman
2016-08-12[CMake] If the compiler supports _Atomic include atomic.c in builtins librariesChris Bieneman
2016-08-05builtins: windows has only one flavour on ARMSaleem Abdulrasool
2016-08-02Revert "[CMake] Pass -nostdlib if supported"Jonas Hahnfeld
2016-08-02[CMake] Pass -nostdlib if supportedJonas Hahnfeld
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-21Revert r276256 - Attempt to fix clang-cmake-mips after r268977.Daniel Sanders
2016-07-21Attempt to fix clang-cmake-mips after r268977.Daniel Sanders
2016-07-21[compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris
2016-07-20Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg
2016-07-20[compiler-rt] Don't require c++ headers when configuring compiler-rt buildsFrancis Ricci
2016-07-20[compiler-rt] Fix target architecture matchingFrancis Ricci
2016-07-20[xray] Only build xray on Linux for nowReid Kleckner
2016-07-20[compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris
2016-07-18[Compiler-rt][MIPS] Fix simple test failure when using gccMohit K. Bhakkad
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-28[CMake] In r273957, I deleted a line that shouldn't have been removed.Chris Bieneman
2016-06-27[CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmakeChris Bieneman
2016-06-27Revert "Parse the triple in base-config-ix to propagate ANDROID variable corr...Chris Bieneman
2016-06-27Parse the triple in base-config-ix to propagate ANDROID variable correctlySumanth Gundapaneni
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-21trimming whitespacesEtienne Bergeron
2016-06-21Revert "Revert "[MSan] Enable on PowerPC64.""Marcin Koscielnicki
2016-06-17Turn off -Wunused-parameter when building compiler-rt with clang on Windows, ...Reid Kleckner
2016-06-17Fix most MSVC warnings in compiler-rt profiling libraryReid Kleckner
2016-06-17Fix some warnings in the MSVC buildReid Kleckner
2016-06-09[CMake] Cleanup CMake version checkingChris Bieneman
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany
2016-06-03[CMake] Support constructing output paths from LLVM variablesChris Bieneman
2016-06-03[CMake] detect_target_arch needs to be moved to UtilsChris Bieneman
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2016-05-26[sanitizer] Fix a typo in config-ix.cmake causing all Darwin embedded platfor...Kuba Brecka
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
2016-05-14Revert "[MSan] Enable on PowerPC64."Marcin Koscielnicki
2016-05-14[MSan] Enable on PowerPC64.Marcin Koscielnicki
2016-05-11[CMake] Cache check results and avoid duplicate checksChris Bieneman
2016-05-09[CMake] Support platform building builtins without a full toolchainChris 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] Updating Apple CMake cache fileChris Bieneman
2016-04-28[CMake] Adding some missing CMake includes. NFC.Chris Bieneman
2016-04-27[Compiler-rt][CFI] Enabling CFI for MIPS64Mohit K. Bhakkad
2016-04-26[CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman
2016-04-21[esan] EfficiencySanitizer base runtime libraryDerek Bruening
2016-04-15[sanitizer] [SystemZ] Enable UBSan.Marcin Koscielnicki
2016-04-06Use `CMAKE_HOST_UNIX` to check the host.Sean Silva