summaryrefslogtreecommitdiff
path: root/lib/tsan
AgeCommit message (Expand)Author
2016-02-23tsan: fix signal handling in ignored librariesDmitry Vyukov
2016-02-18Change comma to semi-colon, no functionality change.Richard Trieu
2016-02-18[tsan] Disable sysroot flag on FreeBSDEd Maste
2016-02-17[tsan] Fix signal number definitions for FreeBSDEd Maste
2016-02-17[tsan] Fix build warnings on FreeBSDEd Maste
2016-02-14Fix lib/tsan/go/buildgo.sh for FreeBSD after r243051.Dimitry Andric
2016-02-13[TSan] Adjust expectation for check_analyze.shAlexey Samsonov
2016-02-04[TSan] Fix PrintMatchedSuppressions: Read hit count for suppression atomicallyMohit K. Bhakkad
2016-02-02Re-commit r259512: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPP...Daniel Sanders
2016-02-02Revert r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPOR...Daniel Sanders
2016-02-02[tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.Daniel Sanders
2016-01-19Fix another -Wexpansion-to-defined warning in compiler-rt.Nico Weber
2016-01-19tsan: add back __tls_get_addr interceptorDmitry Vyukov
2016-01-17[tsan] Do nothing in ScopedInterceptor's destructor if thr is not inited.Yabin Cui
2016-01-15[tsan] Fix some tiny errors.Yabin Cui
2016-01-15[tsan] Store the pointer to ThreadState in TLS slot on Android.Yabin Cui
2016-01-15[tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-14[tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka
2016-01-14[tsan] Fix the value of PTHREAD_MUTEX_RECURSIVE for OS X and FreeBSDKuba Brecka
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2016-01-08[tsan] don't crash on closedir(0)Kostya Serebryany
2015-12-21[compiler-rt] [tsan] Add support for PIE build on AArch64Adhemerval Zanella
2015-12-18Revert r255996 ("[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write ...Kuba Brecka
2015-12-18[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write function aren't c...Kuba Brecka
2015-12-18[tsan] Fix scoping of ScopedInteceptor in libdispatch supportKuba Brecka
2015-12-14[TSAN, PPC64] Fix obvious typo of supported virtual memory sizesBill Schmidt
2015-12-14[tsan] Update dispatch_group support to avoid using a disposed group objectKuba Brecka
2015-12-10[TSan] Try harder to avoid compiler-generated memcpy calls.Alexey Samsonov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-09[tsan] Move emptyset/oldset to ThreadSignalContext.Yabin Cui
2015-12-09[tsan] Use REAL(malloc) instead of __libc_malloc for Android.Yabin Cui
2015-12-09[tsan] Disable interceptors not supported in Android.Yabin Cui
2015-12-09[TSan] Try harder to avoid compiler-generated memset calls.Alexey Samsonov
2015-12-09[tsan] Define sigaction_t for Android.Yabin Cui
2015-12-09Avoid extended mnemonic 'mfvrsave' in assembly codeBill Schmidt
2015-12-08[PPC64, TSAN] Provide setjmp interceptor support for PPC64Bill Schmidt
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-12-08[TSan] Remove legacy Makefile.old!Alexey Samsonov
2015-12-08[CMake] Remove debug output leftovers.Alexey Samsonov
2015-12-08tsan: fix test invisible barrierDmitry Vyukov
2015-12-08[tsan] Add dispatch_group API interceptors and synchronizationKuba Brecka
2015-12-07[TSan] Enforce TSan runtime doesn't include system headers with --sysroot flag.Alexey Samsonov
2015-12-07[TSan] Port check_memcpy.sh script to a regular lit test.Alexey Samsonov
2015-12-07[TSan] Slightly improve check_analyze script.Alexey Samsonov
2015-12-07[TSan] Delete legacy test_output.sh script.Alexey Samsonov
2015-12-05[CMake] Add COMPILER_RT_TSAN_DEBUG_OUTPUT option.Alexey Samsonov
2015-12-04[TSan] Fix the wikipage link.Alexander Potapenko