summaryrefslogtreecommitdiff
path: root/lib/tsan/go/test.c
AgeCommit message (Expand)Author
2016-04-27tsan: fix build Dmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-03-04[TSan] Fix compiler warning in Go sanity test.Alexey Samsonov
2016-03-01tsan: describe heap/data locations in GoDmitry Vyukov
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2014-03-06tsan: update interface for GoDmitry Vyukov
2014-02-05tsan: ensure proper alignment of mmaps on windowsDmitry Vyukov
2014-02-04tsan: update Go public interfaceDmitry Vyukov
2014-02-04tsan: update public Go interfaceDmitry Vyukov
2013-08-16tsan: better report formatting for GoDmitry Vyukov
2013-01-31tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov
2012-11-28tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov
2012-11-06tsan: slightly relax requirements for lazy shadow memory (can overlap and may...Dmitry Vyukov
2012-11-06tsan: lazily allocate shadow for GoDmitry Vyukov
2012-07-28tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov
2012-07-27tsan: add missing includeDmitry Vyukov
2012-07-27tsan: change event handling from single HandleEvent() to a set of separate fu...Dmitry Vyukov
2012-07-24tsan: align report style with Go internal formatDmitry Vyukov
2012-07-16tsan: Go runtime: support goroutine end eventDmitry Vyukov
2012-07-16tsan: add missing test for Go runtimeDmitry Vyukov