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
/
rtl
/
tsan_rtl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocator
Vitaly Buka
2019-05-01
1
-2
/
+1
*
[sanitizer][NFC] Get type of AllocatorCache from CombinedAllocator
Vitaly Buka
2019-05-01
1
-3
/
+2
*
[sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...
Vitaly Buka
2019-04-27
1
-8
/
+3
*
[NFC] Remove ::kForTest from AP64, it does not use it.
Vitaly Buka
2019-04-26
1
-1
/
+1
*
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
Vitaly Buka
2019-04-26
1
-2
/
+2
*
Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"
Vitaly Buka
2019-04-26
1
-2
/
+2
*
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
Vitaly Buka
2019-04-26
1
-2
/
+2
*
[TSan] Support fiber API on macOS
Julian Lettner
2019-04-20
1
-0
/
+1
*
Dmitry Vyukov
2019-02-13
1
-1
/
+23
*
Revert "tsan: add fiber support"
Diana Picus
2019-02-13
1
-23
/
+1
*
tsan: add fiber support
Dmitry Vyukov
2019-02-12
1
-1
/
+23
*
sanitizers: Introduce ThreadType enum
Dmitry Vyukov
2019-02-07
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.
Dan Liew
2018-12-21
1
-0
/
+1
*
Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...
Dan Liew
2018-12-14
1
-3
/
+4
*
tsan: add pthread_tryjoin_np and pthread_timedjoin_np interceptors
Dmitry Vyukov
2018-11-21
1
-0
/
+1
*
[TSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-18
1
-0
/
+4
*
tsan: disable trace switching after multithreaded fork
Dmitry Vyukov
2018-04-30
1
-0
/
+2
*
Move __tsan::Vector to __sanitizer
Kamil Rytarowski
2017-12-04
1
-1
/
+2
*
Defer StartBackgroundThread() and StopBackgroundThread() in TSan
Kamil Rytarowski
2017-11-29
1
-0
/
+1
*
[sanitizer] Remove references and hide CommonSanitizerReportMutex
Vitaly Buka
2017-11-10
1
-6
/
+16
*
tsan: don't pass bogus PCs to __tsan_symbolize_external
Dmitry Vyukov
2017-08-25
1
-2
/
+2
*
[sanitizer] Change SizeClassAllocator32 to accept just one template
Kostya Kortchinsky
2017-05-15
1
-6
/
+12
*
[tsan] Detect races on modifying accesses in Swift code
Kuba Mracek
2017-05-03
1
-8
/
+2
*
tsan: support linker init flag in __tsan_mutex_destroy
Dmitry Vyukov
2017-05-01
1
-1
/
+1
*
[tsan] Track external tags in thread traces
Kuba Mracek
2017-04-30
1
-5
/
+29
*
[tsan] Don't report bugs from interceptors called from libignored modules
Kuba Mracek
2017-04-21
1
-0
/
+1
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
1
-1
/
+1
*
tsan: add new mutex annotations
Dmitry Vyukov
2017-03-26
1
-8
/
+15
*
[tsan] Provide API for libraries for race detection on custom objects
Kuba Mracek
2017-02-02
1
-1
/
+4
*
[tsan] Properly describe GCD worker threads in reports
Kuba Mracek
2017-02-02
1
-1
/
+1
*
[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...
Kuba Mracek
2016-12-19
1
-0
/
+1
*
tsan: always define SANITIZER_GO
Dmitry Vyukov
2016-10-28
1
-12
/
+12
*
[sanitizer] enable random shuffling the memory chunks inside the allocator, u...
Kostya Serebryany
2016-08-26
1
-0
/
+1
*
[sanitizer] change SizeClassAllocator64 to accept just one template parameter...
Kostya Serebryany
2016-08-25
1
-3
/
+8
*
tsan: fix another crash due to processors
Dmitry Vyukov
2016-05-10
1
-0
/
+10
*
tsan: change tsan/Go interface for obtaining the current Processor
Dmitry Vyukov
2016-04-27
1
-1
/
+6
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-04-27
1
-7
/
+28
*
[tsan] Detect uses of uninitialized, destroyed and invalid mutexes
Kuba Brecka
2016-03-16
1
-0
/
+1
*
[tsan] Add TSan debugger APIs
Kuba Brecka
2016-03-10
1
-0
/
+2
*
tsan: revert r262037
Dmitry Vyukov
2016-02-26
1
-28
/
+7
*
tsan: split thread into logical and physical state
Dmitry Vyukov
2016-02-26
1
-7
/
+28
*
[tsan] Store the pointer to ThreadState in TLS slot on Android.
Yabin Cui
2016-01-15
1
-2
/
+2
*
Revert r255996 ("[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write ...
Kuba Brecka
2015-12-18
1
-3
/
+0
*
[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write function aren't c...
Kuba Brecka
2015-12-18
1
-0
/
+3
*
[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)
Bill Schmidt
2015-12-08
1
-1
/
+1
*
[compiler-rt] [tsan] Unify aarch64 mapping
Adhemerval Zanella
2015-11-26
1
-2
/
+3
*
[tsan] Alternative ThreadState storage for OS X
Kuba Brecka
2015-11-05
1
-1
/
+7
*
Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").
Kuba Brecka
2015-11-03
1
-1
/
+1
*
Revert r251918 ("[tsan] Fix build errors for TSan on OS X").
Kuba Brecka
2015-11-03
1
-1
/
+1
[next]