summaryrefslogtreecommitdiff
path: root/lib/scudo/CMakeLists.txt
AgeCommit message (Expand)Author
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-06-21[scudo] Add a minimal runtime for -fsanitize-minimal-runtime compatibilityKostya Kortchinsky
2018-06-15[scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky
2018-04-16[sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky
2018-04-12[scudo] Remove duplicate cmake flagsKostya Kortchinsky
2018-03-27[scudo] Fuchsia minimal shared runtimeKostya Kortchinsky
2018-03-22[sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky
2018-03-06[scudo] Use gc-sections by defaultKostya Kortchinsky
2018-01-25[scudo] Overhaul malloc related interceptorsKostya Kortchinsky
2018-01-19[scudo] Pass SANITIZER_COMMON_LINK_FLAGS to the shared library LINK_FLAGSKostya Kortchinsky
2018-01-12[scudo] Add SANITIZER_CXX_ABI_LIBRARY to SCUDO_DYNAMIC_LIBSKostya Kortchinsky
2017-11-01[scudo] Implement stricter separation of C vs C++Kostya Kortchinsky
2017-10-23[scudo] Add a shared runtimeKostya Kortchinsky
2017-09-26[scudo] Scudo thread specific data refactor, part 3Kostya Kortchinsky
2017-05-05[scudo] Add Android supportKostya Kortchinsky
2017-04-27[scudo] Move thread local variables into their own filesKostya Kortchinsky
2017-01-18[scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10[scudo] Separate hardware CRC32 routinesKostya Kortchinsky
2017-01-06[cmake] Disable appending -msse4.2 flag implicitlyMichal Gorny
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany