summaryrefslogtreecommitdiff
path: root/lib/scudo/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed -mno-omit-leaf-frame-pointer from flags.Mitch Phillips2019-07-161-4/+0
* Attempt #2 to fix gcc builds. This time checkMitch Phillips2019-07-021-1/+1
* Only use -mno-omit-leaf-frame-pointer with clang builds.Mitch Phillips2019-07-021-2/+4
* [GWP-ASan] [Scudo] Add GWP-ASan backtrace for alloc/free to Scudo.Mitch Phillips2019-07-021-1/+6
* [GWP-ASan] Integration with Scudo [5].Mitch Phillips2019-06-171-0/+9
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-1/+1
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-1/+1
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-1/+1
* [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsanStephen Hines2018-10-021-0/+8
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-0/+21
* [scudo] Add a minimal runtime for -fsanitize-minimal-runtime compatibilityKostya Kortchinsky2018-06-211-8/+34
* [scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky2018-06-151-0/+1
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-3/+4
* [scudo] Remove duplicate cmake flagsKostya Kortchinsky2018-04-121-1/+1
* [scudo] Fuchsia minimal shared runtimeKostya Kortchinsky2018-03-271-21/+24
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+2
* [scudo] Use gc-sections by defaultKostya Kortchinsky2018-03-061-0/+4
* [scudo] Overhaul malloc related interceptorsKostya Kortchinsky2018-01-251-2/+2
* [scudo] Pass SANITIZER_COMMON_LINK_FLAGS to the shared library LINK_FLAGSKostya Kortchinsky2018-01-191-0/+3
* [scudo] Add SANITIZER_CXX_ABI_LIBRARY to SCUDO_DYNAMIC_LIBSKostya Kortchinsky2018-01-121-1/+2
* [scudo] Implement stricter separation of C vs C++Kostya Kortchinsky2017-11-011-23/+34
* [scudo] Add a shared runtimeKostya Kortchinsky2017-10-231-3/+20
* [scudo] Scudo thread specific data refactor, part 3Kostya Kortchinsky2017-09-261-2/+2
* [scudo] Add Android supportKostya Kortchinsky2017-05-051-0/+1
* [scudo] Move thread local variables into their own filesKostya Kortchinsky2017-04-271-0/+1
* [scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky2017-01-181-0/+7
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-1/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+1
* [scudo] Separate hardware CRC32 routinesKostya Kortchinsky2017-01-101-0/+7
* [cmake] Disable appending -msse4.2 flag implicitlyMichal Gorny2017-01-061-1/+0
* [scudo] 32-bit and hardware agnostic supportKostya Kortchinsky2016-11-301-1/+1
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-5/+1
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+1
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-071-0/+32