summaryrefslogtreecommitdiff
path: root/lib/tsan/go
Commit message (Expand)AuthorAgeFilesLines
* tsan: symbolize global variablesDmitry Vyukov2013-01-111-1/+1
* tsan: add sanity test for Go runtime into presubmit testDmitry Vyukov2012-12-141-1/+0
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-281-1/+1
* tsan: faster memory reset for GoDmitry Vyukov2012-11-251-2/+1
* tsan: add range access functions for GoDmitry Vyukov2012-11-081-0/+12
* tsan: change TSAN_OPTIONS->GORACE in build script as wellDmitry Vyukov2012-11-081-1/+1
* tsan: more precise handling of finalizersDmitry Vyukov2012-11-071-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-063-3/+10
* tsan: update script to support windowsDmitry Vyukov2012-11-061-22/+23
* tsan: add missing function for windowsDmitry Vyukov2012-11-061-0/+34
* tsan: fix Go buildDmitry Vyukov2012-11-061-1/+0
* tsan for Go: support mallocs before __tsan_init() (required to support cgo code)Dmitry Vyukov2012-10-041-1/+3
* tsan: output tid's in reportsDmitry Vyukov2012-10-021-1/+1
* tsan: fix Go buildDmitry Vyukov2012-09-191-1/+1
* tsan: fix Go build scriptDmitry Vyukov2012-09-061-1/+1
* tsan: handle larger number of goroutines + fix a memory leak of goroutine des...Dmitry Vyukov2012-08-132-9/+16
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-283-4/+2
* 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-273-151/+137
* tsan: make the runtime library name tsan-neutral for Go upstreamDmitry Vyukov2012-07-261-1/+1
* tsan: allow environment to override OnReport() and OverrideFlags()Dmitry Vyukov2012-07-251-0/+1
* tsan: suport for Go finalizersDmitry Vyukov2012-07-251-0/+5
* tsan: expect that Go symbolizer can return NULLsDmitry Vyukov2012-07-251-4/+4
* tsan: align report style with Go internal formatDmitry Vyukov2012-07-242-14/+12
* tsan: add platform suffix to Go runtime libraryDmitry Vyukov2012-07-161-3/+5
* tsan: treat malloc() as memory access in GoDmitry Vyukov2012-07-161-0/+1
* tsan: Go runtime: support goroutine end eventDmitry Vyukov2012-07-162-0/+11
* tsan: port Go runtime to DarwinDmitry Vyukov2012-07-162-7/+30
* tsan: allow to pass CFLAGS to Go runtime build scriptDmitry Vyukov2012-07-161-5/+6
* tsan: add missing test for Go runtimeDmitry Vyukov2012-07-161-0/+15
* tsan: Go language support fixesDmitry Vyukov2012-07-062-17/+18
* tsan: Go lang: symbolize stack tracesDmitry Vyukov2012-07-062-4/+32
* tsan: Go language supportDmitry Vyukov2012-07-052-0/+242