Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-29Decrease kLargeMalloc block size in ASAN unit tests.Evgeniy Stepanov
2016-12-28Fix unit test broken by D27873.Evgeniy Stepanov
2016-12-28[asan] Mark printf-m test as unsupported on windows.Evgeniy Stepanov
2016-12-28[asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov
2016-12-28[compiler-rt] Fix compilation error after r290626Vitaly Buka
2016-12-28[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-27test: filter out -fPIE/-pie on WindowsSaleem Abdulrasool
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-24Revert "[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flus...Renato Golin
2016-12-24[XRay][AArch64] An attempt to fix test patching-unpatching.cc by flushing the...Serge Rogatch
2016-12-23[scudo] Use the macro get_test_cc_for_arch for the testsKostya Kortchinsky
2016-12-23[tests] Add missing "int_lib.h" includes and extend guardsMichal Gorny
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-23Replace WRAP in interceptors with memset, memmove and memcpy implementationVitaly Buka
2016-12-23Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-12-23Improve 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-22Increase 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-21[scudo] ARM32 supportKostya Kortchinsky
2016-12-20Fix build breakage on FreeBSD after rL289878/rL289881Dimitry Andric
2016-12-20Make this REQUIRES match the other REQUIRES lines that mention requiringChandler Carruth
2016-12-19Fixup for r290119: Only run debug_alloc_stack.cc on Darwin until I figure out...Kuba Mracek
2016-12-19More fixup for r290119: Make the ifdef work.Kuba Mracek
2016-12-19Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.Kuba Mracek
2016-12-19Fix-up for r290119 - don't check global size, it might not be available when ...Kuba Mracek
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-16Follow-up for r289831: Lower the unjoined thread count to 100 in the libcxx-f...Kuba Mracek
2016-12-16Ifdef out utmp.h on Darwin to un-break the build after r289878 ([msan] Interc...Kuba Mracek
2016-12-16[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