summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go/buildgo.sh
Commit message (Expand)AuthorAgeFilesLines
* tsan: better report formatting for GoDmitry Vyukov2013-08-161-2/+2
* [TSan] try to fix Go buildAlexey Samsonov2013-06-271-0/+1
* tsan: add -Wno-maybe-uninitialized to Go build scriptDmitry Vyukov2013-06-111-1/+1
* tsan: fix darwin Go buildDmitry Vyukov2013-06-061-0/+1
* [nolibc] Move libc-dependent sanitizer_posix.cc code to sanitizer_posix_libcd...Peter Collingbourne2013-05-211-0/+1
* [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcd...Peter Collingbourne2013-05-201-0/+1
* tsan: fix Go buildDmitry Vyukov2013-03-181-1/+2
* tsan: add sanity test for Go runtime into presubmit testDmitry Vyukov2012-12-141-1/+0
* tsan: change TSAN_OPTIONS->GORACE in build script as wellDmitry Vyukov2012-11-081-1/+1
* tsan: lazily allocate shadow for GoDmitry Vyukov2012-11-061-3/+4
* tsan: update script to support windowsDmitry Vyukov2012-11-061-22/+23
* tsan: fix Go buildDmitry Vyukov2012-11-061-1/+0
* tsan: fix Go buildDmitry Vyukov2012-09-191-1/+1
* tsan: fix Go build scriptDmitry Vyukov2012-09-061-1/+1
* tsan: handle larger number of goroutines + fix a memory leak of goroutine des...Dmitry Vyukov2012-08-131-5/+4
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-281-1/+1
* tsan: change event handling from single HandleEvent() to a set of separate fu...Dmitry Vyukov2012-07-271-2/+2
* tsan: make the runtime library name tsan-neutral for Go upstreamDmitry Vyukov2012-07-261-1/+1
* tsan: allow environment to override OnReport() and OverrideFlags()Dmitry Vyukov2012-07-251-0/+1
* tsan: add platform suffix to Go runtime libraryDmitry Vyukov2012-07-161-3/+5
* tsan: port Go runtime to DarwinDmitry Vyukov2012-07-161-3/+26
* tsan: allow to pass CFLAGS to Go runtime build scriptDmitry Vyukov2012-07-161-5/+6
* tsan: Go language support fixesDmitry Vyukov2012-07-061-2/+2
* tsan: Go lang: symbolize stack tracesDmitry Vyukov2012-07-061-1/+3
* tsan: Go language supportDmitry Vyukov2012-07-051-0/+49
OpenPOWER on IntegriCloud