summaryrefslogtreecommitdiff
path: root/lib/tsan
Commit message (Expand)AuthorAge
* tsan: correct sizes of signal-related data structuresDmitry Vyukov2013-03-20
* tsan: add missing stat descriptionsDmitry Vyukov2013-03-20
* tsan: call fflush(0) on exit againDmitry Vyukov2013-03-20
* tsan: reduce size of mutexsets from 64 to 16 mutexesDmitry Vyukov2013-03-20
* tsan: fix incorrect test Dmitry Vyukov2013-03-20
* tsan: special handling of .rodata (don't try to find races, don't keep shadow...Dmitry Vyukov2013-03-20
* tsan: fix buildDmitry Vyukov2013-03-20
* tsan: move trace header into 0x600000000000 rangeDmitry Vyukov2013-03-20
* tsan: fix flaky testDmitry Vyukov2013-03-20
* tsan: fix incorrect testDmitry Vyukov2013-03-20
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* tsan: flush dead thread info earlier (when another thread is finished rather ...Dmitry Vyukov2013-03-19
* tsan: instruct malloc() to consume less memoryDmitry Vyukov2013-03-19
* tsan: symbolizer "flush caches" supportDmitry Vyukov2013-03-19
* tsan: fix memory leakDmitry Vyukov2013-03-19
* [sanitizer] Don't adjust the size of the user-allocated stack.Evgeniy Stepanov2013-03-19
* tsan: do not allocate sync vars on relaxed atomic operationsDmitry Vyukov2013-03-19
* tsan: smaller memory block headers (32b->16b)Dmitry Vyukov2013-03-18
* tsan: add support for idle threadsDmitry Vyukov2013-03-18
* tsan: touch less shadow memory during operations on big memory rangesDmitry Vyukov2013-03-18
* tsan: mark shadow for thread stack as "don't need" when thread exitsDmitry Vyukov2013-03-18
* tsan: better memory profilerDmitry Vyukov2013-03-18
* tsan: madvise(DONTNEED) shadow memory on munmap()Dmitry Vyukov2013-03-18
* tsan: move implementation out of h fileDmitry Vyukov2013-03-18
* tsan: fix clang -Wall buildDmitry Vyukov2013-03-18
* [TSan] re-apply r177249 lost in editsAlexey Samsonov2013-03-18
* tsan: fix memory leakDmitry Vyukov2013-03-18
* tsan: use StackDepot for thread creation stacksDmitry Vyukov2013-03-18
* tsan: fix Go buildDmitry Vyukov2013-03-18
* tsan: use StackDepot in sync object to store creation stacksDmitry Vyukov2013-03-18
* [TSan] fix undefined variable in debug TSan buildAlexey Samsonov2013-03-18
* [TSan] Use ThreadRegistry::FindThreadContextLocked() to find thread by its st...Alexey Samsonov2013-03-18
* [TSan] Makefiles: allow configurable paths to clang and FileCheck. Add -fno-r...Alexey Samsonov2013-03-18
* [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_commonAlexey Samsonov2013-03-15
* [sanitizer] Intercept frexp and friends.Evgeniy Stepanov2013-03-14
* [TSan] Add missing header inclusionAlexey Samsonov2013-03-14
* [TSan] Use __sanitizer_pthread_attr_t in TSanAlexey Samsonov2013-03-14
* [Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti.Alexey Samsonov2013-03-13
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-13
* [tsan] enable tsan-vs-gvn test since it is now fixedKostya Serebryany2013-02-26
* [TSan] Add interceptor for malloc_usable_size()Alexey Samsonov2013-02-25
* [TSan] remove temporary build directory in 'make clean' commandAlexey Samsonov2013-02-25
* [sanitizer] Add interceptors for localtime and friends.Evgeniy Stepanov2013-02-19
* [tsan] use our own GetEnv instead of libc's getenvKostya Serebryany2013-02-19
* tsan: fix bug in suppression reading (suppressions from file were discarded)Dmitry Vyukov2013-02-14
* [tsan] disable a failing test until it gets fixed. fix lintKostya Serebryany2013-02-14
* tsan: do not imitate memory write on malloc() (Go)Dmitry Vyukov2013-02-13
* [tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint Kostya Serebryany2013-02-13