summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_trace.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: don't pass bogus PCs to __tsan_symbolize_externalDmitry Vyukov2017-08-251-0/+2
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-2/+2
* tsan: fix buildDmitry Vyukov2015-02-141-1/+3
* tsan: reduce history size in Go modeDmitry Vyukov2015-02-131-2/+2
* [tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany2014-12-091-2/+2
* [TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov2014-11-031-12/+6
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-1/+1
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-161-0/+5
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-061-0/+2
* tsan: dynamic history sizeDmitry Vyukov2012-11-281-6/+3
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-281-1/+0
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-131-1/+1
* tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov2012-09-061-2/+2
* tsan: simplify TSAN_HISTORY_SIZE codeDmitry Vyukov2012-08-301-4/+4
* tsan: allow to override per-thread event trace sizeDmitry Vyukov2012-08-231-2/+6
* [TSan] cleanup header commentsAlexey Samsonov2012-07-171-1/+1
* tsan: use dynamic shadow stack for GoDmitry Vyukov2012-07-161-0/+6
* tsan: do not call malloc/free in memory access handling routine.Dmitry Vyukov2012-06-221-1/+7
* tsan: reduce per-thread memory usageDmitry Vyukov2012-05-221-1/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+59
OpenPOWER on IntegriCloud