summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_mman.cc
AgeCommit message (Expand)Author
2013-01-14tsan: describe stack and TLS addressesDmitry Vyukov
2013-01-09tsan: fix crash when user defines own fopen/filenoDmitry Vyukov
2012-12-25tsan: fix the code that searches for heap memory block metadataDmitry Vyukov
2012-12-06tsan: add mutexsets to reportsDmitry Vyukov
2012-10-05tsan: cache pc's that cause suppressions (this way we do not need to symboliz...Dmitry Vyukov
2012-09-24[TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov
2012-08-31tsan: add "as if synchronized via sleep" featureDmitry Vyukov
2012-08-30tsan: use stack depot to describe heap blocksDmitry Vyukov
2012-08-15tsan: store sync objects in memory block headers + delete them when the block...Dmitry Vyukov
2012-08-15tsan: switch to new allocatorDmitry Vyukov
2012-06-25tsan: remove internal allocator, switch to sanitizer_common one.Dmitry Vyukov
2012-06-22tsan: do not call malloc/free in memory access handling routine.Dmitry Vyukov
2012-06-07[Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ...Alexey Samsonov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-05-21tsan: add more checks for OOM conditionsDmitry Vyukov
2012-05-18tsan: check for overflow in malloc()Dmitry Vyukov
2012-05-17tsan: remove shutdown codeDmitry Vyukov
2012-05-14tsan: enabled report suppression for signal-unsafe reportsDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany