summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
AgeCommit message (Expand)Author
2025-08-12[TSan] Fix deadlocks during TSan error reporting on Apple platforms (#151495)Dan Blackwell
2025-07-30[TSan][compiler-rt] Defer symbolization of Reports to as late as possible (#1...Dan Blackwell
2025-06-09[tsan] Don't symbolize stack traces if dl_iterate_phdr is not ready (#143199)Thurston Dang
2024-11-24[tsan] Unwind for CHECK according to fast_unwind_on_fatal (#117470)Vitaly Buka
2023-03-20[NFC][tsan] Clang-format includesVitaly Buka
2022-08-22[tsan] Keep thread/stack for closed FDVitaly Buka
2022-08-19Revert "[tsan] Keep thread/stack for closed FD"David Blaikie
2022-08-18[tsan] Keep thread/stack for closed FDVitaly Buka
2022-08-17[NFC][tsan] Use AddThread(Tid tid...Vitaly Buka
2022-07-25tsan: prevent pathological slowdown for spurious racesDmitry Vyukov
2022-07-25tsan: remove tracking of racy addressesDmitry Vyukov
2022-03-24[TSan] Add a runtime flag to print full thread creation stacks up to the main...Dmitry Vyukov
2022-03-18tsan: print signal num in errno spoiling reportsDmitry Vyukov
2021-12-21tsan: remove unused ReportMutex::destroyedDmitry Vyukov
2021-12-21tsan: change ReportMutex::id type to intDmitry Vyukov
2021-12-20tsan: fix deadlock during race reportingDmitry Vyukov
2021-12-13tsan: new runtime (v3)Dmitry Vyukov
2021-12-09Revert "tsan: new runtime (v3)"Jonas Devlieghere
2021-12-09tsan: new runtime (v3)Dmitry Vyukov
2021-12-01Revert "tsan: new runtime (v3)"Dmitry Vyukov
2021-11-25tsan: new runtime (v3)Dmitry Vyukov
2021-11-25tsan: fix Java heap block begin in reportsDmitry Vyukov
2021-11-23Revert "tsan: new runtime (v3)"Weverything
2021-11-23tsan: new runtime (v3)Dmitry Vyukov
2021-11-22Revert "tsan: new runtime (v3)"Dmitry Vyukov
2021-11-22tsan: new runtime (v3)Dmitry Vyukov
2021-11-12Revert "tsan: new runtime (v3)"Dmitry Vyukov
2021-11-12tsan: new runtime (v3)Dmitry Vyukov
2021-10-25tsan: add DynamicMutexSet helperDmitry Vyukov
2021-09-25tsan: uninline RacyStacks::operator==Dmitry Vyukov
2021-09-21tsan: fix debug format stringsDmitry Vyukov
2021-08-17Revert "[tsan] Fix GCC 8.3 build after D107911"Marco Elver
2021-08-16[tsan] Fix GCC 8.3 build after D107911Vitaly Buka
2021-08-16tsan: add new traceDmitry Vyukov
2021-08-05tsan: introduce RawShadow typeDmitry Vyukov
2021-08-02tsan: refactor MetaMap::GetAndLock interfaceDmitry Vyukov
2021-07-31tsan: introduce Tid and StackID typedefsDmitry Vyukov
2021-07-30tsan: introduce New/Alloc/Free helpersDmitry Vyukov
2021-07-29tsan: store ThreadRegistry in Context by valueDmitry Vyukov
2021-07-28tsan: strip __libc_start_main frameDmitry Vyukov
2021-07-28tsan: print alloc stack for Java objectsDmitry Vyukov
2021-07-28tsan: remove mblock typesDmitry Vyukov
2021-07-23tsan: switch to the new sanitizer_common mutexDmitry Vyukov
2021-07-23tsan: disable thread safety analysis in more functionsDmitry Vyukov
2021-07-15Revert "tsan: make obtaining current PC faster"Nico Weber
2021-07-15tsan: strip top inlined internal framesDmitry Vyukov
2021-05-12sanitizer_common: deduplicate CheckFailedDmitry Vyukov
2021-04-30tsan: refactor fork handlingDmitry Vyukov
2021-04-28Revert "tsan: refactor fork handling"Tres Popp
2021-04-27tsan: refactor fork handlingDmitry Vyukov