summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-2/+0
* [compiler-rt] Let CMake search for thread supportJonas Hahnfeld2019-02-151-0/+2
* [CMake] Avoid clang dependencies in the runtimes buildPetr Hosek2019-02-131-1/+1
* [CMake][XRay] Silence llvm-config error when checking library supportPetr Hosek2019-02-121-2/+4
* [CMake] Don't set <PROJECT>_STANDALONE_BUILDPetr Hosek2019-02-091-1/+1
* [InstrProf] Implement static profdata registrationReid Kleckner2019-02-081-9/+5
* [scudo][standalone] Correct cmake copy/paste errorKostya Kortchinsky2019-02-081-1/+1
* [CMake] Mark runtime library link libraries as privatePetr Hosek2019-02-071-1/+1
* [scudo] Initial standalone skeleton check-inKostya Kortchinsky2019-02-041-0/+12
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-01-281-1/+1
* Fix XRayTest link on FreeBSD (and likely NetBSD too)Dimitry Andric2019-01-251-0/+1
* Disable LSan on NetBSDKamil Rytarowski2019-01-241-1/+1
* [libFuzzer][MSVC] Enable building libFuzzer with MSVCJonathan Metzman2019-01-221-7/+4
* [safestack] Remove Darwin from supported platformsVitaly Buka2019-01-201-1/+1
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-142-8/+6
* sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne2019-01-111-2/+2
* Add support for LLVM profile for NetBSDKamil Rytarowski2018-12-221-1/+1
* [xray] [tests] Detect and handle missing LLVMTestingSupport gracefullyMichal Gorny2018-12-211-1/+21
* [CMake] Add a missing case of TO_CMAKE_PATHMartin Storsjo2018-11-271-0/+1
* [XRay] Support for FuchsiaPetr Hosek2018-11-221-1/+1
* [cmake] Fix detecting terminfo libraryMichal Gorny2018-11-201-3/+5
* [compiler-rt] Use exact spelling when building for default targetPetr Hosek2018-11-161-1/+4
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-141-0/+3
* [compiler-rt] Support for passing through linker flags to libc++ buildPetr Hosek2018-11-031-2/+7
* [compiler-rt] Pass CMake C and C++ flags to the custom libc++Petr Hosek2018-10-311-3/+7
* [asan] Remove flags for clang-cl before it supported EHReid Kleckner2018-10-312-11/+0
* [CMake] Check -ffreestanding as C not C++ flagPetr Hosek2018-10-301-1/+1
* [compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS.Dan Albert2018-10-181-1/+1
* [Esan] Port cache frag to FreeBSDDavid Carlier2018-10-041-1/+1
* [compiler-rt][cmake][mips] Use -mabi option to select target architectureSimon Atanasyan2018-09-271-4/+4
* [CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo2018-09-261-1/+15
* [XRay] Clean up XRay build configurationDean Michael Berris2018-09-241-0/+18
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-203-2/+27
* Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov2018-09-192-24/+0
* [XRay] Detect terminfo libraryDean Michael Berris2018-09-191-0/+14
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-181-0/+10
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-301-1/+4
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-291-1/+1
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-291-1/+1
* Revert "[libFuzzer] Port to Windows"Matt Morehouse2018-08-281-1/+1
* [libFuzzer] Port to WindowsMatt Morehouse2018-08-281-1/+1
* [CMake] Don't parse target triple except for archPetr Hosek2018-08-141-10/+4
* [CMake] Fix bug in `add_weak_symbols()` function.Dan Liew2018-08-131-1/+9
* [macOS] stop generating the libclang_rt.10.4.a library for macOS 10.4Alex Lorenz2018-08-081-14/+0
* [CMake] Allow building builtins standalone out of tree without any llvm-confi...Martin Storsjo2018-08-031-35/+39
* [profile] Support profiling runtime on FuchsiaPetr Hosek2018-07-251-1/+1
* [CMake] Change the flag to use compiler-rt builtins to booleanPetr Hosek2018-07-151-2/+2
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-102-4/+62
* [scudo] Enable Scudo on PPC64Kostya Kortchinsky2018-07-031-1/+1