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
/
lsan
/
lsan_common_mac.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE
Francis Ricci
2018-01-13
1
-1
/
+8
*
Only scan global sections containing data in LSan on darwin
Francis Ricci
2017-07-25
1
-0
/
+21
*
Revert "Only scan global sections containing data in LSan on darwin"
Francis Ricci
2017-07-18
1
-11
/
+4
*
Don't call exit() from atexit handlers on Darwin
Francis Ricci
2017-07-18
1
-0
/
+5
*
Only scan global sections containing data in LSan on darwin
Francis Ricci
2017-07-17
1
-4
/
+11
*
Refactor MemoryMappingLayout::Next to use a single struct instead of output p...
Francis Ricci
2017-07-11
1
-1
/
+1
*
Add lsan interceptors for libdispatch functions on darwin
Francis Ricci
2017-06-19
1
-2
/
+1
*
Revert "Add lsan interceptors for libdispatch functions on darwin"
Francis Ricci
2017-06-19
1
-1
/
+2
*
Add lsan interceptors for libdispatch functions on darwin
Francis Ricci
2017-06-19
1
-2
/
+1
*
Implement tls scanning for darwin LSan
Francis Ricci
2017-05-25
1
-6
/
+1
*
Use write instead of read permissions to check for global sections on mac
Francis Ricci
2017-05-19
1
-1
/
+2
*
Revert "Implement tls scanning for darwin LSan"
Francis Ricci
2017-05-17
1
-1
/
+6
*
Implement tls scanning for darwin LSan
Francis Ricci
2017-05-17
1
-6
/
+1
*
Avoid unnecessary calls to vm_region_recurse
Francis Ricci
2017-05-09
1
-0
/
+5
*
Make sure to scan mmap'd memory regions for root pointers on OS X
Francis Ricci
2017-04-19
1
-6
/
+25
*
Implement StopTheWorld for Darwin
Francis Ricci
2017-04-19
1
-1
/
+1
*
Move valid caller-pc checks out of platform-specific checks
Francis Ricci
2017-04-19
1
-0
/
+2
*
Don't read non-readable address ranges during lsan pointer scanning
Francis Ricci
2017-04-17
1
-1
/
+1
*
Scan Kernel Alloc Once page for global pointers
Francis Ricci
2017-04-17
1
-1
/
+27
*
Disable use of tls scanning on darwin leak sanitizer
Francis Ricci
2017-04-13
1
-1
/
+6
*
Implement global pointer scanning for darwin leak sanitizer
Francis Ricci
2017-04-13
1
-1
/
+15
*
Don't delete lsan thread-local data until it's no longer required
Francis Ricci
2017-04-11
1
-2
/
+16
*
Remove failing check from platform specific darwin lsan initializer
Francis Ricci
2017-03-29
1
-3
/
+3
*
Postpone lsan tls allocation until required
Francis Ricci
2017-03-28
1
-8
/
+11
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-27
1
-1
/
+7
*
Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"
Chandler Carruth
2017-03-21
1
-7
/
+1
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-20
1
-1
/
+7
*
Revert "Use pthreads for thread-local lsan allocator cache on darwin"
Francis Ricci
2017-03-20
1
-7
/
+1
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-19
1
-1
/
+7
*
Revert "Use pthreads for thread-local lsan allocator cache on darwin"
Francis Ricci
2017-03-02
1
-7
/
+1
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-03-01
1
-1
/
+7
*
Revert "Use pthreads for thread-local lsan allocator cache on darwin"
Francis Ricci
2017-02-17
1
-7
/
+1
*
Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci
2017-02-17
1
-1
/
+7
*
Use pthreads to store current thread id on darwin
Francis Ricci
2017-02-17
1
-15
/
+18
*
Use pthreads to manage thread-local storage on darwin for leak sanitizer
Francis Ricci
2017-02-13
1
-0
/
+41
*
Add lsan function stubs for darwin
Francis Ricci
2017-02-13
1
-0
/
+40