summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan
Commit message (Expand)AuthorAgeFilesLines
* [msan] getaddrinfo & nested interceptor support.Evgeniy Stepanov2013-05-222-0/+2
* [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne2013-05-211-0/+1
* tsan: detect when a thread ends with ignores enabledDmitry Vyukov2013-05-214-2/+38
* [sanitizer] Intercept pthread_getschedparam.Evgeniy Stepanov2013-05-212-0/+2
* [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...Peter Collingbourne2013-05-201-0/+1
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-177-13/+15
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-171-0/+1
* tsan: remove "printing report from signal handler. Can crash or hang" outputDmitry Vyukov2013-05-171-4/+0
* tsan: introduce recursive mutex lock/unlock java interfaceDmitry Vyukov2013-05-177-10/+151
* Add sanitizer syscall hooks to the tool's export lists.Evgeniy Stepanov2013-05-141-1/+5
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-083-9/+13
* [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common.Sergey Matveev2013-05-076-114/+0
* tsan: comment out debug output in testDmitry Vyukov2013-04-301-5/+3
* tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov2013-04-302-2/+41
* tsan: reverse stack trace for failed CHECK's, this is how we print traces in ...Dmitry Vyukov2013-04-301-0/+5
* tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...Dmitry Vyukov2013-04-307-2/+303
* tsan: add a test that used to crash, fixed by r180180.Dmitry Vyukov2013-04-251-0/+24
* tsan: fix stack traces for malloc and freeDmitry Vyukov2013-04-242-0/+29
* tsan: run tests sequentially otherwise cmake says:Dmitry Vyukov2013-04-241-2/+3
* tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they...Dmitry Vyukov2013-04-241-1/+8
* tsan: fix crash when data race happens on out-of-bounds accesses.Dmitry Vyukov2013-04-243-4/+9
* tsan: support heap starting at 0x04c0 (used in some custom deplyments)Dmitry Vyukov2013-04-231-2/+2
* tsan: update Go memory mapping, Go now uses 0x00c0 heap baseDmitry Vyukov2013-04-231-6/+6
* [sanitizer] Intercept inet_pton and inet_ntop.Evgeniy Stepanov2013-04-232-0/+4
* [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}.Evgeniy Stepanov2013-04-232-0/+8
* [TSan] Allocate fd table in user heap instead of using internal allocator. We...Alexey Samsonov2013-04-191-2/+3
* [sanitizer] Add syscall handlers to ASan and TSan runtimes.Evgeniy Stepanov2013-04-121-0/+7
* [TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread ...Alexey Samsonov2013-04-121-2/+0
* Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov2013-04-111-3/+2
* [sanitizer] Interceptors for wait*.Evgeniy Stepanov2013-04-092-0/+10
* [msan] Intercept glob() with tests.Evgeniy Stepanov2013-04-092-0/+4
* [Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run loa...Alexey Samsonov2013-04-092-2/+7
* [asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lintKostya Serebryany2013-04-091-2/+2
* Revert r179012: "[msan] Intercept glob()."Chandler Carruth2013-04-082-4/+0
* [libsymbolized] If we can't find an address in the list of shared libraries, ...Alexander Potapenko2013-04-083-0/+70
* [msan] Intercept glob().Evgeniy Stepanov2013-04-082-0/+4
* [tsan] Fix build.Evgeniy Stepanov2013-04-082-0/+2
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-052-0/+5
* [TSan] Make path to FileCheck configurableAlexey Samsonov2013-04-041-1/+2
* [TSan] Add the WTFAnnotateBenignRaceSized implementation and a test forAlexander Potapenko2013-04-022-0/+43
* [sanitizer] More interceptors.Evgeniy Stepanov2013-04-012-0/+18
* [tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany2013-03-291-4/+4
* [TSan] Build TSan runtime with -fPIE.Alexander Potapenko2013-03-291-0/+3
* Band-aid fix for the TSan RTL buildTimur Iskhodzhanov2013-03-281-7/+7
* Remove all 'static' before ALWAYS_INLINETimur Iskhodzhanov2013-03-281-1/+1
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-282-9/+9
* tsan: print statistics about benign race annotationsDmitry Vyukov2013-03-285-10/+78
* [tsan] a test checking that memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-281-8/+36
* [tsan] don't use -fno-builtin for tests; add a test for a false negative bug ...Kostya Serebryany2013-03-283-2/+28
* tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov2013-03-278-11/+55
OpenPOWER on IntegriCloud