summaryrefslogtreecommitdiff
path: root/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] Disable building all Darwin libraries (except builtins) for macOS i38...Dan Liew2019-10-161-1/+47
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-10-011-0/+26
* [NFC] Invoke lipo from CMAKE_LIPO.Puyan Lotfi2019-09-241-1/+3
* [cmake] Strip quotes in try_compile_onlyHans Wennborg2019-09-191-0/+6
* Fix bug in `darwin_test_archs()` when the cache variable is set but empty.Dan Liew2019-09-131-1/+1
* [CMake] Separate the detection Darwin platforms architectures for theDan Liew2019-09-132-31/+32
* Use host's executable suffix for clang when cross-compiling compiler-rtReid Kleckner2019-09-121-2/+12
* [cmake] enable x86 libfuzzer on WindowsMatthew G McGovern2019-08-291-0/+2
* [sanitizer] Add lld into dependency of sanitizer_common unittestsVitaly Buka2019-08-271-0/+5
* reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall2019-08-211-2/+2
* [CMake] Check for C++14 instead of C++11Jonas Devlieghere2019-08-151-1/+1
* [compiler-rt] Fix running tests on macOS when XCode is not installedAlexander Richardson2019-07-271-6/+13
* [libFuzzer] Set Android specific ALL_FUZZER_SUPPORTED_ARCHYi Kong2019-07-191-0/+2
* Enable compiler-rt on SPARCRainer Orth2019-07-124-5/+18
* Add NetBSD LSan supportKamil Rytarowski2019-07-111-1/+1
* [GWP-ASan] D63736 broke ARMv7/v8 sanitizer bots.Mitch Phillips2019-06-261-1/+1
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-191-2/+2
* 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
* [compiler-rt] Respect CMAKE_NMShoaib Meenai2019-06-151-2/+8
* Fixed GWP-ASan build breakage. When adding the optional flag parser, there wa...Mitch Phillips2019-06-041-1/+2
* [builtins] Use libtool for builtins when building for Apple platformPetr Hosek2019-06-041-0/+50
* [Driver] Change layout of per-target runtimes to resemble multiarchPetr Hosek2019-05-271-2/+2
* Use CMAKE_C_COMPILER_ARG1 in compiler invocationPetr Hosek2019-05-191-1/+2
* [mips] Always use _LARGEFILE_SOURCE / _FILE_OFFSET_BITS for building MIPS 32-bitSimon Atanasyan2019-05-151-2/+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
* [compiler-rt] Create install targets for Darwin librariesShoaib Meenai2019-05-073-44/+66
* [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] Cleanup the --target and --sysroot handlingPetr Hosek2019-05-011-4/+3
* [compiler-rt] Pass sysroot and disable pedantic for crtbegin.o/crtend.oPetr Hosek2019-05-012-1/+5
* [compiler-rt] Rework the object build supportPetr Hosek2019-05-011-8/+33
* [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-302-17/+43
* Enable x86 buildsJonathan Metzman2019-04-301-1/+1
* Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-302-43/+17
* [compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek2019-04-302-17/+43
* 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
* [compiler-rt] Build custom libc++abi without exceptions.Matt Morehouse2019-04-251-0/+1
* [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song2019-03-301-1/+1
* [CMake] Fix broken uses of `try_compile_only()` and improve the function.Dan Liew2019-03-153-4/+36
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-151-0/+1
* Remove esan.Nico Weber2019-03-111-13/+1