summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go
Commit message (Expand)AuthorAgeFilesLines
* [tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany2014-12-092-2/+2
* Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov2014-12-022-7/+9
* tsan: fix Go buildDmitry Vyukov2014-11-191-0/+1
* [TSan] Make ReportStack contain __sanitizer::AddressInfo object.Alexey Samsonov2014-11-041-17/+6
* [TSan} Build Go version with -std=c++11Alexey Samsonov2014-11-031-1/+1
* [TSan] Try to fix Go runtime buildAlexey Samsonov2014-08-061-1/+3
* tsan: expose atomic operations in Go runtimeDmitry Vyukov2014-07-183-1/+10
* tsan: fix windows build scriptDmitry Vyukov2014-06-201-1/+1
* tsan: add Go build script for freebsdDmitry Vyukov2014-06-201-5/+16
* tsan: fix argument passing in Go interfaceDmitry Vyukov2014-06-061-3/+3
* tsan: allow to build Go runtime with clang + enable SSE3Dmitry Vyukov2014-06-061-5/+7
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-292-1/+2
* [tsan] Fix gotsan build.Evgeniy Stepanov2014-05-211-0/+1
* tsan: stop background thread when sandbox is enabledDmitry Vyukov2014-04-241-1/+5
* tsan: preliminary support for Go deadlock detectorDmitry Vyukov2014-03-192-2/+20
* Remove sanitizer_linux_libcdep.cc from TSan-Go buildAlexey Samsonov2014-03-071-1/+0
* tsan: update Go windows build script Dmitry Vyukov2014-03-061-1/+1
* tsan: update interface for GoDmitry Vyukov2014-03-062-5/+8
* tsan: refactor deadlock detectorDmitry Vyukov2014-02-281-0/+1
* tsan: simplify Go build scriptDmitry Vyukov2014-02-061-4/+1
* tsan: remove unused functionsDmitry Vyukov2014-02-061-18/+0
* tsan: ensure proper alignment of mmaps on windowsDmitry Vyukov2014-02-051-2/+3
* tsan: add windows native build scriptDmitry Vyukov2014-02-041-0/+4
* tsan: update Go public interfaceDmitry Vyukov2014-02-042-8/+7
* tsan: update public Go interfaceDmitry Vyukov2014-02-042-23/+55
* [Sanitizer] Remove now unused symbolization functionality from MemoryMappingL...Alexey Samsonov2013-12-251-2/+0
* [TSan] fix Go buildAlexey Samsonov2013-12-251-1/+5
* tsan: remove in_rtl counterDmitry Vyukov2013-12-241-18/+0
* tsan: add memory_limit_mb flagDmitry Vyukov2013-10-031-0/+1
* tsan: remove unneeded ___chkstk_ms function from Go runtimeDmitry Vyukov2013-09-222-36/+2
* tsan: better report formatting for GoDmitry Vyukov2013-08-162-6/+18
* [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: use memory access size for Go after allDmitry Vyukov2013-06-061-2/+4
* tsan: fix darwin Go buildDmitry Vyukov2013-06-061-0/+1
* [TSan] Try to fix the Go-TSan build.Alexander Potapenko2013-05-231-0/+8
* [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
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-1/+1
* tsan: fix Go buildDmitry Vyukov2013-03-181-1/+2
* tsan: do not imitate memory write on malloc() (Go)Dmitry Vyukov2013-02-131-5/+3
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-011-4/+4
* tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov2013-01-312-69/+51
* tsan: symbolize global variablesDmitry Vyukov2013-01-111-1/+1
* tsan: add sanity test for Go runtime into presubmit testDmitry Vyukov2012-12-141-1/+0
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-281-1/+1
* tsan: faster memory reset for GoDmitry Vyukov2012-11-251-2/+1
* tsan: add range access functions for GoDmitry Vyukov2012-11-081-0/+12
* tsan: change TSAN_OPTIONS->GORACE in build script as wellDmitry Vyukov2012-11-081-1/+1
* tsan: more precise handling of finalizersDmitry Vyukov2012-11-071-1/+1
OpenPOWER on IntegriCloud