summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_rtl_report.cc
Commit message (Expand)AuthorAgeFilesLines
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-9/+3
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-011-3/+9
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-9/+3
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-271-5/+6
* [Sanitizer] On Darwin `__sanitizer_print_stack_trace` only prints topmost frameJulian Lettner2019-02-181-1/+8
* 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: support inlined frames in external symbolizationDmitry Vyukov2018-03-211-2/+2
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-041-2/+2
* [sanitizer] Remove references and hide CommonSanitizerReportMutexVitaly Buka2017-11-101-21/+20
* tsan: don't pass bogus PCs to __tsan_symbolize_externalDmitry Vyukov2017-08-251-3/+23
* tsan: s/-1/kInvalidTid/Dmitry Vyukov2017-07-121-1/+1
* [tsan] Detect races on modifying accesses in Swift codeKuba Mracek2017-05-031-5/+12
* [tsan] Track external tags in thread tracesKuba Mracek2017-04-301-6/+10
* [tsan] Don't report bugs from interceptors called from libignored modulesKuba Mracek2017-04-211-1/+1
* [tsan] Provide API for libraries for race detection on custom objectsKuba Mracek2017-02-021-3/+8
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-0/+1
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-8/+8
* tsan: make CHECK more robustDmitry Vyukov2016-09-201-0/+4
* tsan: don't create sync objects on acquireDmitry Vyukov2016-06-271-1/+1
* [tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka2016-04-211-1/+1
* Always inlining PrintCurrentStackSlow of tsan library to fix tail-call issueChuang-Yu Cheng2016-04-201-0/+8
* [tsan] Add TSan debugger APIsKuba Brecka2016-03-101-1/+12
* tsan: describe heap/data locations in GoDmitry Vyukov2016-03-011-1/+1
* [TSan] Try harder to avoid compiler-generated memset calls.Alexey Samsonov2015-12-091-3/+3
* [tsan] Fix weakly imported functions on OS XKuba Brecka2015-11-301-2/+2
* [tsan] Fix an assertion failure in FindThreadByUidLocked with recycled threadsKuba Brecka2015-11-281-8/+8
* tsan: speed up race deduplicationDmitry Vyukov2015-09-031-76/+83
* [TSan] Support __sanitizer_set_death_callback().Alexey Samsonov2015-08-221-1/+1
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-1/+1
* tsan: don't report any bugs when report_bugs=0 flag is setDmitry Vyukov2015-08-211-0/+2
* tsan: always subtract one from program countersDmitry Vyukov2015-02-141-6/+0
* tsan: fix styleDmitry Vyukov2014-12-231-3/+2
* tsan: fix debugging outputDmitry Vyukov2014-12-221-2/+2
* tsan: don't crash with NULL deref during reportingDmitry Vyukov2014-12-181-1/+3
* tsan: don't subtract one from fake PCsDmitry Vyukov2014-12-111-2/+3
* [tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany2014-12-091-8/+8
* Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov2014-12-021-30/+26
* [Sanitizer] Introduce "stack_trace_format" runtime flag.Alexey Samsonov2014-11-061-3/+12
* [TSan] Refactor/simplify ReportLocation structure.Alexey Samsonov2014-11-041-20/+10
* [TSan] Make ReportStack contain __sanitizer::AddressInfo object.Alexey Samsonov2014-11-041-8/+11
* [TSan] Keep original function and filename in ReportStack.Alexey Samsonov2014-11-041-11/+0
* [TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov2014-11-031-47/+42
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-9/+9
* tsan: better reporting for virtual-call-after-freeDmitry Vyukov2014-10-131-1/+3
* [TSan] Use common flags in the same way as all the other sanitizersAlexey Samsonov2014-09-101-1/+1
* tsan: remove special handling of false reports coming from JVMDmitry Vyukov2014-07-151-38/+0
* tsan: remove compat mappingDmitry Vyukov2014-07-151-2/+1
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-13/+27
* tsan: refactor suppressions machineryDmitry Vyukov2014-05-281-19/+20