summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2016-12-12[compiler-rt] Support building builtins for a single targetPetr Hosek
2016-12-05[compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCHKuba Mracek
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-11-29[sanitizer] Add macOS minimum deployment target to all compiler invocations i...Kuba Mracek
2016-11-29Revert "Revert "[ASan] Enable on SystemZ.""Marcin Koscielnicki
2016-11-23Revert "[ASan] Enable on SystemZ."Marcin Koscielnicki
2016-11-23[ASan] Enable on SystemZ.Marcin Koscielnicki
2016-11-23[profile] Enable on SystemZ.Marcin Koscielnicki
2016-11-21[XRay] Support AArch64 in compiler-rtDean Michael Berris
2016-11-14[sanitizer] Max out allowed macOS deployment targets to 10.9Kuba Brecka
2016-10-06[ESan][MIPS] Adds support for MIPS64Sagar Thakur
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-20[CMake] Fix error preventing simulator sanitizers from buildingChris Bieneman
2016-09-20[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-17[compiler-rt] Disable building of profiling runtime when LLVM_USE_SANITIZER i...Kuba Brecka
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin
2016-09-08Revert "[ESan][MIPS] Adds support for MIPS64"Qin Zhao
2016-09-08[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-07[compiler-rt] Allow sanitizers to be compiled for windows with clangFrancis Ricci
2016-09-07[ESan][MIPS] Adds support for MIPS64Sagar Thakur
2016-09-01build: profile is not a sanitizerSaleem Abdulrasool
2016-08-19[CMake] Support building on OS X without Xcode installationChris Bieneman
2016-08-19build: allow building a specific set of sanitizersSaleem Abdulrasool
2016-08-02Revert "[CMake] Pass -nostdlib if supported"Jonas Hahnfeld
2016-08-02[CMake] Pass -nostdlib if supportedJonas Hahnfeld
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[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-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-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany
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-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-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-03-30[cmake] Get the MSVC version by running cl rather than relying on MSVC_VERSIONReid Kleckner
2016-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-20[tsan] Build TSan dylibs for iOS-style simulatorsDevin Coughlin