summaryrefslogtreecommitdiff
path: root/lib/tsan/go
AgeCommit message (Expand)Author
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-09-15tsan: respect LDFLAGS when build Go testDmitry Vyukov
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-07-07Update buildgo.sh to pass -isysroot on Darwin.Kuba Mracek
2017-04-30[tsan] Track external tags in thread tracesKuba Mracek
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2016-10-28tsan: add a hook to obtain number of reportsDmitry Vyukov
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-06-05[tsan] On OS X, build Go runtime with -mmacosx-version-minKuba Brecka
2016-05-27[sanitizer] Move termination functions in their own fileKostya Serebryany
2016-04-27tsan: fix build Dmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-03-04[TSan] Fix compiler warning in Go sanity test.Alexey Samsonov
2016-03-01tsan: describe heap/data locations in GoDmitry Vyukov
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2016-02-14Fix lib/tsan/go/buildgo.sh for FreeBSD after r243051.Dimitry Andric
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-12tsan: fix Go build on linuxDmitry Vyukov
2015-11-04Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka
2015-10-28Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-02-22Revert r230171 "TSan runtime: unbreak the build with ccache"Dmitri Gribenko
2015-02-22TSan runtime: unbreak the build with ccacheDmitri Gribenko
2015-02-18tsan: add -Wno-maybe-uninitialized to mingw gcc build flagsDmitry Vyukov
2015-02-16tsan: remove everything related to rss/background thread in Go modeDmitry Vyukov
2015-02-16tsan: fix windows build scriptDmitry Vyukov
2015-02-02[TSan] Fix remaining bashism in buildgo.sh script.Alexey Samsonov
2015-02-02[TSan] Fix Go sanity check script.Alexey Samsonov
2015-02-02[TSan] Add Go runtime sanity check to CMake build.Alexey Samsonov
2015-01-30[TSan] Fix Go build.Alexey Samsonov
2015-01-19tsan: remove TSAN_SHADOW_COUNTDmitry Vyukov
2015-01-07[TSan] Fix Go build.Alexey Samsonov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-11-19tsan: fix Go buildDmitry Vyukov
2014-11-04[TSan] Make ReportStack contain __sanitizer::AddressInfo object.Alexey Samsonov
2014-11-03[TSan} Build Go version with -std=c++11Alexey Samsonov
2014-08-06[TSan] Try to fix Go runtime buildAlexey Samsonov
2014-07-18tsan: expose atomic operations in Go runtimeDmitry Vyukov
2014-06-20tsan: fix windows build scriptDmitry Vyukov
2014-06-20tsan: add Go build script for freebsdDmitry Vyukov
2014-06-06tsan: fix argument passing in Go interfaceDmitry Vyukov
2014-06-06tsan: allow to build Go runtime with clang + enable SSE3Dmitry Vyukov