History log of /external/compiler-rt/lib/tsan/go/test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2d1fdb26e458c4ddc04155c1d421bced3ba90cd0 29-May-2014 Stephen Hines <srhines@google.com> Update compiler-rt aosp/master for 3.5 (r209699) rebase.

Change-Id: I158a30186f0faea2e2400e9dfdd878db2eb40e90
/external/compiler-rt/lib/tsan/go/test.c
9d95475f8adb1e08e45484feb03570ae2be2d0f3 16-Aug-2013 Dmitry Vyukov <dvyukov@google.com> tsan: better report formatting for Go
Say that gorotuine 1 is main goroutine.
Remove excessive new line.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188542 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
6faa20f2441cd845d98cb390ae2bacca908537ee 31-Jan-2013 Dmitry Vyukov <dvyukov@google.com> tsan: switch to explicit thread contexts in Go (instead of monotonic goroutine ids)


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@174047 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
385542a2e83a4f37de4232d6c72097c1b7d6d44b 28-Nov-2012 Dmitry Vyukov <dvyukov@google.com> tsan: move traces from tls into dedicated storage at fixed address
helps to reduce tls size (it's weird to have multi-MB tls)
will help with dynamically adjustable trace size


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@168783 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
6b641c5e63be45a03f96346886d27c4b4135ddaf 06-Nov-2012 Dmitry Vyukov <dvyukov@google.com> tsan: slightly relax requirements for lazy shadow memory (can overlap and may not be properly aligned)
it's problematic on windows where allocation granularity is much larger than page size



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@167466 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
a05fcc1e3e045097f2f1a20798cbe038bbb1d6a9 06-Nov-2012 Dmitry Vyukov <dvyukov@google.com> tsan: lazily allocate shadow for Go



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@167464 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
9d150bdb433ddd092073dabd87ba15aa176603a1 28-Jul-2012 Dmitry Vyukov <dvyukov@google.com> tsan: add ReleaseStore() function that merely copies vector clock rather than combines two clocks
fix clock setup for finalizer goroutine (Go runtime)



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160918 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
715c74611317d2e76f2b1dd854208eac238944ef 27-Jul-2012 Dmitry Vyukov <dvyukov@google.com> tsan: add missing include


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160875 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
6b2804f4a5d8891728c030e1ac93f719eaad3171 27-Jul-2012 Dmitry Vyukov <dvyukov@google.com> tsan: change event handling from single HandleEvent() to a set of separate functions (Go runtime)


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160863 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
853733e772b2885d93fdf994dedc4a1b5dc1369e 24-Jul-2012 Dmitry Vyukov <dvyukov@google.com> tsan: align report style with Go internal format


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160672 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
23397107087ad88141393a282cfbbd95d6ba28a6 16-Jul-2012 Dmitry Vyukov <dvyukov@google.com> tsan: Go runtime: support goroutine end event


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160282 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c
4cce3a525faccf5906440b7efdea317957221e68 16-Jul-2012 Dmitry Vyukov <dvyukov@google.com> tsan: add missing test for Go runtime


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160258 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/tsan/go/test.c