aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
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
2019-01-20[safestack] Remove Darwin from supported platformsVitaly Buka
2019-01-14[test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny
2019-01-11sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne
2018-12-22Add support for LLVM profile for NetBSDKamil Rytarowski
2018-12-21[xray] [tests] Detect and handle missing LLVMTestingSupport gracefullyMichal Gorny
2018-11-27[CMake] Add a missing case of TO_CMAKE_PATHMartin Storsjo
2018-11-22[XRay] Support for FuchsiaPetr Hosek
2018-11-20[cmake] Fix detecting terminfo libraryMichal Gorny
2018-11-16[compiler-rt] Use exact spelling when building for default targetPetr Hosek
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek
2018-11-03[compiler-rt] Support for passing through linker flags to libc++ buildPetr Hosek
2018-10-31[compiler-rt] Pass CMake C and C++ flags to the custom libc++Petr Hosek
2018-10-31[asan] Remove flags for clang-cl before it supported EHReid Kleckner
2018-10-30[CMake] Check -ffreestanding as C not C++ flagPetr Hosek