summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2018-12-20Revert "[asan] Disable test on powerpc64be"Vitaly Buka
2018-12-20[asan] Disable test on powerpc64beVitaly Buka
2018-12-20[sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov
2018-12-20[Sanitizer] Enable vis api on FreeBSDDavid Carlier
2018-12-20Revert "[sanitizer] Support running without fd 0,1,2."Ilya Biryukov
2018-12-20[asan] Revert still Androind incompatible tests enabled in r349736Vitaly Buka
2018-12-20[asan] Fix and re-enable few test on AndroidVitaly Buka
2018-12-20[HWASAN] Add support for memory intrinsicsEugene Leviant
2018-12-20Remove pointless casts.Evgeniy Stepanov
2018-12-20[asan] Disable test incompatible with new AndroidVitaly Buka
2018-12-19[sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov
2018-12-19[sanitizer] Remove spurious semi-colonKostya Kortchinsky
2018-12-19[sanitizer_common] Fix sha2 interceptors not to use vars in array lenMichal Gorny
2018-12-19[compiler-rt][builtins][PowerPC] Enable builtins tests on PowerPC 64 bit LEAmy Kwan
2018-12-19Reimplement Thread Static Data ASan routines with TLSKamil Rytarowski
2018-12-19tsan: align default value of detect_deadlocks flag with actual behaviorDmitry Vyukov
2018-12-19[asan] Disable ODR test on AndroidVitaly Buka
2018-12-18[asan] Restore ODR-violation detection on vtablesVitaly Buka
2018-12-18Fix a gcc -Wpedantix warningNico Weber
2018-12-18hwasan: Allow range of frame descriptors to be empty.Peter Collingbourne
2018-12-17Don't trigger sanitizer initialization from `sysctlbyname` and `sysctl` inte...Dan Liew
2018-12-17[Sanitizer] capsicum variadic api subsetDavid Carlier
2018-12-16Improve the comment in previousKamil Rytarowski
2018-12-16Expand TSan sysroot workaround to NetBSDKamil Rytarowski
2018-12-15Enable test/msan/pthread_getname_np.cc for NetBSDKamil Rytarowski
2018-12-15Enable SANITIZER_INTERCEPT_PTHREAD_GETNAME_NP for NetBSDKamil Rytarowski
2018-12-15Fix internal_sleep() for NetBSDKamil Rytarowski
2018-12-15Fix typo in test cases as well.Peter Collingbourne
2018-12-15hwasan: Fix typo: Previosly -> Previously.Peter Collingbourne
2018-12-14[libFuzzer] make len_control less aggressiveKostya Serebryany
2018-12-14Mark interception_failure_test.cc as passing for NetBSD and asan-dynamic-runtimeKamil Rytarowski
2018-12-14Set shared_libasan_path in lit tests for NetBSDKamil Rytarowski
2018-12-14Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew
2018-12-14[sanitizer] Fix nolibc internal_sleepFangrui Song
2018-12-14Windows ASan: Instrument _msize_base()Vlad Tsyrklevich
2018-12-13Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)"Evgeniy Stepanov
2018-12-13Implement a small subset of the C++ `type_traits` header inside sanitizer_com...Dan Liew
2018-12-13[Sanitizer] capsicum further support of the APIDavid Carlier
2018-12-13Add a new interceptors for cdbr(3) and cdbw(3) API from NetBSDKamil Rytarowski
2018-12-13Add new interceptors for vis(3) API in NetBSDKamil Rytarowski
2018-12-13[asan] Don't check ODR violations for particular types of globalsVitaly Buka
2018-12-12[hwasan] Link ubsan_cxx to shared runtime library.Evgeniy Stepanov
2018-12-12Switch Android from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6)Ryan Prichard
2018-12-12[hwasan] Verify Android TLS slot at startup.Evgeniy Stepanov
2018-12-11[Sanitizer] Expand FSEEK interception to FreeBSDDavid Carlier
2018-12-11Fix bug where we'd try symbolize a second time with the same arguments.Dan Liew
2018-12-10[builtins] Remove trailing whitespaces, NFCYi Kong
2018-12-10[Sanitizer] expand sysctl/getmntinfo/nl_langinfo to DarwinDavid Carlier
2018-12-10Add data types needed for md2(3)/NetBSD interceptorsKamil Rytarowski
2018-12-10Add interceptors for the sha2(3) from NetBSDKamil Rytarowski