aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2019-06-26[GWP-ASan] D63736 broke ARMv7/v8 sanitizer bots.Mitch Phillips
2019-06-19Specify log level for CMake messages (less stderr)Stefan Granitz
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-15[compiler-rt] Respect CMAKE_NMShoaib Meenai
2019-06-04Fixed GWP-ASan build breakage. When adding the optional flag parser, there wa...Mitch Phillips
2019-06-04[builtins] Use libtool for builtins when building for Apple platformPetr Hosek
2019-05-27[Driver] Change layout of per-target runtimes to resemble multiarchPetr Hosek
2019-05-19Use CMAKE_C_COMPILER_ARG1 in compiler invocationPetr Hosek
2019-05-15[mips] Always use _LARGEFILE_SOURCE / _FILE_OFFSET_BITS for building MIPS 32-bitSimon Atanasyan
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-07[compiler-rt] Create install targets for Darwin librariesShoaib Meenai
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] Cleanup the --target and --sysroot handlingPetr Hosek
2019-05-01[compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek
2019-05-01[compiler-rt] Rework the object build supportPetr 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-04-25[compiler-rt] Build custom libc++abi without exceptions.Matt Morehouse
2019-03-30[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song
2019-03-15[CMake] Fix broken uses of `try_compile_only()` and improve the function.Dan Liew
2019-03-15[TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner
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-19[compiler-rt][CMake] Set project for the custom libc++Petr Hosek
2019-02-17[compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld
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-13[CMake] Avoid clang dependencies in the runtimes buildPetr Hosek
2019-02-12[CMake][XRay] Silence llvm-config error when checking library supportPetr Hosek
2019-02-09[CMake] Don't set <PROJECT>_STANDALONE_BUILDPetr Hosek
2019-02-08[InstrProf] Implement static profdata registrationReid Kleckner
2019-02-08[scudo][standalone] Correct cmake copy/paste errorKostya Kortchinsky
2019-02-07[CMake] Mark runtime library link libraries as privatePetr Hosek
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