summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_report.cc
AgeCommit message (Expand)Author
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-09-11[compiler-rt] Cleanup decoratorsVitaly 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-06-13tsan: fix pedantic warningsDmitry Vyukov
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-04-30[tsan] Track external tags in thread tracesKuba Mracek
2017-04-24[tsan] Remove the extra word "object" from description of external racesKuba Mracek
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-03-16[tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka
2016-03-01tsan: describe heap/data locations in GoDmitry Vyukov
2015-11-19[tsan] Recognize frames coming from "libclang_rt.tsan_*" module as internalKuba Brecka
2015-11-12[tsan] Allow symbolizers that don't obtain global symbol sizesKuba Brecka
2015-11-11tsan: fix unused variable in Go buildDmitry Vyukov
2015-11-11[tsan] Pass correct interposed function prefix to report functionIsmail Pazarbasi
2015-10-30Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov
2015-10-20Apply modernize-use-default to compiler-rt.Angel Garcia Gomez
2015-06-04[sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas
2015-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov
2015-02-13tsan: fix stack printingDmitry Vyukov
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-11-06[Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov
2014-11-05[Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov
2014-11-04[TSan] Refactor/simplify ReportLocation structure.Alexey Samsonov
2014-11-04[TSan] Make ReportStack contain __sanitizer::AddressInfo object.Alexey Samsonov
2014-11-04[Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.Alexey Samsonov
2014-11-04[TSan] Keep original function and filename in ReportStack.Alexey Samsonov
2014-11-04[TSan] Don't strip binary/library name until the moment we print it.Alexey Samsonov
2014-10-13tsan: better reporting for virtual-call-after-freeDmitry Vyukov
2014-06-04[sanitizer] Make LSan/MSan/TSan honor the "color" flag.Sergey Matveev
2014-04-25tsan: better reports for "read lock of a write locked mutex"Dmitry Vyukov
2014-04-25tsan: improve "read unlock of a write locked mutex" reportDmitry Vyukov
2014-04-25tsan: better report for bad mutex unlocksDmitry Vyukov
2014-04-25tsan: better reports for "double lock of a mutex"Dmitry Vyukov
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-21[sanitizer] more human-readable deadlock reportsKostya Serebryany
2014-03-19tsan: preliminary support for Go deadlock detectorDmitry Vyukov
2014-03-18[sanitizer] a bit more informative deadlock detector report (still lots to im...Kostya Serebryany
2014-02-19[tsan] when printing a mutex, also print its address. Properly print the dead...Kostya Serebryany
2013-10-16[TSan] Extend test for reporting globals with races on themAlexey Samsonov
2013-09-05[tsan] add colors to tsan outputKostya Serebryany
2013-08-16tsan: better report formatting for GoDmitry Vyukov
2013-05-17[nolibc] Move all platforms to internal_getpid.Peter Collingbourne
2013-03-21tsan: better reporting of thread leaksDmitry Vyukov