summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-289/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: fix a crashDmitry Vyukov2016-05-061-0/+1
* 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
* tsan: speed up race deduplicationDmitry Vyukov2015-09-031-0/+2
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-031-9/+9
* [tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany2014-12-091-10/+10
* tsan: fix Go build with TSAN_COLLECT_STATSDmitry Vyukov2014-06-061-2/+2
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-3/+15
* tsan: fix internal deadlock detector for external deadlock detectorDmitry Vyukov2014-02-271-1/+2
* [tsan] rudimentary support for deadlock detector in tsan (nothing really work...Kostya Serebryany2014-02-141-7/+7
* tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov2013-04-301-2/+2
* tsan: update mutex table for javaDmitry Vyukov2012-12-211-10/+12
* tsan: completely disable deadlock detector for GoDmitry Vyukov2012-12-131-0/+6
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-061-1/+4
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-021-12/+12
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-131-3/+3
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-1/+5
* tsan: Go language supportDmitry Vyukov2012-07-051-4/+4
* tsan/asan: unify ScopedLockDmitry Vyukov2012-06-291-18/+0
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-181-1/+2
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-4/+5
* [TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov2012-06-061-12/+12
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-041-1/+1
* tsan: simple memory profilerDmitry Vyukov2012-05-221-1/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+275
OpenPOWER on IntegriCloud