summaryrefslogtreecommitdiff
path: root/lib/tsan/go/tsan_go.cc
Commit message (Expand)AuthorAge
* tsan: remove unneeded ___chkstk_ms function from Go runtimeDmitry Vyukov2013-09-22
* tsan: use memory access size for Go after allDmitry Vyukov2013-06-06
* [TSan] Try to fix the Go-TSan build.Alexander Potapenko2013-05-23
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* tsan: do not imitate memory write on malloc() (Go)Dmitry Vyukov2013-02-13
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-01
* tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov2013-01-31
* tsan: symbolize global variablesDmitry Vyukov2013-01-11
* tsan: faster memory reset for GoDmitry Vyukov2012-11-25
* tsan: add range access functions for GoDmitry Vyukov2012-11-08
* tsan: more precise handling of finalizersDmitry Vyukov2012-11-07
* tsan: lazily allocate shadow for GoDmitry Vyukov2012-11-06
* tsan: add missing function for windowsDmitry Vyukov2012-11-06
* tsan for Go: support mallocs before __tsan_init() (required to support cgo code)Dmitry Vyukov2012-10-04
* tsan: output tid's in reportsDmitry Vyukov2012-10-02
* tsan: handle larger number of goroutines + fix a memory leak of goroutine des...Dmitry Vyukov2012-08-13
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-28
* tsan: change event handling from single HandleEvent() to a set of separate fu...Dmitry Vyukov2012-07-27
* tsan: suport for Go finalizersDmitry Vyukov2012-07-25
* tsan: expect that Go symbolizer can return NULLsDmitry Vyukov2012-07-25
* tsan: align report style with Go internal formatDmitry Vyukov2012-07-24
* tsan: treat malloc() as memory access in GoDmitry Vyukov2012-07-16
* tsan: Go runtime: support goroutine end eventDmitry Vyukov2012-07-16
* tsan: port Go runtime to DarwinDmitry Vyukov2012-07-16
* tsan: Go language support fixesDmitry Vyukov2012-07-06
* tsan: Go lang: symbolize stack tracesDmitry Vyukov2012-07-06
* tsan: Go language supportDmitry Vyukov2012-07-05