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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[tsan] Add support for running TSan tests on iOS simulator and devices
Kuba Mracek
2017-07-10
1
-0
/
+1
*
[LSan] Make LSan allocator allocator_may_return_null compliant
Alex Shlyapnikov
2017-06-30
2
-16
/
+46
*
Merge
Alex Shlyapnikov
2017-06-29
2
-2
/
+2
*
[Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...
Alex Shlyapnikov
2017-06-29
1
-1
/
+1
*
Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"
Michael Zolotukhin
2017-06-29
2
-4
/
+3
*
[LSan] Make LSan allocator allocator_may_return_null compliant
Alex Shlyapnikov
2017-06-29
2
-3
/
+4
*
[Sanitizers] Operator new() interceptors always die on allocation error
Alex Shlyapnikov
2017-06-28
1
-8
/
+15
*
[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocator
Alex Shlyapnikov
2017-06-20
1
-1
/
+1
*
Add lsan interceptors for libdispatch functions on darwin
Francis Ricci
2017-06-19
6
-5
/
+199
*
Revert "Add lsan interceptors for libdispatch functions on darwin"
Francis Ricci
2017-06-19
6
-199
/
+5
*
Add lsan interceptors for libdispatch functions on darwin
Francis Ricci
2017-06-19
6
-5
/
+199
*
[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameter
Alex Shlyapnikov
2017-06-16
1
-1
/
+1
*
Revert r304285, r304297.
Evgeniy Stepanov
2017-06-05
1
-24
/
+0
*
Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"
Renato Golin
2017-06-05
2
-20
/
+6
*
[LSan] Detect dynamic loader by its base address.
Alex Shlyapnikov
2017-06-03
2
-6
/
+20
*
[sanitizer] Trying to fix MAC buildbots after r304285
Maxim Ostapenko
2017-05-31
1
-4
/
+8
*
[sanitizer] Avoid possible deadlock in child process after fork
Maxim Ostapenko
2017-05-31
1
-0
/
+20
*
Fix typo in tls patch
Francis Ricci
2017-05-25
1
-1
/
+1
*
Implement tls scanning for darwin LSan
Francis Ricci
2017-05-25
3
-20
/
+17
*
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
3
-17
/
+20
*
Implement tls scanning for darwin LSan
Francis Ricci
2017-05-17
3
-20
/
+17
*
[lsan] Report the missing linker only when the linker is actually missing.
Alex Shlyapnikov
2017-05-15
1
-2
/
+4
*
[sanitizer] Change SizeClassAllocator32 to accept just one template
Kostya Kortchinsky
2017-05-15
1
-4
/
+12
*
Avoid unnecessary calls to vm_region_recurse
Francis Ricci
2017-05-09
1
-0
/
+5
*
[sanitizer] Intercept mcheck and mprobe on Linux
Maxim Ostapenko
2017-05-03
1
-0
/
+14
*
[lsan] When necessary, define LSan suppression for tls_get_addr.
Alex Shlyapnikov
2017-04-26
1
-1
/
+1
*
[lsan] When necessary, define LSan suppression for pthread_exit.
Alex Shlyapnikov
2017-04-25
1
-3
/
+3
*
[lsan] Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-21
2
-2
/
+3
*
Suppress DTLS leak happening in some glibc versions.
Alex Shlyapnikov
2017-04-21
1
-3
/
+4
*
Disable LSan on ppc64, some tests are failing.
Alex Shlyapnikov
2017-04-21
2
-3
/
+2
*
Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-20
2
-2
/
+3
*
Define standard suppressions for LSan, start with this one.
Alex Shlyapnikov
2017-04-20
1
-6
/
+9
*
Define a suppression for known leaks on pthread_exit call.
Alex Shlyapnikov
2017-04-20
1
-0
/
+6
*
Fixup style from r300760
Francis Ricci
2017-04-19
1
-3
/
+3
*
Make sure to scan mmap'd memory regions for root pointers on OS X
Francis Ricci
2017-04-19
3
-29
/
+58
*
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
4
-64
/
+77
*
Update suspended threads info to be compatible with darwin
Francis Ricci
2017-04-17
1
-2
/
+2
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
4
-7
/
+7
*
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
2
-2
/
+7
*
Revert "Enable LSan on PowerPC64."
Alex Shlyapnikov
2017-04-13
2
-3
/
+2
*
Implement global pointer scanning for darwin leak sanitizer
Francis Ricci
2017-04-13
4
-15
/
+34
*
Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systems
Francis Ricci
2017-04-13
1
-1
/
+3
*
Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-13
2
-2
/
+3
*
Implement standalone lsan interceptors for OS X
Francis Ricci
2017-04-11
8
-32
/
+131
*
Don't delete lsan thread-local data until it's no longer required
Francis Ricci
2017-04-11
2
-2
/
+17
*
Reapply "Enable LSan for arm Linux"
Maxim Ostapenko
2017-04-11
3
-6
/
+33
[prev]
[next]