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
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
2
-3
/
+4
*
[lsan] Colorize LSan reports.
Sergey Matveev
2013-09-03
1
-0
/
+15
*
ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...
Alexey Samsonov
2013-09-03
3
-9
/
+3
*
Revert r189347: it breaks on machines w/o installed debug versions of system ...
Alexey Samsonov
2013-08-27
1
-1
/
+0
*
LSan: Check that dynamic linker library is properly symbolized
Alexey Samsonov
2013-08-27
1
-0
/
+1
*
[sanitizer] Add a fast version of StackDepotGet() for use in LSan.
Sergey Matveev
2013-08-26
1
-5
/
+15
*
Slightly improve lint checker script and fix a few style issues
Alexey Samsonov
2013-08-23
1
-2
/
+4
*
[lsan] Add a regression test for building C code.
Sergey Matveev
2013-08-22
4
-0
/
+29
*
[lsan] Add a stress test.
Sergey Matveev
2013-08-22
1
-0
/
+46
*
[lsan] Build standalone LSan with -fno-rtti.
Sergey Matveev
2013-08-22
2
-2
/
+3
*
[LSan] Add support for building standalone LSan runtime to Make build (compil...
Alexey Samsonov
2013-08-20
1
-4
/
+9
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
2
-5
/
+6
*
[tests] Update to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
6
-18
/
+21
*
Enable pipefail for LSan tests
Alexey Samsonov
2013-08-07
19
-20
/
+19
*
[lsan] Add leak_check_at_exit flag.
Sergey Matveev
2013-08-01
2
-1
/
+22
*
Disable pipefail for lsan.
Rafael Espindola
2013-07-26
1
-0
/
+1
*
[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Sergey Matveev
2013-07-22
2
-2
/
+4
*
[lsan] Print direct leaks first.
Sergey Matveev
2013-07-22
1
-3
/
+6
*
Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605
Hans Wennborg
2013-07-18
1
-1
/
+1
*
[lsan] Add __lsan_do_leak_check() to the public interface.
Sergey Matveev
2013-07-18
2
-2
/
+45
*
[lsan] Increase the hardcoded limit on number of leaks.
Sergey Matveev
2013-07-12
1
-1
/
+1
*
[lsan] Fix test.
Sergey Matveev
2013-07-08
1
-2
/
+1
*
[lsan] Handle fork() correctly.
Sergey Matveev
2013-07-08
7
-1
/
+83
*
[LSan] Use overridable hook to report error summary
Alexey Samsonov
2013-07-08
1
-3
/
+6
*
Define the path to llvm-symbolizer tool in a common config to reduce copy-paste
Alexey Samsonov
2013-06-30
1
-4
/
+0
*
[lsan] Fix build again.
Sergey Matveev
2013-06-28
1
-1
/
+1
*
[lsan] Fix build.
Sergey Matveev
2013-06-28
1
-1
/
+1
*
[lsan] When verbosity > 1, always print suppressions and summary (even if no ...
Sergey Matveev
2013-06-28
1
-10
/
+12
*
[lsan] Add suppression support.
Sergey Matveev
2013-06-28
8
-10
/
+175
*
[lsan] Fix flaky test.
Sergey Matveev
2013-06-27
1
-2
/
+3
*
[LSan] Add the way to disable LSan at link time
Alexey Samsonov
2013-06-27
3
-0
/
+37
*
[lsan] Define interceptors more correctly. Also, always clear allocated memory.
Sergey Matveev
2013-06-25
1
-24
/
+52
*
Revert to C-style callbacks for iteration over allocator chunks.
Sergey Matveev
2013-06-24
5
-136
/
+82
*
Add cmake rules for building LSan common on Mac OS
Alexey Samsonov
2013-06-22
1
-1
/
+6
*
[lsan] Try REALLY hard to fix Win build.
Sergey Matveev
2013-06-21
1
-9
/
+3
*
[lsan] This time really fix Win build.
Sergey Matveev
2013-06-21
1
-1
/
+1
*
[lsan] Fix win build.
Sergey Matveev
2013-06-21
1
-3
/
+8
*
[lsan] Increase allocator space; minor fixes.
Sergey Matveev
2013-06-21
2
-19
/
+15
*
[asan] Move lsan_disabled out of thread context.
Sergey Matveev
2013-06-21
4
-36
/
+76
*
[asan] Define LSan annotations as no-ops if leak detection is not supported.
Sergey Matveev
2013-06-20
1
-1
/
+3
*
[lsan] Move symbolization and reporting out of StopTheWorld callback.
Sergey Matveev
2013-06-19
13
-40
/
+38
*
[lsan] Set current_thread_tid correctly for main thread.
Sergey Matveev
2013-06-18
1
-0
/
+1
*
Properly install LSan interface header, rely on sanitizer header presence in ...
Alexey Samsonov
2013-06-14
3
-3
/
+3
*
[LSan] Use a typedef for frontier vector
Alexey Samsonov
2013-06-14
3
-15
/
+17
*
[Sanitizer] Rename InternalVector to InternalMmapVector
Alexey Samsonov
2013-06-14
3
-17
/
+20
*
[LSan] fix link flags for building unit tests
Alexey Samsonov
2013-06-13
1
-1
/
+1
*
[lsan] Harmonized some naming inconsistencies.
Sergey Matveev
2013-06-11
17
-48
/
+48
*
[lsan] Fix the unittest makefiles.
Sergey Matveev
2013-06-11
3
-16
/
+28
*
tsan: fix lint warnings
Dmitry Vyukov
2013-06-10
1
-1
/
+1
*
Drop support for 32-bit PowerPC in sanitizer tools.
Alexey Samsonov
2013-06-07
1
-1
/
+1
[next]