summaryrefslogtreecommitdiff
path: root/compiler-rt/cmake
AgeCommit message (Expand)Author
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
2018-10-18[compiler-rt] Don't explicitly set CMAKE_CXX_FLAGS.Dan Albert
2018-10-04[Esan] Port cache frag to FreeBSDDavid Carlier
2018-09-27[compiler-rt][cmake][mips] Use -mabi option to select target architectureSimon Atanasyan
2018-09-26[CMake] [MinGW] Build address sanitizer for MinGW if building with clangMartin Storsjo
2018-09-24[XRay] Clean up XRay build configurationDean Michael Berris
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-09-18[XRay][compiler-rt] FDRLogWriter AbstractionDean 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-08-14[CMake] Don't parse target triple except for archPetr Hosek
2018-08-13[CMake] Fix bug in `add_weak_symbols()` function.Dan Liew
2018-08-08[macOS] stop generating the libclang_rt.10.4.a library for macOS 10.4Alex Lorenz
2018-08-03[CMake] Allow building builtins standalone out of tree without any llvm-confi...Martin Storsjo
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-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
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-27[CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew
2018-06-25[UBsan] Enable ubsan minimal unit tests on OpenBSDDavid Carlier
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-06-13[compiler-rt] Use CMAKE_LINKER instead of hardcoding ldShoaib Meenai
2018-06-13[XRay] Set an explicit dependency on libc++ when neededPetr Hosek
2018-06-13Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek
2018-06-12Revert r334458, r334220, r334212, r334139.Matt Morehouse
2018-06-12[CMake] Remove -Wno-maybe-uninitialized from passthrough vars.Matt Morehouse
2018-06-07[CMake] Fix Libc++ Modules build.Eric Fiselier
2018-06-07[CMake] Filter out -z,defs when building custom libc++Petr Hosek
2018-06-06[CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek
2018-05-24[libFuzzer] Fix a typo in CMake configuration.George Karpenkov