aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-28[asan] Fix filename size on linux platforms.llvm-r316199Yvan Roux
2018-03-28[builtins] Align addresses to cache lines in __clear_cache for aarch64Martin Storsjo
2018-01-31[sanitizer] Asm implementation of syscall() for arm32.Evgeniy Stepanov
2018-01-19[ubsan] Disable signal handling on Android.Yi Kong
2017-12-28Ignore the DISPATCH_NOESCAPE if not definedYi Kong
2017-12-21(NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov
2017-12-19Expand ALL_FUZZER_SUPPORTED_ARCH to include all Android supported archsYi Kong
2017-12-07[asan] Use dynamic shadow on 32-bit Android, try 2.Evgeniy Stepanov
2017-12-05sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne
2017-11-29Revert change for LibFuzzer target archsYi Kong
2017-11-29[LibFuzzer] Add Android to LibFuzzer's supported OSesYi Kong
2017-11-13[ubsan-minimal] Get rid of the libc++ dependency.Evgeniy Stepanov
2017-11-13Merge 98adaa209 for LLVM update to 316199Yi Kong
2017-11-13Revert to r305632Yi Kong
2017-10-18Use O_BINARY when opening GCDA file on WindowsMarco Castelluccio
2017-10-17Revert "[asan] Deflake one test by running it 3 times."Evgeniy Stepanov
2017-10-17[XRay][compiler-rt] Always place the CPU record first for every bufferDean Michael Berris
2017-10-16[cfi] Test cross-dso CFI on Android.Evgeniy Stepanov
2017-10-16[scudo] Do not include sanitizer_posix.h if not on a Posix platformKostya Kortchinsky
2017-10-15[asan] Increase kHandlerStackSize for TracerThreadSignalHandlerVitaly Buka
2017-10-14[xray] Fix CMake for X-RAY testsGeorge Karpenkov
2017-10-14[libFuzzer] print a better warning if we hit the ld bugKostya Serebryany
2017-10-13[asan] Deflake one test by running it 3 times.Evgeniy Stepanov
2017-10-13[cfi] Use %ld_flags_rpath_* substitutions in tests (NFC)Evgeniy Stepanov
2017-10-13[Sanitizers] Always build libFuzzer with frame pointers.Alex Shlyapnikov
2017-10-13LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne
2017-10-13[scudo] Allow for non-Android Shared TSD platforms, part 2Kostya Kortchinsky
2017-10-13[Sanitizers] Add more details to ASan allocator stats report.Alex Shlyapnikov
2017-10-13[libFuzzer] tweam use_feature_frequency to be less aggressive; run a dummy in...Kostya Serebryany
2017-10-12[sanitizer] Workaround a Linux kernel bug in hard_rss_limit_mb_test.Evgeniy Stepanov
2017-10-12[cmake] [asan] Remove unnecessary gtest dep from dynamic testsMichal Gorny
2017-10-12[cmake] [interception] Remove duplicate gtest from test COMPILE_DEPSMichal Gorny
2017-10-12[cmake] Fix skipping DEPS (typo) in sanitizer_test_compile()Michal Gorny
2017-10-12[asan] Disable a flaky test on android.Evgeniy Stepanov
2017-10-12[scudo] Allow for non-Android Shared TSD platforms, part 1Kostya Kortchinsky
2017-10-12Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg
2017-10-11Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-10-11Disable profile tests on Android.Evgeniy Stepanov
2017-10-11[sanitizer] Move the errno/ENOMEM allocator checks logic to separate .ccKostya Kortchinsky
2017-10-11[ubsan] Support ubsan-minimal tests on Android.Evgeniy Stepanov
2017-10-11[X86] Add Knights Mill CPU to cpu_indicator support to match libgcc.Craig Topper
2017-10-11[libFuzzer] disable use_feature_frequency as it degrades some of the benchmar...Kostya Serebryany
2017-10-11Revert "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11[sanitizer] Introduce ReservedAddressRange to sanitizer_commonPetr Hosek
2017-10-11[libFuzzer] make -use_feature_frequency less aggressive and enable by defaultKostya Serebryany
2017-10-11[asan] Tweak test output to diagnose buildbot failures.Evgeniy Stepanov
2017-10-11[libFuzzer] experimental flag to tweak the corpus distribution. Seems to impr...Kostya Serebryany
2017-10-11[sanitizer] Re-disable several tests on Android.Evgeniy Stepanov
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov