index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tsan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[tsan] Provide external tags (object types) via debugging API"
Diana Picus
2017-02-20
2
-14
/
+0
*
[tsan] Provide external tags (object types) via debugging API
Kuba Mracek
2017-02-16
2
-0
/
+14
*
[tsan] Provide API for libraries for race detection on custom objects
Kuba Mracek
2017-02-02
11
-12
/
+136
*
[tsan] Properly describe GCD worker threads in reports
Kuba Mracek
2017-02-02
9
-11
/
+19
*
[tsan] Fix os_id of main thread
Kuba Mracek
2017-01-26
1
-1
/
+1
*
[tsan] Enable ignore_noninstrumented_modules=1 on Darwin by default
Kuba Mracek
2017-01-24
1
-1
/
+1
*
Revert "[sancov] moving sancov rt to sancov/ directory"
Mike Aizatsky
2017-01-12
3
-5
/
+0
*
[sancov] moving sancov rt to sancov/ directory
Mike Aizatsky
2017-01-12
3
-0
/
+5
*
[tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...
Kuba Mracek
2017-01-11
3
-34
/
+33
*
Make cmake link flag naming consistent
Francis Ricci
2017-01-10
2
-6
/
+6
*
Enable weak hooks on darwin
Francis Ricci
2017-01-09
2
-2
/
+11
*
tsan: Introducing a function to flush the shadow memory from third-party libr...
Dmitry Vyukov
2017-01-07
3
-0
/
+7
*
Revert "Enable weak hooks on darwin"
Francis Ricci
2017-01-07
1
-5
/
+0
*
Enable weak hooks on darwin
Francis Ricci
2017-01-07
1
-0
/
+5
*
[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...
Kuba Mracek
2017-01-06
2
-0
/
+4
*
[tsan] Fix string to bool conversion warnings in tsan tests
Vitaly Buka
2016-12-27
1
-3
/
+3
*
[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...
Kuba Mracek
2016-12-19
3
-0
/
+89
*
[tsan] Add interceptor for libcxx __shared_count::__release_shared()
Kuba Mracek
2016-12-15
1
-3
/
+19
*
tsan: allow Java VM iterate over allocated objects
Dmitry Vyukov
2016-12-14
2
-0
/
+21
*
Release memory to OS only when the requested range covers the entire page
Evgeniy Stepanov
2016-11-30
4
-6
/
+6
*
Return memory to OS right after free (not in the async thread).
Evgeniy Stepanov
2016-11-29
1
-1
/
+3
*
[tsan] Add support for GCD dispatch_suspend and dispatch_resume
Kuba Mracek
2016-11-24
1
-0
/
+9
*
tsan: mark cur_thread_placeholder definition as initial-exec
Dmitry Vyukov
2016-11-22
1
-0
/
+1
*
[tsan] Call pthread interceptors directly in TSan RTL unit tests
Kuba Brecka
2016-11-15
3
-79
/
+114
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-0
/
+8
*
[tsan] Expose __tsan_ignore_thread_begin and __tsan_ignore_thread_end in TSan...
Anna Zaks
2016-11-11
2
-0
/
+11
*
tsan: more precise handling of atomic stores
Dmitry Vyukov
2016-11-08
1
-1
/
+1
*
[tsan] Implement WriteMemoryProfile for Darwin
Kuba Brecka
2016-10-31
2
-7
/
+71
*
[tsan] Add support for GCD target queues
Kuba Brecka
2016-10-31
1
-18
/
+48
*
tsan: add a hook to obtain number of reports
Dmitry Vyukov
2016-10-28
1
-0
/
+5
*
tsan: round Go shadow to page boundary
Dmitry Vyukov
2016-10-28
1
-1
/
+4
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
23
-124
/
+115
*
tsan: fix windows meta mapping
Dmitry Vyukov
2016-10-28
1
-0
/
+5
*
tsan: fix code formatting
Dmitry Vyukov
2016-10-28
1
-1
/
+1
*
[sanitizers] Set Darwin specific linker and compiler flags for all tests
Anna Zaks
2016-10-26
1
-1
/
+5
*
Don't use internal symbolizer if we are in process of reporting Out-of-Memory.
Vitaly Buka
2016-09-29
1
-2
/
+2
*
tsan: relaxed check in CheckShadowMapping
Dmitry Vyukov
2016-09-26
1
-2
/
+1
*
tsan: make shadow mapping linear within a single user region
Dmitry Vyukov
2016-09-26
2
-19
/
+31
*
tsan: remove kMidShadowOff mapping parameter
Dmitry Vyukov
2016-09-26
1
-6
/
+2
*
tsan: simplify meta mapping
Dmitry Vyukov
2016-09-26
1
-3
/
+2
*
tsan: fix bug introduced in 282152
Dmitry Vyukov
2016-09-22
1
-4
/
+4
*
tsan: support pie binaries on newer kernels
Dmitry Vyukov
2016-09-22
1
-22
/
+35
*
tsan: revert r281970
Dmitry Vyukov
2016-09-20
1
-1
/
+1
*
tsan: check more addresses in CheckShadowMapping
Dmitry Vyukov
2016-09-20
1
-1
/
+1
*
tsan: make CHECK more robust
Dmitry Vyukov
2016-09-20
1
-0
/
+4
*
[compiler-rt] Do not introduce __sanitizer namespace globally
Anna Zaks
2016-09-15
1
-0
/
+1
*
[sanitizer] Fix darwin Go tsan build by unifying r281567 and r281553.
Ahmed Bougacha
2016-09-15
1
-2
/
+0
*
[tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profile
Kostya Serebryany
2016-09-14
1
-0
/
+2
*
[tsan] Support C++11 call_once in TSan on Darwin
Kuba Brecka
2016-09-08
1
-0
/
+27
*
[tsan] Bump stack frame size limit.
Evgeniy Stepanov
2016-09-01
1
-1
/
+1
[next]