summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix lld detection in standalone compiler-rt.Evgeniy Stepanov2019-10-211-0/+1
* Revert [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-171-2/+2
* [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-171-2/+2
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-10-011-0/+26
* [cmake] enable x86 libfuzzer on WindowsMatthew G McGovern2019-08-291-0/+2
* [CMake] Check for C++14 instead of C++11Jonas Devlieghere2019-08-151-1/+1
* [libFuzzer] Set Android specific ALL_FUZZER_SUPPORTED_ARCHYi Kong2019-07-191-0/+2
* Enable compiler-rt on SPARCRainer Orth2019-07-121-4/+6
* Add NetBSD LSan supportKamil Rytarowski2019-07-111-1/+1
* [GWP-ASan] D63736 broke ARMv7/v8 sanitizer bots.Mitch Phillips2019-06-261-1/+1
* Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg2019-06-191-26/+0
* [compiler-rt][SystemZ] Work around ASAN failures via -fno-partial-inliningUlrich Weigand2019-06-181-0/+1
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-06-171-0/+26
* [GWP-ASan] Disable GWP-ASan on Android for now.Mitch Phillips2019-06-171-1/+3
* Fixed GWP-ASan build breakage. When adding the optional flag parser, there wa...Mitch Phillips2019-06-041-1/+2
* [GWP-ASan] Initial build files, implementation of PRNG [1].Mitch Phillips2019-05-141-1/+16
* [crt] Use -std=c11 for crtbegin.o/crtend.oPetr Hosek2019-05-101-0/+1
* [Lsan] Disabling explicitally FreeBSDDavid Carlier2019-05-031-1/+1
* [libFuzzer] Re-enable libFuzzer on i386 Linux and fix testJonathan Metzman2019-05-021-7/+8
* [compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek2019-05-011-0/+1
* [libFuzzer] Disable i386 on non-Linux platformsJonathan Metzman2019-05-011-1/+5
* Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-301-0/+8
* Enable x86 buildsJonathan Metzman2019-04-301-1/+1
* Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-301-8/+0
* [compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek2019-04-301-0/+8
* Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew2019-04-261-26/+0
* [CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew2019-04-261-0/+26
* Remove esan.Nico Weber2019-03-111-13/+1
* Delete x86_64 ShadowCallStack supportVlad Tsyrklevich2019-03-071-1/+1
* [sanitizer] Build everything whereever possible with -z text.Evgeniy Stepanov2019-03-011-0/+2
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-2/+0
* [compiler-rt] Let CMake search for thread supportJonas Hahnfeld2019-02-151-0/+2
* [scudo][standalone] Correct cmake copy/paste errorKostya Kortchinsky2019-02-081-1/+1
* [scudo] Initial standalone skeleton check-inKostya Kortchinsky2019-02-041-0/+12
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-01-281-1/+1
* Fix XRayTest link on FreeBSD (and likely NetBSD too)Dimitry Andric2019-01-251-0/+1
* Disable LSan on NetBSDKamil Rytarowski2019-01-241-1/+1
* [libFuzzer][MSVC] Enable building libFuzzer with MSVCJonathan Metzman2019-01-221-7/+4
* [safestack] Remove Darwin from supported platformsVitaly Buka2019-01-201-1/+1
* Add support for LLVM profile for NetBSDKamil Rytarowski2018-12-221-1/+1
* [XRay] Support for FuchsiaPetr Hosek2018-11-221-1/+1
* [cmake] Fix detecting terminfo libraryMichal Gorny2018-11-201-3/+5
* [CMake] Check -ffreestanding as C not C++ flagPetr Hosek2018-10-301-1/+1
* [Esan] Port cache frag to FreeBSDDavid Carlier2018-10-041-1/+1
* [CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo2018-09-261-1/+15
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-201-0/+13
* Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov2018-09-191-14/+0
* [XRay] Detect terminfo libraryDean Michael Berris2018-09-191-0/+14
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-301-1/+4