summaryrefslogtreecommitdiff
path: root/lib/tsan/go
Commit message (Expand)AuthorAge
* tsan: add memory_limit_mb flagDmitry Vyukov2013-10-03
* tsan: remove unneeded ___chkstk_ms function from Go runtimeDmitry Vyukov2013-09-22
* tsan: better report formatting for GoDmitry Vyukov2013-08-16
* [TSan] try to fix Go buildAlexey Samsonov2013-06-27
* tsan: add -Wno-maybe-uninitialized to Go build scriptDmitry Vyukov2013-06-11
* tsan: use memory access size for Go after allDmitry Vyukov2013-06-06
* tsan: fix darwin Go buildDmitry Vyukov2013-06-06
* [TSan] Try to fix the Go-TSan build.Alexander Potapenko2013-05-23
* [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne2013-05-21
* [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...Peter Collingbourne2013-05-20
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* tsan: fix Go buildDmitry Vyukov2013-03-18
* 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: add sanity test for Go runtime into presubmit testDmitry Vyukov2012-12-14
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-28
* tsan: faster memory reset for GoDmitry Vyukov2012-11-25
* tsan: add range access functions for GoDmitry Vyukov2012-11-08
* tsan: change TSAN_OPTIONS->GORACE in build script as wellDmitry Vyukov2012-11-08
* tsan: more precise handling of finalizersDmitry Vyukov2012-11-07
* tsan: slightly relax requirements for lazy shadow memory (can overlap and may...Dmitry Vyukov2012-11-06
* tsan: lazily allocate shadow for GoDmitry Vyukov2012-11-06
* tsan: update script to support windowsDmitry Vyukov2012-11-06
* tsan: add missing function for windowsDmitry Vyukov2012-11-06
* tsan: fix Go buildDmitry 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: fix Go buildDmitry Vyukov2012-09-19
* tsan: fix Go build scriptDmitry Vyukov2012-09-06
* 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: add missing includeDmitry Vyukov2012-07-27
* tsan: change event handling from single HandleEvent() to a set of separate fu...Dmitry Vyukov2012-07-27
* tsan: make the runtime library name tsan-neutral for Go upstreamDmitry Vyukov2012-07-26
* tsan: allow environment to override OnReport() and OverrideFlags()Dmitry Vyukov2012-07-25
* 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: add platform suffix to Go runtime libraryDmitry Vyukov2012-07-16
* 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: allow to pass CFLAGS to Go runtime build scriptDmitry Vyukov2012-07-16
* tsan: add missing test for Go runtimeDmitry 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