summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/go/test.c
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TSan] fix Go runtime test on amd64 with PIEMartin Pelikan2018-03-151-1/+18
* tsan: fix build Dmitry Vyukov2016-04-271-0/+1
* tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov2016-04-271-9/+16
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-271-4/+18
* [TSan] Fix compiler warning in Go sanity test.Alexey Samsonov2016-03-041-0/+1
* tsan: describe heap/data locations in GoDmitry Vyukov2016-03-011-6/+7
* tsan: revert r262037Dmitry Vyukov2016-02-261-21/+6
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-261-6/+21
* tsan: update interface for GoDmitry Vyukov2014-03-061-2/+3
* tsan: ensure proper alignment of mmaps on windowsDmitry Vyukov2014-02-051-2/+3
* tsan: update Go public interfaceDmitry Vyukov2014-02-041-5/+3
* tsan: update public Go interfaceDmitry Vyukov2014-02-041-2/+0
* tsan: better report formatting for GoDmitry Vyukov2013-08-161-4/+16
* tsan: switch to explicit thread contexts in Go (instead of monotonic goroutin...Dmitry Vyukov2013-01-311-22/+24
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-281-1/+1
* tsan: slightly relax requirements for lazy shadow memory (can overlap and may...Dmitry Vyukov2012-11-061-1/+1
* tsan: lazily allocate shadow for GoDmitry Vyukov2012-11-061-0/+2
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-281-1/+0
* tsan: add missing includeDmitry Vyukov2012-07-271-0/+2
* tsan: change event handling from single HandleEvent() to a set of separate fu...Dmitry Vyukov2012-07-271-6/+36
* tsan: align report style with Go internal formatDmitry Vyukov2012-07-241-1/+1
* tsan: Go runtime: support goroutine end eventDmitry Vyukov2012-07-161-0/+5
* tsan: add missing test for Go runtimeDmitry Vyukov2012-07-161-0/+15
OpenPOWER on IntegriCloud