summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-07-07Update buildgo.sh to pass -isysroot on Darwin.Kuba Mracek
2017-07-07Fix-up for r307307: vm_info.max_address is the first non-addressable pointer,...Kuba Mracek
2017-07-06[asan] Fix -Winvalid-paste error with clang-clReid Kleckner
2017-07-06Fix whitespace lint issue (introduced in r307307).Kuba Mracek
2017-07-06[sanitizer] Use TASK_VM_INFO to get the maximum VM address on iOS/AArch64Kuba Mracek
2017-07-06More fixup for r307281: Move the #includes to sanitizer_linux.ccKuba Mracek
2017-07-06Fixup for r307281: Also move GetKernelAreaSize into sanitizer_linux.ccKuba Mracek
2017-07-06[sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac ve...Kuba Mracek
2017-07-06[Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov
2017-07-05[tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek
2017-07-05[asan] Remove check for stack sizeJonas Hahnfeld
2017-07-05fix trivial typos in comments; NFCHiroshi Inoue
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-30[sanitizer] Small tweaks and fixes to allocator related functionsKostya Kortchinsky
2017-06-29MergeAlex Shlyapnikov
2017-06-29[Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...Alex Shlyapnikov
2017-06-29MergeAlex Shlyapnikov
2017-06-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2017-06-29Export the nothrow overload of operator newReid Kleckner
2017-06-29Fix WinASan after moving wcslen interceptor to sanitizer_commonReid Kleckner
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-28[PGO] Reduce IO in profile dumping with mergingXinliang David Li
2017-06-28[XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris
2017-06-28[asan] Fix windows build.Evgeniy Stepanov
2017-06-27[msan] Intercept wcscat, wcsncat.Evgeniy Stepanov
2017-06-27[Profile] Remove redundant callXinliang David Li
2017-06-27Don't build tsan/dd when COMPILER_RT_HAS_TSAN is falseFrancis Ricci
2017-06-27Loop directly over sanitizers to build in cmakeFrancis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-27[PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li
2017-06-27Revert "Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BU...Francis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-27[tsan] Add missing include directory for test unittestsFrancis Ricci
2017-06-26[Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-23[asan] Add support for Android debug message.Evgeniy Stepanov
2017-06-23[ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar
2017-06-22[Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-21[sanitizer] Add a function to gather random bytesKostya Kortchinsky
2017-06-21[mips][compiler-rt] Fix build breakage.Simon Dardis
2017-06-21Revert "[compiler-rt] Don't reset non-default user handler if allow_user_segv...Vitaly Buka
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-06-19[asan] Fix android setup script to overwrite the symlink.Evgeniy Stepanov
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci