summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_report.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-486/+0
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TSan] Use switches when dealing with enumsJulian Lettner2019-01-161-32/+35
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-041-7/+7
* [compiler-rt] Cleanup decoratorsVitaly Buka2017-09-111-18/+11
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka2017-07-201-1/+0
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov2017-07-201-0/+1
* tsan: fix pedantic warningsDmitry Vyukov2017-06-131-3/+5
* [tsan] Detect races on modifying accesses in Swift codeKuba Mracek2017-05-031-9/+12
* [tsan] Track external tags in thread tracesKuba Mracek2017-04-301-1/+1
* [tsan] Remove the extra word "object" from description of external racesKuba Mracek2017-04-241-2/+2
* [tsan] Provide API for libraries for race detection on custom objectsKuba Mracek2017-02-021-7/+27
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-3/+9
* [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek2017-01-061-0/+2
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-2/+2
* [tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka2016-04-211-1/+1
* [tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka2016-03-161-0/+2
* tsan: describe heap/data locations in GoDmitry Vyukov2016-03-011-2/+29
* [tsan] Recognize frames coming from "libclang_rt.tsan_*" module as internalKuba Brecka2015-11-191-4/+9
* [tsan] Allow symbolizers that don't obtain global symbol sizesKuba Brecka2015-11-121-3/+8
* tsan: fix unused variable in Go buildDmitry Vyukov2015-11-111-6/+6
* [tsan] Pass correct interposed function prefix to report functionIsmail Pazarbasi2015-11-111-1/+7
* Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov2015-10-301-2/+3
* Apply modernize-use-default to compiler-rt.Angel Garcia Gomez2015-10-201-3/+2
* [sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas2015-06-041-0/+1
* [Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov2015-02-271-4/+2
* tsan: fix stack printingDmitry Vyukov2015-02-131-2/+3
* [tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany2014-12-091-2/+2
* Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov2014-12-021-18/+30
* [Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov2014-11-061-2/+2
* [Sanitizer] Introduce generic stack frame rendering machineryAlexey Samsonov2014-11-051-22/+5
* [TSan] Refactor/simplify ReportLocation structure.Alexey Samsonov2014-11-041-3/+15
* [TSan] Make ReportStack contain __sanitizer::AddressInfo object.Alexey Samsonov2014-11-041-12/+27
* [Sanitizer] Get rid of unnecessary allocations in StripModuleName. NFC.Alexey Samsonov2014-11-041-7/+3
* [TSan] Keep original function and filename in ReportStack.Alexey Samsonov2014-11-041-1/+13
* [TSan] Don't strip binary/library name until the moment we print it.Alexey Samsonov2014-11-041-4/+9
* tsan: better reporting for virtual-call-after-freeDmitry Vyukov2014-10-131-0/+2
* [sanitizer] Make LSan/MSan/TSan honor the "color" flag.Sergey Matveev2014-06-041-2/+2
* tsan: better reports for "read lock of a write locked mutex"Dmitry Vyukov2014-04-251-0/+2
* tsan: improve "read unlock of a write locked mutex" reportDmitry Vyukov2014-04-251-0/+2
* tsan: better report for bad mutex unlocksDmitry Vyukov2014-04-251-0/+2
* tsan: better reports for "double lock of a mutex"Dmitry Vyukov2014-04-251-0/+2
* [sanitizer] print threads in deadlock reportKostya Serebryany2014-03-211-4/+9
* [sanitizer] more human-readable deadlock reportsKostya Serebryany2014-03-211-11/+31
* tsan: preliminary support for Go deadlock detectorDmitry Vyukov2014-03-191-5/+20
* [sanitizer] a bit more informative deadlock detector report (still lots to im...Kostya Serebryany2014-03-181-8/+16
* [tsan] when printing a mutex, also print its address. Properly print the dead...Kostya Serebryany2014-02-191-1/+16
* [TSan] Extend test for reporting globals with races on themAlexey Samsonov2013-10-161-1/+1
OpenPOWER on IntegriCloud