index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
tsan
/
rtl
/
tsan_libdispatch_mac.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tsan] Support interception of libdispatch on Linux
Julian Lettner
2019-03-06
1
-726
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fixup for r340342: Avoid Block_release'ing the block since we're no longer ma...
Kuba Mracek
2018-08-21
1
-1
/
+1
*
[tsan] Avoid calling Block_copy in the "sync" GCD interceptors
Kuba Mracek
2018-08-21
1
-4
/
+1
*
Ignore the DISPATCH_NOESCAPE if not defined
Yi Kong
2017-12-28
1
-0
/
+5
*
[compiler-rt] Fix const and volatile qualifier warnings
Kuba Mracek
2017-11-10
1
-2
/
+2
*
[tsan] Annotate function parameters with attribute 'noescape'.
Akira Hatanaka
2017-09-21
1
-3
/
+5
*
[Sanitizers] TSan allocator set errno on failure.
Alex Shlyapnikov
2017-07-24
1
-1
/
+2
*
[tsan] Only Acquire/Release GCD queues if they're not NULL
Kuba Mracek
2017-03-26
1
-8
/
+9
*
Follow-up for r298738: Use "0" instead of "false" because the variable is uptr.
Kuba Mracek
2017-03-24
1
-1
/
+1
*
Fix an uninitialized field in tsan_block_context_t/AllocContext in tsan_libdi...
Kuba Mracek
2017-03-24
1
-0
/
+1
*
[tsan] Add support for GCD dispatch_suspend and dispatch_resume
Kuba Mracek
2016-11-24
1
-0
/
+9
*
[tsan] Add support for GCD target queues
Kuba Brecka
2016-10-31
1
-18
/
+48
*
[tsan] Add support for GCD IO channels on Darwin
Kuba Brecka
2016-07-11
1
-9
/
+184
*
[tsan] Avoid false positives with GCD data callbacks
Kuba Brecka
2016-07-07
1
-0
/
+26
*
[tsan] Fix false positives with GCD dispatch_source_*
Kuba Brecka
2016-07-06
1
-24
/
+44
*
[tsan] Synchronize leaving a GCD group with notifications
Kuba Brecka
2016-07-05
1
-9
/
+17
*
[tsan] dispatch_once interceptor will cause a crash/deadlock when the origina...
Kuba Brecka
2016-07-05
1
-2
/
+2
*
[tsan] Stop extending the block’s lifetime in dispatch_group_async
Kuba Brecka
2016-06-29
1
-1
/
+3
*
[tsan] Add HB edges for GCD barrier blocks
Kuba Brecka
2016-06-27
1
-48
/
+35
*
[tsan] Add support for GCD's dispatch_after and dispatch_after_f
Kuba Brecka
2016-05-19
1
-0
/
+23
*
[tsan] Fix a crash with dispatch_source_set_cancel_handler(NULL) on OS X
Kuba Brecka
2016-04-12
1
-0
/
+12
*
[tsan] Add interceptors for dispatch_apply
Kuba Brecka
2016-04-07
1
-0
/
+34
*
[tsan] Add support for dispatch event sources
Kuba Brecka
2016-04-07
1
-0
/
+72
*
[tsan] Fix synchronization in dispatch_sync
Kuba Brecka
2016-04-07
1
-24
/
+62
*
[tsan] Fix scoping of ScopedInteceptor in libdispatch support
Kuba Brecka
2015-12-18
1
-0
/
+14
*
[tsan] Update dispatch_group support to avoid using a disposed group object
Kuba Brecka
2015-12-14
1
-0
/
+19
*
[tsan] Add dispatch_group API interceptors and synchronization
Kuba Brecka
2015-12-08
1
-1
/
+64
*
[tsan] Add interceptors and sychronization for libdispatch semaphores on OS X
Kuba Brecka
2015-12-01
1
-0
/
+17
*
[tsan] Add release+acquire semantics for serial dispatch queues
Kuba Brecka
2015-11-28
1
-0
/
+33
*
[tsan] Implement basic GCD interceptors for OS X
Kuba Brecka
2015-11-24
1
-0
/
+66
*
[tsan] Handle dispatch_once on OS X
Kuba Brecka
2015-11-19
1
-0
/
+72