summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go
Commit message (Expand)AuthorAgeFilesLines
* [tsan, go] fix Go windows buildVitaly Buka2019-10-071-0/+6
* [tsan, go] break commands into multiple linesVitaly Buka2019-10-071-3/+55
* tsan: allow the Go runtime to return multiple stack frames for a single PCDmitry Vyukov2019-09-181-7/+18
* compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cppNico Weber2019-08-013-8/+8
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-012-22/+22
* Attempt to heal tsan bot after r367463Nico Weber2019-07-311-1/+1
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-312-48/+48
* Add NetBSD LSan supportKamil Rytarowski2019-07-111-0/+3
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Switch syscall(2)/__syscall(2) calls to libc calls on NetBSDKamil Rytarowski2018-10-011-0/+1
* [compiler-rt][TSan] Add TSan runtime support for Go on linux-aarch64.Arnaud A. de Grandmaison2018-09-191-2/+11
* 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
OpenPOWER on IntegriCloud