summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov2014-07-102-2/+2
* [msan] Fix performance issue in fast_memset.Evgeniy Stepanov2014-07-101-5/+6
* [msan] Switch chained origins hash to murmur2.Evgeniy Stepanov2014-07-101-1/+24
* [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunkTimur Iskhodzhanov2014-07-105-18/+46
* MachO: add dummy armv6m architecture directory so clang_macho_embedded builds...Tim Northover2014-07-102-1/+21
* Make sanitizers' interceptors non-weak on FreeBSDViktor Kutuzov2014-07-101-0/+10
* Only use fast stack unwinding for sanitizers failure reports on FreeBSDViktor Kutuzov2014-07-101-1/+4
* Fix getting environment variables for sanitizers needs on FreeBSDViktor Kutuzov2014-07-101-8/+16
* Fix configure+make build of profile runtime libraryAlexey Samsonov2014-07-101-2/+4
* [ASan] Force the compiler to generate frame pointer in certain Mac-specific i...Alexey Samsonov2014-07-101-0/+12
* [Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared sanitizer_common headers.Alexey Samsonov2014-07-092-5/+5
* Don't check lint for SpecialCaseList.cppAlexey Samsonov2014-07-091-2/+1
* tsan: reapply 212531 and 212532 with a fixDmitry Vyukov2014-07-082-4/+17
* [TSan] Revert r212531 and r212532.Alexey Samsonov2014-07-082-16/+3
* tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov2014-07-0813-54/+205
* [msan] Fix out of bounds access in origin copying.Evgeniy Stepanov2014-07-082-46/+41
* [tsan] Enable tsan's deadlock detector by default.Kostya Serebryany2014-07-082-2/+9
* tsan: fix a potential hangDmitry Vyukov2014-07-081-2/+4
* tsan: fix a bug in metamapDmitry Vyukov2014-07-082-1/+12
* [tsan] fix deadlock detector's interoperation with java locks (https://code.g...Kostya Serebryany2014-07-081-1/+1
* tsan: remove unnecessary line splitDmitry Vyukov2014-07-081-2/+1
* [tsan] fix pthread_rwlock_tryrdlock interceptor, don't try to detect deadlock...Kostya Serebryany2014-07-082-3/+3
* Support building floating-point facilities on FreeBSD 9.2 in 32-bit modeViktor Kutuzov2014-07-081-0/+12
* [MSan] Make one more test standaloneAlexey Samsonov2014-07-072-12/+11
* [MSan] Use a single file for dso-origin testAlexey Samsonov2014-07-074-28/+29
* [Sanitizer] Move test for malloc/free hooks under test/sanitizer_commonAlexey Samsonov2014-07-073-93/+3
* [ASan] Clean up leftovers from assembly instrumentation helpersAlexey Samsonov2014-07-071-5/+0
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-0729-151/+366
* [ASan/Win] Unbreak the build after r211216Timur Iskhodzhanov2014-07-072-18/+5
* [asan] Remove runtime assembly helpers.Evgeniy Stepanov2014-07-074-922/+8
* [msan] Increase hash table size for chained origins.Evgeniy Stepanov2014-07-073-19/+28
* [msan] Better hash function for chained origins.Evgeniy Stepanov2014-07-071-1/+1
* [msan] Reformat one source file.Evgeniy Stepanov2014-07-041-22/+10
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-048-1/+35
* [asan] i686-linux-android support.Evgeniy Stepanov2014-07-037-56/+93
* [asan] Fix unused variable warning.Evgeniy Stepanov2014-07-031-1/+1
* [msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov2014-07-031-13/+4
* Revert of r212265.Evgeniy Stepanov2014-07-031-4/+13
* [msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov2014-07-031-13/+4
* XFAIL test on Android (this is a known issue)Alexey Samsonov2014-07-021-0/+3
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-024-11/+85
* [MSan] Fixup r212082: enable tests for _mm_ intrinsics if and only if theAlexey Samsonov2014-07-011-2/+2
* [TSan] Equalize the behavior of __tsan_get_allocated_size and user_alloc_usab...Alexey Samsonov2014-07-014-13/+11
* Add the way to disable MSan unit tests for _mm_* intrinsicsAlexey Samsonov2014-07-011-0/+2
* Fix apparent thinko in r209744: allocator stats can be zeroAlexey Samsonov2014-06-301-2/+2
* [msan] Limit stack origin chain length.Evgeniy Stepanov2014-06-302-4/+36
* tsan: fix and re-enable a testDmitry Vyukov2014-06-271-2/+1
* [msan] Add store_context_size= flag.Evgeniy Stepanov2014-06-274-7/+12
* [tsan] Disable a failing test.Evgeniy Stepanov2014-06-271-1/+2
* [msan] Fix truncated stack trace in chained origin reports.Evgeniy Stepanov2014-06-272-1/+34