summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go/test.c
Commit message (Expand)AuthorAgeFilesLines
* tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov2013-01-311-22/+24
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-281-1/+1
* tsan: slightly relax requirements for lazy shadow memory (can overlap and may...Dmitry Vyukov2012-11-061-1/+1
* tsan: lazily allocate shadow for GoDmitry Vyukov2012-11-061-0/+2
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-281-1/+0
* tsan: add missing includeDmitry Vyukov2012-07-271-0/+2
* tsan: change event handling from single HandleEvent() to a set of separate fu...Dmitry Vyukov2012-07-271-6/+36
* tsan: align report style with Go internal formatDmitry Vyukov2012-07-241-1/+1
* tsan: Go runtime: support goroutine end eventDmitry Vyukov2012-07-161-0/+5
* tsan: add missing test for Go runtimeDmitry Vyukov2012-07-161-0/+15
OpenPOWER on IntegriCloud