summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
Commit message (Expand)AuthorAgeFilesLines
...
* tsan: use memory access size for Go after allDmitry Vyukov2013-06-061-21/+0
* tsan: detect when a thread ends with ignores enabledDmitry Vyukov2013-05-211-0/+9
* tsan: better reporting of thread leaksDmitry Vyukov2013-03-211-10/+28
* tsan: special handling of .rodata (don't try to find races, don't keep shadow...Dmitry Vyukov2013-03-201-0/+7
* tsan: move trace header into 0x600000000000 rangeDmitry Vyukov2013-03-201-13/+6
* tsan: flush dead thread info earlier (when another thread is finished rather ...Dmitry Vyukov2013-03-191-4/+3
* tsan: fix memory leakDmitry Vyukov2013-03-191-0/+1
* tsan: touch less shadow memory during operations on big memory rangesDmitry Vyukov2013-03-181-3/+4
* tsan: mark shadow for thread stack as "don't need" when thread exitsDmitry Vyukov2013-03-181-12/+4
* tsan: fix clang -Wall buildDmitry Vyukov2013-03-181-0/+5
* [TSan] re-apply r177249 lost in editsAlexey Samsonov2013-03-181-1/+2
* tsan: fix memory leakDmitry Vyukov2013-03-181-0/+1
* tsan: use StackDepot for thread creation stacksDmitry Vyukov2013-03-181-0/+4
* tsan: fix Go buildDmitry Vyukov2013-03-181-14/+16
* [TSan] fix undefined variable in debug TSan buildAlexey Samsonov2013-03-181-1/+2
* [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_commonAlexey Samsonov2013-03-151-223/+140
* tsan: do not imitate memory write on malloc() (Go)Dmitry Vyukov2013-02-131-0/+22
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-011-19/+3
* tsan: implement malloc stats queryingDmitry Vyukov2013-01-241-1/+4
* tsan: say what thread had created a thread in reportsDmitry Vyukov2012-12-171-0/+1
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-061-0/+1
* tsan: output thread namesDmitry Vyukov2012-12-041-0/+20
* tsan: fix trace handling when trace is reused between threadsDmitry Vyukov2012-12-041-2/+6
* tsan: dynamic history sizeDmitry Vyukov2012-11-281-2/+2
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-281-5/+5
* tsan: remove unused parameterDmitry Vyukov2012-11-151-3/+3
* tsan: do not sleep at exit if there are no other threadsDmitry Vyukov2012-11-071-0/+17
* tsan: more precise handling of finalizersDmitry Vyukov2012-11-071-4/+0
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-021-7/+7
* tsan: cache pc's that cause suppressions (this way we do not need to symboliz...Dmitry Vyukov2012-10-051-1/+1
* tsan: fix mac buildDmitry Vyukov2012-10-021-1/+1
* tsan: output tid's in reportsDmitry Vyukov2012-10-021-1/+2
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-2/+3
* tsan: improve Go report format + fix buildDmitry Vyukov2012-08-161-0/+2
* tsan: switch to new allocatorDmitry Vyukov2012-08-151-0/+1
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-281-1/+1
* tsan: suport for Go finalizersDmitry Vyukov2012-07-251-0/+4
* tsan: use dynamic shadow stack for GoDmitry Vyukov2012-07-161-0/+8
* tsan: increase number of dead threads for GoDmitry Vyukov2012-07-161-0/+4
* tsan: Go language supportDmitry Vyukov2012-07-051-11/+15
* tsan: fix crashes if signal is caught during thread bootstrap or shutdownDmitry Vyukov2012-06-281-0/+2
* tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov2012-06-271-1/+1
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-151-1/+1
* [TSan] use efficient real_memcpy inside runtimeAlexey Samsonov2012-06-091-1/+1
* [Sanitizer] move placement_new definiton from TSan to common runtimeAlexey Samsonov2012-06-071-1/+1
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-11/+11
* [TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov2012-06-061-7/+8
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-041-1/+1
* tsan: fix race during pthread_join/detachDmitry Vyukov2012-05-281-7/+12
* tsan: do not clean stack/tls for main threadDmitry Vyukov2012-05-281-11/+13
OpenPOWER on IntegriCloud