index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
tsan
/
go
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsan: remove unneeded ___chkstk_ms function from Go runtime
Dmitry Vyukov
2013-09-22
2
-36
/
+2
*
tsan: better report formatting for Go
Dmitry Vyukov
2013-08-16
2
-6
/
+18
*
[TSan] try to fix Go build
Alexey Samsonov
2013-06-27
1
-0
/
+1
*
tsan: add -Wno-maybe-uninitialized to Go build script
Dmitry Vyukov
2013-06-11
1
-1
/
+1
*
tsan: use memory access size for Go after all
Dmitry Vyukov
2013-06-06
1
-2
/
+4
*
tsan: fix darwin Go build
Dmitry Vyukov
2013-06-06
1
-0
/
+1
*
[TSan] Try to fix the Go-TSan build.
Alexander Potapenko
2013-05-23
1
-0
/
+8
*
[nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...
Peter Collingbourne
2013-05-21
1
-0
/
+1
*
[nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...
Peter Collingbourne
2013-05-20
1
-0
/
+1
*
[sanitizer] More renamed macros.
Evgeniy Stepanov
2013-03-19
1
-1
/
+1
*
tsan: fix Go build
Dmitry Vyukov
2013-03-18
1
-1
/
+2
*
tsan: do not imitate memory write on malloc() (Go)
Dmitry Vyukov
2013-02-13
1
-5
/
+3
*
tsan: detect races between plain and atomic memory accesses
Dmitry Vyukov
2013-02-01
1
-4
/
+4
*
tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...
Dmitry Vyukov
2013-01-31
2
-69
/
+51
*
tsan: symbolize global variables
Dmitry Vyukov
2013-01-11
1
-1
/
+1
*
tsan: add sanity test for Go runtime into presubmit test
Dmitry Vyukov
2012-12-14
1
-1
/
+0
*
tsan: move traces from tls into dedicated storage at fixed address
Dmitry Vyukov
2012-11-28
1
-1
/
+1
*
tsan: faster memory reset for Go
Dmitry Vyukov
2012-11-25
1
-2
/
+1
*
tsan: add range access functions for Go
Dmitry Vyukov
2012-11-08
1
-0
/
+12
*
tsan: change TSAN_OPTIONS->GORACE in build script as well
Dmitry Vyukov
2012-11-08
1
-1
/
+1
*
tsan: more precise handling of finalizers
Dmitry Vyukov
2012-11-07
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
3
-3
/
+10
*
tsan: update script to support windows
Dmitry Vyukov
2012-11-06
1
-22
/
+23
*
tsan: add missing function for windows
Dmitry Vyukov
2012-11-06
1
-0
/
+34
*
tsan: fix Go build
Dmitry Vyukov
2012-11-06
1
-1
/
+0
*
tsan for Go: support mallocs before __tsan_init() (required to support cgo code)
Dmitry Vyukov
2012-10-04
1
-1
/
+3
*
tsan: output tid's in reports
Dmitry Vyukov
2012-10-02
1
-1
/
+1
*
tsan: fix Go build
Dmitry Vyukov
2012-09-19
1
-1
/
+1
*
tsan: fix Go build script
Dmitry Vyukov
2012-09-06
1
-1
/
+1
*
tsan: handle larger number of goroutines + fix a memory leak of goroutine des...
Dmitry Vyukov
2012-08-13
2
-9
/
+16
*
tsan: add ReleaseStore() function that merely copies vector clock rather than...
Dmitry Vyukov
2012-07-28
3
-4
/
+2
*
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
3
-151
/
+137
*
tsan: make the runtime library name tsan-neutral for Go upstream
Dmitry Vyukov
2012-07-26
1
-1
/
+1
*
tsan: allow environment to override OnReport() and OverrideFlags()
Dmitry Vyukov
2012-07-25
1
-0
/
+1
*
tsan: suport for Go finalizers
Dmitry Vyukov
2012-07-25
1
-0
/
+5
*
tsan: expect that Go symbolizer can return NULLs
Dmitry Vyukov
2012-07-25
1
-4
/
+4
*
tsan: align report style with Go internal format
Dmitry Vyukov
2012-07-24
2
-14
/
+12
*
tsan: add platform suffix to Go runtime library
Dmitry Vyukov
2012-07-16
1
-3
/
+5
*
tsan: treat malloc() as memory access in Go
Dmitry Vyukov
2012-07-16
1
-0
/
+1
*
tsan: Go runtime: support goroutine end event
Dmitry Vyukov
2012-07-16
2
-0
/
+11
*
tsan: port Go runtime to Darwin
Dmitry Vyukov
2012-07-16
2
-7
/
+30
*
tsan: allow to pass CFLAGS to Go runtime build script
Dmitry Vyukov
2012-07-16
1
-5
/
+6
*
tsan: add missing test for Go runtime
Dmitry Vyukov
2012-07-16
1
-0
/
+15
*
tsan: Go language support fixes
Dmitry Vyukov
2012-07-06
2
-17
/
+18
*
tsan: Go lang: symbolize stack traces
Dmitry Vyukov
2012-07-06
2
-4
/
+32
*
tsan: Go language support
Dmitry Vyukov
2012-07-05
2
-0
/
+242