summaryrefslogtreecommitdiff
path: root/lib/tsan/go
AgeCommit message (Expand)Author
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-05-21[tsan] Fix gotsan build.Evgeniy Stepanov
2014-04-24tsan: stop background thread when sandbox is enabledDmitry Vyukov
2014-03-19tsan: preliminary support for Go deadlock detectorDmitry Vyukov
2014-03-07Remove sanitizer_linux_libcdep.cc from TSan-Go buildAlexey Samsonov
2014-03-06tsan: update Go windows build script Dmitry Vyukov
2014-03-06tsan: update interface for GoDmitry Vyukov
2014-02-28tsan: refactor deadlock detectorDmitry Vyukov
2014-02-06tsan: simplify Go build scriptDmitry Vyukov
2014-02-06tsan: remove unused functionsDmitry Vyukov
2014-02-05tsan: ensure proper alignment of mmaps on windowsDmitry Vyukov
2014-02-04tsan: add windows native build scriptDmitry Vyukov
2014-02-04tsan: update Go public interfaceDmitry Vyukov
2014-02-04tsan: update public Go interfaceDmitry Vyukov
2013-12-25[Sanitizer] Remove now unused symbolization functionality from MemoryMappingL...Alexey Samsonov
2013-12-25[TSan] fix Go buildAlexey Samsonov
2013-12-24tsan: remove in_rtl counterDmitry Vyukov
2013-10-03tsan: add memory_limit_mb flagDmitry Vyukov
2013-09-22tsan: remove unneeded ___chkstk_ms function from Go runtimeDmitry Vyukov
2013-08-16tsan: better report formatting for GoDmitry Vyukov
2013-06-27[TSan] try to fix Go buildAlexey Samsonov
2013-06-11tsan: add -Wno-maybe-uninitialized to Go build scriptDmitry Vyukov
2013-06-06tsan: use memory access size for Go after allDmitry Vyukov
2013-06-06tsan: fix darwin Go buildDmitry Vyukov
2013-05-23[TSan] Try to fix the Go-TSan build.Alexander Potapenko
2013-05-21[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne
2013-05-20[nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...Peter Collingbourne
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-18tsan: fix Go buildDmitry Vyukov
2013-02-13tsan: do not imitate memory write on malloc() (Go)Dmitry Vyukov
2013-02-01tsan: detect races between plain and atomic memory accessesDmitry Vyukov
2013-01-31tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov
2013-01-11tsan: symbolize global variablesDmitry Vyukov
2012-12-14tsan: add sanity test for Go runtime into presubmit testDmitry Vyukov
2012-11-28tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov
2012-11-25tsan: faster memory reset for GoDmitry Vyukov
2012-11-08tsan: add range access functions for GoDmitry Vyukov
2012-11-08tsan: change TSAN_OPTIONS->GORACE in build script as wellDmitry Vyukov
2012-11-07tsan: more precise handling of finalizersDmitry 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-11-06tsan: update script to support windowsDmitry Vyukov
2012-11-06tsan: add missing function for windowsDmitry Vyukov
2012-11-06tsan: fix Go buildDmitry Vyukov
2012-10-04tsan for Go: support mallocs before __tsan_init() (required to support cgo code)Dmitry Vyukov
2012-10-02tsan: output tid's in reportsDmitry Vyukov
2012-09-19tsan: fix Go buildDmitry Vyukov
2012-09-06tsan: fix Go build scriptDmitry Vyukov
2012-08-13tsan: handle larger number of goroutines + fix a memory leak of goroutine des...Dmitry Vyukov
2012-07-28tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov