summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_rtl.cc
AgeCommit message (Expand)Author
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-11-29Defer StartBackgroundThread() and StopBackgroundThread() in TSanKamil Rytarowski
2017-11-13[tsan] Deadly signal handler for tsanVitaly Buka
2017-11-10[sanitizer] Remove references and hide CommonSanitizerReportMutexVitaly Buka
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-07-12tsan: give debug names to dense allocatorsDmitry Vyukov
2017-05-02tsan: allow fast large MemoryRangeSet on non-Windows GoDmitry Vyukov
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2017-01-26[tsan] Fix os_id of main threadKuba Mracek
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-11-22tsan: mark cur_thread_placeholder definition as initial-execDmitry Vyukov
2016-11-14[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...Kuba Brecka
2016-10-28tsan: round Go shadow to page boundaryDmitry Vyukov
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-10-28tsan: fix code formattingDmitry Vyukov
2016-09-26tsan: relaxed check in CheckShadowMappingDmitry Vyukov
2016-09-26tsan: make shadow mapping linear within a single user regionDmitry Vyukov
2016-09-20tsan: revert r281970Dmitry Vyukov
2016-09-20tsan: check more addresses in CheckShadowMappingDmitry Vyukov
2016-09-15[sanitizer] Fix darwin Go tsan build by unifying r281567 and r281553.Ahmed Bougacha
2016-09-14[tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profileKostya Serebryany
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-07-29tsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-05-18[sanitizer] Fix a crash when demangling Swift symbols, take 3Kuba Brecka
2016-05-17[sanitizers] disabling LateInitialize call to fix the build.Mike Aizatsky
2016-05-12Fixup for r269291, which broke the Go TSan build. Let's not use the symboliz...Kuba Brecka
2016-05-12[sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka
2016-05-06tsan: fix a crashDmitry Vyukov
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-11-30[tsan] Fix weakly imported functions on OS XKuba Brecka
2015-11-26[compiler-rt] [tsan] Unify aarch64 mappingAdhemerval Zanella
2015-11-05[tsan] Alternative ThreadState storage for OS XKuba Brecka
2015-11-05[tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka
2015-09-15[sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov