summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-12-11[sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek
2016-12-09Reverting rL289088 while investigating some test issue on the build serversKostya Kortchinsky
2016-12-08[sanitizer] Add workaround for empty stringsVitaly Buka
2016-12-08[sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky
2016-12-08[compiler-rt][asan] Fix overlaping parameters for memmove/memcpy on windows.Etienne Bergeron
2016-12-08[MSAN][MIPS] Fix fork.cc test on MIPSSagar Thakur
2016-12-07[builtin] Add Thumb1 implementation for idivsi3 and aeabi_idivmodWeiming Zhao
2016-12-07[builtin] for the condition for check __ARM_FEATURE_CLZWeiming Zhao
2016-12-06[XRay][compiler-rt] Explicitly add dependency to pthreadDean Michael Berris
2016-12-06[XRay][compiler-rt] Only add unit tests if we're building XRay.Dean Michael Berris
2016-12-06builtins: Add ARM Thumb1 implementation for uidiv and uidivmodWeiming Zhao
2016-12-06[XRay][compiler-rt] Explicitly initialise members.Dean Michael Berris
2016-12-06[XRay][compiler-rt] XRay Buffer QueueDean Michael Berris
2016-12-06Revert "builtins: Add ARM Thumb1 implementation for uidiv and uidivmod"Chris Bieneman