summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-06profile: Rudimentary suppport for PGO instrumentationJustin Bogner
2014-01-01Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi
2013-12-31tsan: fix Go buildDmitry Vyukov
2013-12-30Fix an ODR violation in the sanitizer runtimes.Chandler Carruth
2013-12-30[libsanitizer] fix lint errorsAlexander Potapenko
2013-12-30[libsanitizer] Remove the redundant spaces between '#' and 'define'.Alexander Potapenko
2013-12-26[ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...Alexander Potapenko
2013-12-26[asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany
2013-12-25[Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov
2013-12-25[ASan] Add a test for __asan_gen_ globals labels on Darwin.Alexander Potapenko
2013-12-25[lsan] Minor code health stuff.Sergey Matveev
2013-12-25[ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko
2013-12-25[ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko
2013-12-25[Sanitizer] Remove now unused symbolization functionality from MemoryMappingL...Alexey Samsonov
2013-12-25[Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...Alexey Samsonov
2013-12-25[Sanitizer] Properly specify linux-only unit test.Alexey Samsonov
2013-12-25[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...Alexey Samsonov
2013-12-25[TSan] fix Go buildAlexey Samsonov
2013-12-25[Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov
2013-12-25[Sanitizer] Move OS-specific code for MemoryMappingLayout into separate sourc...Alexey Samsonov
2013-12-25[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov
2013-12-24tsan: fix false positive in pthread stack manupulationDmitry Vyukov
2013-12-24tsan: remove in_rtl counterDmitry Vyukov
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-24tsan: deflake another testDmitry Vyukov
2013-12-23[asan] clean up at the end of the shmget/shmctl testKostya Serebryany
2013-12-23[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany
2013-12-20[msan] Add missing visibility attribute to MSan new/delete interceptors.Evgeniy Stepanov
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-12-20[sanitizer] Add missing file comment.Evgeniy Stepanov
2013-12-20[msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov
2013-12-20[msan] Replace wrap_indirect_calls runtime flag with an interface method.Evgeniy Stepanov
2013-12-19[ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov
2013-12-19[Sanitizer] Delete unused StackTrace::PrintStack argumentAlexey Samsonov
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-12-19Fix -Werror compilation.Evgeniy Stepanov
2013-12-18[DFSan] New custom wrappersLorenzo Martignoni
2013-12-18[Sanitizers] Fix CL compile-time warning in the symbolizerTimur Iskhodzhanov
2013-12-18[Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov
2013-12-18[Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov
2013-12-18[msan] Disable DynamoRio detection.Evgeniy Stepanov
2013-12-17[lsan] Remove the LSan-specific verbosity flag.Sergey Matveev
2013-12-17[lsan] Introduce print_suppressions flag.Sergey Matveev
2013-12-17Fix gen_dynamic_list.py for Python 3. Patch by Marcoen Hirschberg.Alexey Samsonov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-12-17[lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev
2013-12-17[LSan] Add a real test for suppressions file instead of duplicated test case.Alexey Samsonov
2013-12-17[msan] Tweak gethostbyname_r interceptor some more.Evgeniy Stepanov
2013-12-16[msan] Relax gethostbyname_r test condition.Evgeniy Stepanov