summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-29Revert change for LibFuzzer target archsYi Kong
2017-11-29[LibFuzzer] Add Android to LibFuzzer's supported OSesYi Kong
2017-11-28[compiler-rt] Avoid unnecessarily hiding inline visibility [NFC]Weiming Zhao
2017-11-28[XRay][compiler-rt] Fix armhf buildDean Michael Berris
2017-11-28[XRay][compiler-rt] Fix runtime buildDean Michael Berris
2017-11-28[LSan] Fix one source of stale segments in the process memory mapping.Alex Shlyapnikov
2017-11-28[LibFuzzer] Improve comments on `CounterToFeature()` function.Dan Liew
2017-11-28Support the setjmp(3) family of functions in TSan/NetBSDKamil Rytarowski
2017-11-28[PowerPC][tsan] Update tsan to handle changed memory layouts in newer kernelsBill Seurer
2017-11-28[XRay][compiler-rt][Darwin] Minimal XRay build support in DarwinDean Michael Berris
2017-11-28Correct mangled_sp on NetBSD/amd64 in TSanKamil Rytarowski
2017-11-28Handle symbol renaming of sigaction for NetBSDKamil Rytarowski
2017-11-27[msan] Avoid shadowing a variable in common interceptors.Evgeniy Stepanov
2017-11-27[TSan] Do not run cond_cancel.c test on ppc64.Matt Morehouse
2017-11-27[scudo] Workaround for uninitialized Bionic globalsKostya Kortchinsky
2017-11-27[fuchsia] Update Fuchsia with a new mmap implementation.Kostya Kortchinsky
2017-11-27Build more sanitizers for NetBSDKamil Rytarowski
2017-11-26Prevent Thread Exited/Joined events raceKamil Rytarowski
2017-11-26Detect thread termination in LSan/NetBSDKamil Rytarowski
2017-11-25Plug dlerror() leak for swift_demangleKamil Rytarowski
2017-11-22[scudo] Overhaul hardware CRC32 feature detectionKostya Kortchinsky
2017-11-21[scudo] Make getNumberOfCPUs Fuchsia compliant v2Kostya Kortchinsky
2017-11-21[sanitizer] Define SANITIZER_USE_GETAUXVAL for AndroidKostya Kortchinsky
2017-11-21Correct NetBSD support in pthread_once(3)/TSanKamil Rytarowski
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris
2017-11-21[XRay] Use optimistic logging model for FDR modeDean Michael Berris
2017-11-21[sanitizers] Add init function to set alignment of low level allocatorWalter Lee
2017-11-20[tsan] Fix sigaction implementation when it's called only to get handlerVitaly Buka
2017-11-20Try to fix syntax for !NetBSD in TSAN_INTERCEPTORsKamil Rytarowski
2017-11-20Handle NetBSD specific indirection of libpthread functionsKamil Rytarowski
2017-11-20Add DemangleFunctionName for backtracing on NetBSDKamil Rytarowski
2017-11-20[asan] Use dynamic shadow on 32-bit Android, try 2.Evgeniy Stepanov
2017-11-20[sanitizer] New attempt at using runtime checks for Android loggingKostya Kortchinsky
2017-11-20Correct return types of NetBSD specific functionsKamil Rytarowski
2017-11-20Handle NetBSD specific indirection of libpthread functionsKamil Rytarowski
2017-11-19[X86] Add cpu detection for cannonlake.Craig Topper
2017-11-18Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.Evgeniy Stepanov
2017-11-17[asan] Fix asan_device_setup on KitKat.Evgeniy Stepanov
2017-11-17Enable PDB generation with lld in asan and cfi tests on Windows.Peter Collingbourne
2017-11-17[fuzzer] Initialize PcDescr buffer before calling __sanitizer_symbolize_pcVitaly Buka
2017-11-17[libFuzzer] Fix flaky merge.test.Matt Morehouse
2017-11-16[asan] Properly mark or disable tests that only work with shadow scale of 3Walter Lee
2017-11-16[asan] Port tests to shadow scale of 5Walter Lee
2017-11-16[asan] Add lit feature to indicate compiler_rt's shadow scale valueWalter Lee
2017-11-16[libFuzzer] Make merge-sigusr.test work on Mac.Matt Morehouse
2017-11-16[asan] Avoid assert failure for non-default shadow scaleWalter Lee
2017-11-16[libFuzzer] add more tests for mergeKostya Serebryany
2017-11-16[sanitizer] Revert rL318410Kostya Kortchinsky
2017-11-16Implement GetTls() for NetBSDKamil Rytarowski
2017-11-16[asan] Ensure that the minimum redzone is at least SHADOW_GRANULARITYWalter Lee