Alexey Samsonov
|
3b54a83d26
|
[LSan] Rework r191522 - treat allocations with short stack traces as live
llvm-svn: 191662
|
2013-09-30 10:57:56 +00:00 |
Evgeniy Stepanov
|
58dbe06230
|
[asan] Fix deadlock in stack unwinder on android/x86.
Fixes PR17116.
Patch by 林作健 (manjian2006 at gmail.com).
llvm-svn: 190590
|
2013-09-12 08:16:28 +00:00 |
Sergey Matveev
|
9e3e80208f
|
[sanitizer] Add a fast version of StackDepotGet() for use in LSan.
Add a class that holds a snapshot of the StackDepot optimized for querying by
ID. This allows us to speed up LSan dramatically.
llvm-svn: 189217
|
2013-08-26 13:24:43 +00:00 |
Sergey Matveev
|
4e0215a71c
|
Revert to C-style callbacks for iteration over allocator chunks.
Also clean up LSan code, fix some comments and replace void* with uptr
to bring down the number of reinterpret_casts.
llvm-svn: 184700
|
2013-06-24 08:34:50 +00:00 |
Alexey Samsonov
|
bd0428b81a
|
[LSan] Use a typedef for frontier vector
llvm-svn: 183973
|
2013-06-14 10:07:56 +00:00 |
Alexey Samsonov
|
b0d92b3312
|
[Sanitizer] Rename InternalVector to InternalMmapVector
llvm-svn: 183972
|
2013-06-14 09:59:40 +00:00 |
Sergey Matveev
|
db356560fc
|
[sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()
llvm-svn: 183414
|
2013-06-06 14:19:36 +00:00 |
Sergey Matveev
|
39e8a6d87e
|
[lsan] Begin converting LSan tests to output tests.
In this CL all old tests are removed and one LIT test is added.
llvm-svn: 182730
|
2013-05-27 11:41:46 +00:00 |
Sergey Matveev
|
37dff38495
|
[lsan] Minor adjustments to LSan messages.
llvm-svn: 182648
|
2013-05-24 15:36:30 +00:00 |
Sergey Matveev
|
620744556a
|
[lsan] Change CMakeLists to build the common LSan module for ASan.
Also, define CAN_SANITIZE_LEAKS.
llvm-svn: 182383
|
2013-05-21 14:12:11 +00:00 |
Sergey Matveev
|
6dd91e475a
|
[lsan] Fix r182256.
Add missing call to GetUserBegin().
llvm-svn: 182267
|
2013-05-20 14:04:56 +00:00 |
Sergey Matveev
|
b5483be858
|
[lsan] Common leak checking module.
Leak checking functionality which will be shared between
LSan/ASan/MSan.
llvm-svn: 182249
|
2013-05-20 11:06:50 +00:00 |