summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-03-14After rL297370 and rL297383, instead of a platform check, explicitlyDimitry Andric
2017-03-14[compiler-rt][builtins] __isOSVersionAtLeast should load CoreFoundationAlex Lorenz
2017-03-14[ubsan] Add nullability handlers to interface fileVedant Kumar
2017-03-14[ubsan] Add diagnostic handlers for nullability errorsVedant Kumar
2017-03-14Some ASan bots (AArch64 at least) use SEGV for a unit test error instead of S...Filipe Cabecinhas
2017-03-13[asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas
2017-03-13[compiler-rt][builtins] Ignore the deprecated warning forAlex Lorenz
2017-03-10Silence a pedantic warning, NFCErik Pilkington
2017-03-09Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09Revert "[compiler-rt][builtins] Add __isOSVersionAtLeast()"Erik Pilkington
2017-03-09[sanitizer] Fix android buildbots after r297370Maxim Ostapenko
2017-03-09[compiler-rt][builtins] Add __isOSVersionAtLeast()Erik Pilkington
2017-03-09[sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko
2017-03-08Use correct function signature for strerror_r interceptorFrancis Ricci
2017-03-06[XRay] [compiler-rt] Stub out architectures we don't do arg1 logging on.Tim Shen
2017-03-06[XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris
2017-03-03[msan] Test for _mm_getcsr and _mm_setcsr (r296848).Evgeniy Stepanov
2017-03-02Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-01Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-01Restrict usage of MemoryMappingLayout to platforms which support itFilipe Cabecinhas
2017-03-01Reapply r296419: [asan] Print a "PC is at a non-executable memory region" mes...Filipe Cabecinhas
2017-02-28[XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler.Dean Michael Berris
2017-02-28[XRay][compiler-rt] Switch default XRay 'patch_premain' to falseDean Michael Berris
2017-02-28Revert r296419 since the strings appear to need some tweaking.Filipe Cabecinhas
2017-02-28[asan] Print a "PC is at a non-executable memory region" message if that's th...Filipe Cabecinhas
2017-02-23[xray] Unbreak unittest after r295967.Benjamin Kramer
2017-02-23[Xray] fix building the runtime with GCC.Benjamin Kramer
2017-02-22Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek
2017-02-22[XRay] Change the ppc trampoline asm file into a different name, to not colli...Tim Shen
2017-02-21[compiler-rt] Prevent symbolizer from starting itself.Vitaly Buka
2017-02-21[compiler-rt][asan] Fix incorrect macro preventing ICF with MSVCEtienne Bergeron
2017-02-21[RT ARM] Avoid Linux include with a redefinitionRenato Golin
2017-02-21[compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron
2017-02-20Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus
2017-02-20Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin
2017-02-18[XRay][compiler-rt] Allow for defining defaults at compile-timeDean Michael Berris
2017-02-17[PGO] remove unintended debug trace. NFCRong Xu
2017-02-17Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-02-17Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-02-17Fix build breakage from moving kInvalidTid to lsan_commonFrancis Ricci
2017-02-17Use pthreads to store current thread id on darwinFrancis Ricci
2017-02-16[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-02-16[sanitizers] DefaultSymbolizer should not be destroyed as as symbolizerVitaly Buka
2017-02-16[tsan] Provide external tags (object types) via debugging APIKuba Mracek
2017-02-16[sanitizers] Fix formatting of the shell script.Vitaly Buka
2017-02-16[sanitizers] Redirect pthread calls to interceptors.Vitaly Buka
2017-02-16Extract *.a to *.bc conversion into separate script.Vitaly Buka
2017-02-15Re-commit r295017, since we have a potential fix of the tests, r295248, landed.Tim Shen
2017-02-15[XRay] Fix gtest error code comparison. NFC.Tim Shen
2017-02-15[compiler-rt][asan|win] Fix ASAN exception handler missing importEtienne Bergeron