summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-10-16[asan] make sure coverage is dumped even if leaks are reportedKostya Serebryany
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-08-26[lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev
2014-08-26[lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev
2014-08-18[LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov
2014-08-11Fix build on some architectures caused by r215247.Alexey Samsonov
2014-08-05[Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().Alexey Samsonov
2014-07-30[Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.Alexey Samsonov
2014-07-30[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov
2014-07-30[Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...Alexey Samsonov
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov
2014-07-25[Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it a...Alexey Samsonov
2014-07-04[sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany
2014-06-24[asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders
2014-06-04[sanitizer] Make LSan/MSan/TSan honor the "color" flag.Sergey Matveev
2014-05-29light up sanitizers for ARM, take 2Greg Fitzgerald
2014-05-29Revert "light up sanitizers for ARM"Greg Fitzgerald
2014-05-29light up sanitizers for ARMGreg Fitzgerald
2014-05-21[lsan] disable lsan if wordsize is not 64Kostya Serebryany
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-03-26Avoid aliases to weak aliases in interceptors.Rafael Espindola
2014-03-20[libsanitizer] Introduce flag descriptions.Alexander Potapenko
2014-02-24AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-14LSan: Print warning about dynamic linker only in verbose modeAlexey Samsonov
2014-02-14Move LSan test suite under test/Alexey Samsonov
2014-02-14Delete LSan unit testsAlexey Samsonov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2014-02-08Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky
2014-02-04[lsan] simplify use_tls_dynamic.cc testKostya Serebryany
2014-01-31Enable compilation of RT on ARMRenato Golin
2014-01-23[lsan] Expand a comment to document our dynamic TLS hack.Sergey Matveev
2014-01-15[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany
2014-01-10[lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany
2014-01-10[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany
2013-12-25[Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov
2013-12-25[lsan] Minor code health stuff.Sergey Matveev
2013-12-24[lsan] Refactor the LeakReport class.Sergey Matveev
2013-12-24[lsan] Make the report_objects flag more useful.Sergey Matveev
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-17[lsan] Remove the LSan-specific verbosity flag.Sergey Matveev
2013-12-17[lsan] Introduce print_suppressions flag.Sergey Matveev
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov