summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-01-03[XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris
2017-01-03Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris
2017-01-03[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2016-12-28Decrease kLargeMalloc block size in ASAN unit tests.Evgeniy Stepanov
2016-12-27[asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov
2016-12-27[compiler-rt] Fix compilation error after r290626Vitaly Buka
2016-12-27[compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka
2016-12-27[asan] Fix test broken by r290540Vitaly Buka
2016-12-27[tsan] Fix string to bool conversion warnings in tsan testsVitaly Buka
2016-12-26[inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina
2016-12-25[sanitizer] Define some CPU type symbols (like CPU_SUBTYPE_X86_64_H) when the...Kuba Mracek
2016-12-23Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin
2016-12-23[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2016-12-23[compiler-rt] Define COMMON_INTERCEPT_FUNCTION_MEMCPY for tsan and esanVitaly Buka
2016-12-23Fix interceptors setup broken after r290382Vitaly Buka
2016-12-22Replace WRAP in interceptors with memset, memmove and memcpy implementationVitaly Buka
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-12-22Improve ThreadedQuarantineTest heap memory measurements.Evgeniy Stepanov
2016-12-22Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin
2016-12-22[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2016-12-22[compiler-rt] Add missing includes of <errno.h> and <iterator>Krzysztof Parzyszek
2016-12-22[XRay] [compiler-rt] Move machine-dependent code into machine-dependent filesDiana Picus
2016-12-21Increase the treshold in unit test to accomodate for qurantine size increase.Evgeniy Stepanov
2016-12-21Reduce the size of quarantine cache in ASAN_LOW_MEMORY configuration.Evgeniy Stepanov
2016-12-20Fix build breakage on FreeBSD after rL289878/rL289881Dimitry Andric
2016-12-19[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek
2016-12-19Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-depende...Diana Picus
2016-12-19[XRay][compiler-rt] Fix missing include of <cerrno>Dean Michael Berris
2016-12-19[XRay][compiler-rt] Post-commit review fixup of XRay refactoring.Dean Michael Berris
2016-12-19[XRay][compiler-rt] Explicitly include <cstdint> for typesDean Michael Berris
2016-12-19[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files.Dean Michael Berris
2016-12-19[XRay] [compiler-rt] Fix format string; sanitizers' internal printf() doesn't...Dean Michael Berris
2016-12-15Ifdef out utmp.h on Darwin to un-break the build after r289878 ([msan] Interc...Kuba Mracek
2016-12-15[msan] Intercept getutent and friends.Evgeniy Stepanov
2016-12-15Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...Hans Wennborg
2016-12-15xray: fix assembly macro definitionSaleem Abdulrasool
2016-12-15sanitizers: silence -pedantic warningSaleem Abdulrasool
2016-12-15[scudo] Use DefaultSizeClassMap for 32-bitKostya Kortchinsky
2016-12-15[sanitizers] dont dump coverage if not asked toMike Aizatsky
2016-12-15[tsan] Add interceptor for libcxx __shared_count::__release_shared()Kuba Mracek
2016-12-15[XRay][compiler-rt][NFC] Deduplicate code in x86-64 trampolines.Dean Michael Berris
2016-12-14[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...Kostya Serebryany
2016-12-14tsan: allow Java VM iterate over allocated objectsDmitry Vyukov
2016-12-13Add DLL thunks for new sancov APIs to fix Windows testsReid Kleckner
2016-12-13Corrected D27428: Do not use the alignment-rounded-up size with secondaryKostya Kortchinsky
2016-12-13Fix warning for noreturn functionReid Kleckner
2016-12-13[XRay][compiler-rt] Use explicit comparisons in unit tests.Dean Michael Berris
2016-12-12[sancov] __sanitizer_dump_coverage apiMike Aizatsky
2016-12-12symbolizer: Add lseek64 to global symbol list.Peter Collingbourne
2016-12-11[sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...Kuba Mracek