summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan
Commit message (Expand)AuthorAgeFilesLines
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-143-3/+3
* [sanitizer] Fix build.Evgeniy Stepanov2014-02-111-13/+13
* Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky2014-02-081-2/+2
* [lsan] simplify use_tls_dynamic.cc testKostya Serebryany2014-02-043-17/+18
* Enable compilation of RT on ARMRenato Golin2014-01-311-1/+1
* [lsan] Expand a comment to document our dynamic TLS hack.Sergey Matveev2014-01-231-0/+15
* [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany2014-01-153-13/+2
* [lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany2014-01-103-1/+33
* [lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany2014-01-103-3/+14
* [Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov2013-12-251-3/+12
* [lsan] Minor code health stuff.Sergey Matveev2013-12-252-32/+33
* [lsan] Refactor the LeakReport class.Sergey Matveev2013-12-242-49/+67
* [lsan] Make the report_objects flag more useful.Sergey Matveev2013-12-2418-47/+58
* [sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov2013-12-201-1/+1
* [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov2013-12-181-1/+1
* [lsan] Remove the LSan-specific verbosity flag.Sergey Matveev2013-12-174-24/+11
* [lsan] Introduce print_suppressions flag.Sergey Matveev2013-12-174-8/+48
* [Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov2013-12-173-9/+8
* [lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev2013-12-173-3/+128
* [LSan] Add a real test for suppressions file instead of duplicated test case.Alexey Samsonov2013-12-172-10/+1
* [lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev2013-12-095-0/+49
* tsan: fix flags parsingDmitry Vyukov2013-11-271-2/+2
* [lsan] Unbreak lsan_testlib.cc.Sergey Matveev2013-11-253-3/+9
* [lsan] Add a missing file.Sergey Matveev2013-11-251-0/+22
* [lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev2013-11-254-22/+52
* [lsan] Use real memset to clear memory in standalone LSan.Sergey Matveev2013-11-241-2/+7
* [Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov2013-11-121-4/+1
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-4/+6
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-0123-30/+28
* Consistently use StackTrace::PrintStack in ASan, LSan and MSanAlexey Samsonov2013-11-011-1/+0
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-291-1/+1
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-252-4/+5
* Continue to keep 'SUMMARY: ' prefix in lsan. Whoops!Nick Lewycky2013-10-231-1/+2
* [lsan] When detect_leaks=false, be completely silent.Sergey Matveev2013-10-211-3/+9
* [lsan] Fix bug when discovering indirectly leaked objects.Sergey Matveev2013-10-152-0/+20
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-151-1/+1
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-144-0/+35
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-141-0/+45
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-3/+3
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-111-3/+0
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-041-2/+1
* [LSan] Rework r191522 - treat allocations with short stack traces as liveAlexey Samsonov2013-09-302-8/+8
* [LSan] Don't report leaks with single-frame stack tracesAlexey Samsonov2013-09-272-2/+48
* [asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov2013-09-121-2/+3
* [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
OpenPOWER on IntegriCloud