aboutsummaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2019-07-12Enable compiler-rt on SPARCRainer Orth
2019-07-11Add NetBSD LSan supportKamil Rytarowski
2019-06-26[GWP-ASan] D63736 broke ARMv7/v8 sanitizer bots.Mitch Phillips
2019-06-19Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg
2019-06-18[compiler-rt][SystemZ] Work around ASAN failures via -fno-partial-inliningUlrich Weigand
2019-06-17[CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew
2019-06-17[GWP-ASan] Disable GWP-ASan on Android for now.Mitch Phillips
2019-06-04Fixed GWP-ASan build breakage. When adding the optional flag parser, there wa...Mitch Phillips
2019-05-14[GWP-ASan] Initial build files, implementation of PRNG [1].Mitch Phillips
2019-05-10[crt] Use -std=c11 for crtbegin.o/crtend.oPetr Hosek
2019-05-03[Lsan] Disabling explicitally FreeBSDDavid Carlier
2019-05-02[libFuzzer] Re-enable libFuzzer on i386 Linux and fix testJonathan Metzman
2019-05-01[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek
2019-05-01[libFuzzer] Disable i386 on non-Linux platformsJonathan Metzman
2019-04-30Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30Enable x86 buildsJonathan Metzman
2019-04-30Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek
2019-04-30[compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek
2019-04-26Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew
2019-04-26[CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew
2019-03-11Remove esan.Nico Weber
2019-03-07Delete x86_64 ShadowCallStack supportVlad Tsyrklevich
2019-03-01[sanitizer] Build everything whereever possible with -z text.Evgeniy Stepanov
2019-02-15Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld
2019-02-15[compiler-rt] Let CMake search for thread supportJonas Hahnfeld
2019-02-08[scudo][standalone] Correct cmake copy/paste errorKostya Kortchinsky
2019-02-04[scudo] Initial standalone skeleton check-inKostya Kortchinsky
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek
2019-01-25Fix XRayTest link on FreeBSD (and likely NetBSD too)Dimitry Andric
2019-01-24Disable LSan on NetBSDKamil Rytarowski
2019-01-22[libFuzzer][MSVC] Enable building libFuzzer with MSVCJonathan Metzman
2019-01-20[safestack] Remove Darwin from supported platformsVitaly Buka
2018-12-22Add support for LLVM profile for NetBSDKamil Rytarowski
2018-11-22[XRay] Support for FuchsiaPetr Hosek
2018-11-20[cmake] Fix detecting terminfo libraryMichal Gorny
2018-10-30[CMake] Check -ffreestanding as C not C++ flagPetr Hosek
2018-10-04[Esan] Port cache frag to FreeBSDDavid Carlier
2018-09-26[CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo
2018-09-20[XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris
2018-09-19Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov
2018-09-19[XRay] Detect terminfo libraryDean Michael Berris
2018-08-30[libFuzzer] Port to WindowsMatt Morehouse
2018-08-29Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-29[libFuzzer] Port to WindowsMatt Morehouse
2018-08-28Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-28[libFuzzer] Port to WindowsMatt Morehouse
2018-07-25[profile] Support profiling runtime on FuchsiaPetr Hosek
2018-07-15[CMake] Change the flag to use compiler-rt builtins to booleanPetr Hosek
2018-07-03[scudo] Enable Scudo on PPC64Kostya Kortchinsky