aboutsummaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
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
2018-06-28Skip building TSan on platforms where there are no 64-bit architectures.Kuba Mracek
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-17Revert "[CMake] Use a different source depending on C++ support"Jonas Hahnfeld
2018-06-14[libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov
2018-05-24[libFuzzer] Fix a typo in CMake configuration.George Karpenkov
2018-05-22[CMake] Support builtins as Clang default rtlib in compiler-rtPetr Hosek
2018-05-22[CMake] Support libc++ as Clang default stdlib in compiler-rtPetr Hosek
2018-05-22[CMake] Use a different source depending on C++ supportPetr Hosek
2018-05-21Revert "[CMake] Reland "Make simple source used for CMake checks a C file""Petr Hosek
2018-05-18Revert r332683 & r332684 relating to compiler runtime checksReid Kleckner
2018-05-18[CMake] Detect the compiler runtime and standard libraryPetr Hosek
2018-05-17[CMake] Reland "Make simple source used for CMake checks a C file"Petr Hosek
2018-05-09Add basic compiler-rt builtins support for hexagon.Sid Manning
2018-04-27Revert "[CMake] Make simple source used for CMake checks a C file"Petr Hosek
2018-04-26[CMake] Make simple source used for CMake checks a C filePetr Hosek
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-04-09shadowcallstack: Make runtime tests compatible with aarch64.Peter Collingbourne
2018-04-04[XRay][compiler-rt] Build XRay runtime for OpenBSDDean Michael Berris
2018-03-23[HWASan] Port HWASan to Linux x86-64 (compiler-rt)Alex Shlyapnikov
2018-03-03OpenBSD UBsan support, cmake partKamil Rytarowski
2018-03-03Adding Msan support to FreeBSDKamil Rytarowski
2018-03-01[PATCH] [compiler-rt, RISCV] Support builtins for RISC-VShiva Chen
2018-02-16Add initial XRay support for NetBSDKamil Rytarowski
2018-02-15Add Xray instrumentation support to FreeBSDKamil Rytarowski
2018-01-30[fuzzer] Update and enable libFuzzer on FuchsiaPetr Hosek