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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/lsan to .cpp
Nico Weber
2019-08-01
1
-904
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[lsan] Do not check for leaks in the forked process"
Vitaly Buka
2018-08-27
1
-9
/
+0
*
[lsan] Do not check for leaks in the forked process
Vitaly Buka
2018-06-05
1
-0
/
+9
*
[lsan] Report unsuspended threads
Vitaly Buka
2018-05-09
1
-2
/
+28
*
[sanitizer] Cleanup sorting functions
Vitaly Buka
2018-05-09
1
-1
/
+1
*
[sanitizer] Replace InternalScopedBuffer with InternalMmapVector
Vitaly Buka
2018-05-07
1
-1
/
+1
*
[sanitizer] Remove reserving constructor from InternalMmapVector
Vitaly Buka
2018-05-07
1
-3
/
+3
*
[sanitizer] Make InternalScopedBuffer::size() behavior similar to vector.
Vitaly Buka
2018-05-07
1
-1
/
+2
*
[lsan] Remove semicolon after do {} while (0)
Tom de Vries
2017-11-13
1
-2
/
+2
*
[LSan] Detect dynamic loader by its base address.
Alex Shlyapnikov
2017-11-06
1
-2
/
+3
*
Revert "[LSan] Detect dynamic loader by its base address."
Alex Shlyapnikov
2017-10-05
1
-3
/
+2
*
[LSan] Detect dynamic loader by its base address.
Alex Shlyapnikov
2017-10-05
1
-2
/
+3
*
[lsan] Add __lsan_default_options
Vitaly Buka
2017-09-22
1
-0
/
+9
*
[asan/lsan] Make LSan compliant with recovery mode when running on top of ASan
Maxim Ostapenko
2017-09-22
1
-0
/
+3
*
[compiler-rt] Cleanup decorators
Vitaly Buka
2017-09-11
1
-3
/
+2
*
Don't call exit() from atexit handlers on Darwin
Francis Ricci
2017-07-18
1
-7
/
+5
*
Refactor MemoryMappingLayout::Next to use a single struct instead of output p...
Francis Ricci
2017-07-11
1
-7
/
+5
*
Add an #if SANITIZER_MAC and a comment to lsan_common's suppression for "_os_...
Kuba Mracek
2017-07-10
1
-3
/
+5
*
[lsan] Add _os_trace into LSan's suppression list
Kuba Mracek
2017-07-10
1
-1
/
+3
*
Reverting an accidentally landed change.
Kuba Mracek
2017-07-10
1
-1
/
+0
*
[tsan] Add support for running TSan tests on iOS simulator and devices
Kuba Mracek
2017-07-10
1
-0
/
+1
*
Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"
Renato Golin
2017-06-05
1
-3
/
+0
*
[LSan] Detect dynamic loader by its base address.
Alex Shlyapnikov
2017-06-03
1
-0
/
+3
*
Fix typo in tls patch
Francis Ricci
2017-05-25
1
-1
/
+1
*
Implement tls scanning for darwin LSan
Francis Ricci
2017-05-25
1
-13
/
+15
*
Revert "Implement tls scanning for darwin LSan"
Francis Ricci
2017-05-17
1
-15
/
+13
*
Implement tls scanning for darwin LSan
Francis Ricci
2017-05-17
1
-13
/
+15
*
[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
*
Suppress DTLS leak happening in some glibc versions.
Alex Shlyapnikov
2017-04-21
1
-3
/
+4
*
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
1
-23
/
+24
*
Move valid caller-pc checks out of platform-specific checks
Francis Ricci
2017-04-19
1
-1
/
+69
*
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
1
-1
/
+1
*
Implement global pointer scanning for darwin leak sanitizer
Francis Ricci
2017-04-13
1
-0
/
+17
*
[lsan] Avoid segfaults during threads destruction under high load
Maxim Ostapenko
2017-04-06
1
-6
/
+12
*
Use pthreads to manage thread-local storage on darwin for leak sanitizer
Francis Ricci
2017-02-13
1
-9
/
+4
*
Provide default implementations for sanitizer interface functions
Francis Ricci
2017-01-07
1
-0
/
+5
*
[asan/lsan] Avoid possible deadlock in dynamic ASan runtime thread initializa...
Maxim Ostapenko
2016-10-28
1
-0
/
+1
*
Make lsan complain loudly when running under ptrace
Kostya Serebryany
2016-10-13
1
-0
/
+2
*
[asan] Turn LSan-related #if’s into regular if’s in ASan initializer
Kuba Brecka
2016-06-07
1
-0
/
+7
*
[LSan] Print more helpful error message if LSan crashes during leak detection.
Alexey Samsonov
2016-02-12
1
-0
/
+3
*
[LSan] Fix a crash when LSan hits a guard page while scanning thread stack fo...
Alexey Samsonov
2016-02-11
1
-2
/
+11
*
[LSan] Ignore all allocations made inside pthread_create.
Alexey Samsonov
2016-01-16
1
-6
/
+10
*
[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.
Alexey Samsonov
2016-01-14
1
-1
/
+14
*
[compiler-rt] [asan] Use same shadow offset for aarch64
Adhemerval Zanella
2015-11-09
1
-1
/
+3
[next]