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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lsan] Report unsuspended threads
Vitaly Buka
2018-05-09
1
-0
/
+2
*
[sanitizer] Remove reserving constructor from InternalMmapVector
Vitaly Buka
2018-05-07
1
-3
/
+2
*
Fix some typos in a comment.
Francis Ricci
2017-11-15
1
-3
/
+3
*
[lsan] Add __lsan_default_options
Vitaly Buka
2017-09-22
1
-0
/
+4
*
[asan/lsan] Make LSan compliant with recovery mode when running on top of ASan
Maxim Ostapenko
2017-09-22
1
-0
/
+1
*
Don't call exit() from atexit handlers on Darwin
Francis Ricci
2017-07-18
1
-0
/
+6
*
Refactor MemoryMappingLayout::Next to use a single struct instead of output p...
Francis Ricci
2017-07-11
1
-1
/
+1
*
[lsan] Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-21
1
-1
/
+2
*
Disable LSan on ppc64, some tests are failing.
Alex Shlyapnikov
2017-04-21
1
-2
/
+1
*
Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-20
1
-1
/
+2
*
Make sure to scan mmap'd memory regions for root pointers on OS X
Francis Ricci
2017-04-19
1
-0
/
+9
*
Move valid caller-pc checks out of platform-specific checks
Francis Ricci
2017-04-19
1
-0
/
+4
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
1
-2
/
+2
*
Revert "Enable LSan on PowerPC64."
Alex Shlyapnikov
2017-04-13
1
-2
/
+1
*
Implement global pointer scanning for darwin leak sanitizer
Francis Ricci
2017-04-13
1
-0
/
+1
*
Enable LSan on PowerPC64.
Alex Shlyapnikov
2017-04-13
1
-1
/
+2
*
Reapply "Enable LSan for arm Linux"
Maxim Ostapenko
2017-04-11
1
-4
/
+30
*
Revert r299923, it doesn't build in bootstrap builds.
Nico Weber
2017-04-11
1
-30
/
+4
*
[lsan] Enable LSan for arm Linux
Maxim Ostapenko
2017-04-11
1
-4
/
+30
*
Enable builds of darwin lsan by default
Francis Ricci
2017-04-06
1
-5
/
+4
*
Enable i386 builds for darwin lsan
Francis Ricci
2017-03-28
1
-3
/
+5
*
Use pthreads to store current thread id on darwin
Francis Ricci
2017-02-17
1
-0
/
+2
*
Add cmake build support for lsan on OS X
Francis Ricci
2017-02-14
1
-2
/
+3
*
Use pthreads to manage thread-local storage on darwin for leak sanitizer
Francis Ricci
2017-02-13
1
-0
/
+1
*
[lsan] Renable LSan for x86 Linux
Maxim Ostapenko
2017-01-31
1
-0
/
+10
*
Revert "[lsan] Enable LSan for x86 Linux."
Evgeniy Stepanov
2017-01-23
1
-10
/
+0
*
[lsan] Enable LSan for x86 Linux.
Maxim Ostapenko
2017-01-23
1
-0
/
+10
*
[LSan] Ignore all allocations made inside pthread_create.
Alexey Samsonov
2016-01-16
1
-0
/
+10
*
[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.
Alexey Samsonov
2016-01-14
1
-2
/
+3
*
[lsan] [aarch64] Add support for AArch64
Adhemerval Zanella
2015-10-21
1
-2
/
+2
*
Revert "[lsan] [aarch64] Add support for AArch64"
Evgeniy Stepanov
2015-10-08
1
-3
/
+2
*
[lsan] [aarch64] Add support for AArch64
Adhemerval Zanella
2015-10-05
1
-2
/
+3
*
LSan: fix a deadlock caused by dl_iterate_phdr().
Sergey Matveev
2015-02-26
1
-0
/
+3
*
[LSan] [MIPS] adding support of LSan for mips64/mips64el arch
Mohit K. Bhakkad
2015-02-19
1
-1
/
+2
*
[LSan] Make parent tool responsible for initializing LSan flags.
Alexey Samsonov
2015-02-17
1
-1
/
+6
*
[sanitizer] Flag parser rewrite.
Evgeniy Stepanov
2015-01-15
1
-1
/
+0
*
[Sanitizer] Change the runtime flag representation.
Alexey Samsonov
2015-01-07
1
-31
/
+6
*
[LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined with
Alexey Samsonov
2014-08-18
1
-1
/
+1
*
[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.
Alexey Samsonov
2014-07-30
1
-4
/
+0
*
[lsan] disable lsan if wordsize is not 64
Kostya Serebryany
2014-05-21
1
-1
/
+1
*
[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...
Kostya Serebryany
2014-01-15
1
-2
/
+0
*
[lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...
Kostya Serebryany
2014-01-10
1
-0
/
+9
*
[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...
Kostya Serebryany
2014-01-10
1
-0
/
+2
*
[lsan] Refactor the LeakReport class.
Sergey Matveev
2013-12-24
1
-5
/
+11
*
[lsan] Make the report_objects flag more useful.
Sergey Matveev
2013-12-24
1
-2
/
+11
*
[lsan] Remove the LSan-specific verbosity flag.
Sergey Matveev
2013-12-17
1
-3
/
+0
*
[lsan] Introduce print_suppressions flag.
Sergey Matveev
2013-12-17
1
-0
/
+2
*
[lsan] Introduce __lsan_(un)register_root_region().
Sergey Matveev
2013-12-17
1
-0
/
+2
*
[lsan] Make LSan ignore memory poisoned by ASan.
Sergey Matveev
2013-12-09
1
-0
/
+4
*
[lsan] Support ASan's stack-use-after-return mode in LSan.
Sergey Matveev
2013-10-14
1
-0
/
+2
[next]