Go to file
Kuba Brecka fd995fe654 [tsan] Fix false positives with GCD dispatch_source_*
We already have interceptors for dispatch_source API (e.g. dispatch_source_set_event_handler), but they currently only handle submission synchronization. We also need to synchronize based on the target queue (serial, concurrent), in other words, we need to use dispatch_callback_wrap. This patch implements that.

Differential Revision: http://reviews.llvm.org/D21999

llvm-svn: 274619
2016-07-06 11:02:49 +00:00
clang Add negative test for TBAA 2016-07-06 07:13:49 +00:00
clang-tools-extra [clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methods 2016-07-05 14:40:44 +00:00
compiler-rt [tsan] Fix false positives with GCD dispatch_source_* 2016-07-06 11:02:49 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no more 2016-07-06 05:28:44 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld [ELF] Support --entry= option variant. Update tests while I'm there. 2016-07-04 21:50:50 +00:00
lldb Add data formatter for libstdc++ shared_ptr and weak_ptr 2016-07-06 09:50:00 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI 2016-07-06 09:22:23 +00:00
openmp __kmp_partition_places: Update assertion for new parameter update_master_only 2016-07-04 05:58:10 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly isl: isl-0.17.1-164-gcbba1b6 2016-07-06 09:11:00 +00:00