summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-102-3/+4
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-031-0/+15
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-033-9/+3
* Revert r189347: it breaks on machines w/o installed debug versions of system ...Alexey Samsonov2013-08-271-1/+0
* LSan: Check that dynamic linker library is properly symbolizedAlexey Samsonov2013-08-271-0/+1
* [sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev2013-08-261-5/+15
* Slightly improve lint checker script and fix a few style issuesAlexey Samsonov2013-08-231-2/+4
* [lsan] Add a regression test for building C code.Sergey Matveev2013-08-224-0/+29
* [lsan] Add a stress test.Sergey Matveev2013-08-221-0/+46
* [lsan] Build standalone LSan with -fno-rtti.Sergey Matveev2013-08-222-2/+3
* [LSan] Add support for building standalone LSan runtime to Make build (compil...Alexey Samsonov2013-08-201-4/+9
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-132-5/+6
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-096-18/+21
* Enable pipefail for LSan testsAlexey Samsonov2013-08-0719-20/+19
* [lsan] Add leak_check_at_exit flag.Sergey Matveev2013-08-012-1/+22
* Disable pipefail for lsan.Rafael Espindola2013-07-261-0/+1
* [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.Sergey Matveev2013-07-222-2/+4
* [lsan] Print direct leaks first.Sergey Matveev2013-07-221-3/+6
* Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605Hans Wennborg2013-07-181-1/+1
* [lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev2013-07-182-2/+45
* [lsan] Increase the hardcoded limit on number of leaks.Sergey Matveev2013-07-121-1/+1
* [lsan] Fix test.Sergey Matveev2013-07-081-2/+1
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-087-1/+83
* [LSan] Use overridable hook to report error summaryAlexey Samsonov2013-07-081-3/+6
* Define the path to llvm-symbolizer tool in a common config to reduce copy-pasteAlexey Samsonov2013-06-301-4/+0
* [lsan] Fix build again.Sergey Matveev2013-06-281-1/+1
* [lsan] Fix build.Sergey Matveev2013-06-281-1/+1
* [lsan] When verbosity > 1, always print suppressions and summary (even if no ...Sergey Matveev2013-06-281-10/+12
* [lsan] Add suppression support.Sergey Matveev2013-06-288-10/+175
* [lsan] Fix flaky test.Sergey Matveev2013-06-271-2/+3
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-273-0/+37
* [lsan] Define interceptors more correctly. Also, always clear allocated memory.Sergey Matveev2013-06-251-24/+52
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-245-136/+82
* Add cmake rules for building LSan common on Mac OSAlexey Samsonov2013-06-221-1/+6
* [lsan] Try REALLY hard to fix Win build.Sergey Matveev2013-06-211-9/+3
* [lsan] This time really fix Win build.Sergey Matveev2013-06-211-1/+1
* [lsan] Fix win build.Sergey Matveev2013-06-211-3/+8
* [lsan] Increase allocator space; minor fixes.Sergey Matveev2013-06-212-19/+15
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-214-36/+76
* [asan] Define LSan annotations as no-ops if leak detection is not supported.Sergey Matveev2013-06-201-1/+3
* [lsan] Move symbolization and reporting out of StopTheWorld callback.Sergey Matveev2013-06-1913-40/+38
* [lsan] Set current_thread_tid correctly for main thread.Sergey Matveev2013-06-181-0/+1
* Properly install LSan interface header, rely on sanitizer header presence in ...Alexey Samsonov2013-06-143-3/+3
* [LSan] Use a typedef for frontier vectorAlexey Samsonov2013-06-143-15/+17
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-143-17/+20
* [LSan] fix link flags for building unit testsAlexey Samsonov2013-06-131-1/+1
* [lsan] Harmonized some naming inconsistencies.Sergey Matveev2013-06-1117-48/+48
* [lsan] Fix the unittest makefiles.Sergey Matveev2013-06-113-16/+28
* tsan: fix lint warningsDmitry Vyukov2013-06-101-1/+1
* Drop support for 32-bit PowerPC in sanitizer tools.Alexey Samsonov2013-06-071-1/+1
OpenPOWER on IntegriCloud