summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_debugging.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-262/+0
* 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-22/+28
* [tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek2018-05-101-0/+7
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-2/+2
* Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek2017-02-221-0/+10
* Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus2017-02-201-10/+0
* [tsan] Provide external tags (object types) via debugging APIKuba Mracek2017-02-161-0/+10
* [tsan] Provide API for libraries for race detection on custom objectsKuba Mracek2017-02-021-0/+1
* [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek2016-12-191-0/+77
* tsan: fix compiler warningDmitry Vyukov2016-04-271-2/+1
* [tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka2016-04-211-2/+2
* [tsan] Add some NULL pointer checks into the debugging APIKuba Brecka2016-03-211-5/+5
* [tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka2016-03-161-0/+1
* [tsan] Add TSan debugger APIsKuba Brecka2016-03-101-0/+162
OpenPOWER on IntegriCloud