summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go
Commit message (Expand)AuthorAgeFilesLines
* Remove dead sanitizer_procmaps_freebsd.ccKamil Rytarowski2018-05-051-2/+2
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-0/+1
* tsan: add support for linux/powerpc64 in buildgo.shDmitry Vyukov2018-04-161-4/+14
* [sanitizer] Remove empty Symbolizer PrepareForSandboxingKostya Kortchinsky2018-04-031-8/+0
* tsan: revert: Update buildgo.sh to pass -isysroot on Darwin.Dmitry Vyukov2018-03-161-1/+1
* [TSan] fix Go runtime test on amd64 with PIEMartin Pelikan2018-03-151-1/+18
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-251-0/+15
* tsan: respect LDFLAGS when build Go testDmitry Vyukov2017-09-151-1/+1
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-221-0/+1
* Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka2017-07-201-1/+0
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov2017-07-201-0/+1
* Update buildgo.sh to pass -isysroot on Darwin.Kuba Mracek2017-07-071-1/+1
* [tsan] Track external tags in thread tracesKuba Mracek2017-04-301-0/+1
* tsan: add new mutex annotationsDmitry Vyukov2017-03-261-2/+6
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-1/+1
* tsan: add a hook to obtain number of reportsDmitry Vyukov2016-10-281-0/+5
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-282-2/+2
* [tsan] On OS X, build Go runtime with -mmacosx-version-minKuba Brecka2016-06-051-2/+2
* [sanitizer] Move termination functions in their own fileKostya Serebryany2016-05-272-1/+2
* tsan: fix build Dmitry Vyukov2016-04-271-0/+1
* tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov2016-04-272-32/+40
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-274-10/+50
* [TSan] Fix compiler warning in Go sanity test.Alexey Samsonov2016-03-042-1/+2
* tsan: describe heap/data locations in GoDmitry Vyukov2016-03-012-28/+75
* tsan: revert r262037Dmitry Vyukov2016-02-264-60/+13
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-264-13/+60
* Fix lib/tsan/go/buildgo.sh for FreeBSD after r243051.Dimitry Andric2016-02-141-13/+14
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-11-201-0/+1
* tsan: fix Go build on linuxDmitry Vyukov2015-11-121-1/+1
* Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka2015-11-041-1/+0
* Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks2015-10-281-0/+1
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-0/+1
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-1/+1
* Revert r230171 "TSan runtime: unbreak the build with ccache"Dmitri Gribenko2015-02-221-1/+1
* TSan runtime: unbreak the build with ccacheDmitri Gribenko2015-02-221-1/+1
* tsan: add -Wno-maybe-uninitialized to mingw gcc build flagsDmitry Vyukov2015-02-181-1/+1
* tsan: remove everything related to rss/background thread in Go modeDmitry Vyukov2015-02-161-2/+0
* tsan: fix windows build scriptDmitry Vyukov2015-02-161-2/+2
* [TSan] Fix remaining bashism in buildgo.sh script.Alexey Samsonov2015-02-021-1/+3
* [TSan] Fix Go sanity check script.Alexey Samsonov2015-02-021-7/+11
* [TSan] Add Go runtime sanity check to CMake build.Alexey Samsonov2015-02-021-7/+27
* [TSan] Fix Go build.Alexey Samsonov2015-01-301-0/+3
* tsan: remove TSAN_SHADOW_COUNTDmitry Vyukov2015-01-192-2/+2
* [TSan] Fix Go build.Alexey Samsonov2015-01-071-7/+0
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-032-3/+3
* [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
OpenPOWER on IntegriCloud