Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin... | Dmitry Vyukov | 2013-01-31 | 1 | -22/+24 |
* | tsan: move traces from tls into dedicated storage at fixed address | Dmitry Vyukov | 2012-11-28 | 1 | -1/+1 |
* | tsan: slightly relax requirements for lazy shadow memory (can overlap and may... | Dmitry Vyukov | 2012-11-06 | 1 | -1/+1 |
* | tsan: lazily allocate shadow for Go | Dmitry Vyukov | 2012-11-06 | 1 | -0/+2 |
* | tsan: add ReleaseStore() function that merely copies vector clock rather than... | Dmitry Vyukov | 2012-07-28 | 1 | -1/+0 |
* | tsan: add missing include | Dmitry Vyukov | 2012-07-27 | 1 | -0/+2 |
* | tsan: change event handling from single HandleEvent() to a set of separate fu... | Dmitry Vyukov | 2012-07-27 | 1 | -6/+36 |
* | tsan: align report style with Go internal format | Dmitry Vyukov | 2012-07-24 | 1 | -1/+1 |
* | tsan: Go runtime: support goroutine end event | Dmitry Vyukov | 2012-07-16 | 1 | -0/+5 |
* | tsan: add missing test for Go runtime | Dmitry Vyukov | 2012-07-16 | 1 | -0/+15 |