summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-03-27[msan] Implement __msan_set_death_callback.Evgeniy Stepanov
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne
2014-03-21[MSan] Add __msan_unpoison_string() to the public interface.Sergey Matveev
2014-02-20[msan] Remove stubs for non-instrumented code from msan interface header.Evgeniy Stepanov
2014-02-18[CMake] Rename several variablesAlexey Samsonov
2014-02-06[asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany
2014-01-15[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany
2014-01-15[msan] Fix an incorrect comment.Evgeniy Stepanov
2014-01-13[lsan] Add __lsan_default_suppressions() to the public interface header.Sergey Matveev
2014-01-13[sanitizer] fix commentKostya Serebryany
2014-01-10[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-12-17[lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev
2013-12-11[TSan] Move declarations of __tsan_atomic functions to a public headerAlexey Samsonov
2013-12-03[sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev
2013-11-19[asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...Kostya Serebryany
2013-11-19[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany
2013-11-18CMake: make sure compiler-rt headers are copied to build tree if 'compilrer-r...Alexey Samsonov
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...Kostya Serebryany
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-10-23tsan: fix linux syscall hooksDmitry Vyukov
2013-10-15tsan: remove __sanitizer_set_report_fd function from public interfaceDmitry Vyukov
2013-09-21tsan: intercept fork syscallDmitry Vyukov
2013-09-10[msan] Make all pointers in msan_interface "const volatile void *".Evgeniy Stepanov
2013-09-10[msan] bool -> int to make msan_interface.h C-compatible.Evgeniy Stepanov
2013-09-06[sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov
2013-08-13[dfsan] Introduce dfsan_read_label runtime function.Peter Collingbourne
2013-08-13dfsan: fix lint warningDmitry Vyukov
2013-08-12[dfsan] Introduce dfsan_union runtime function.Peter Collingbourne
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne
2013-08-05Lint fixesAlexey Samsonov
2013-08-02[msan] Allocator statistics interface and malloc hooks.Evgeniy Stepanov
2013-07-30[sanitizer] Tweak read syscall handler signature for consistency.Evgeniy Stepanov
2013-07-30[sanitizer] read() syscall hook.Evgeniy Stepanov
2013-07-18[lsan] Add __lsan_do_leak_check() to the public interface.Sergey Matveev
2013-07-09[sanitizer] Syscall handlers for clock_gettime and clock_getres.Evgeniy Stepanov
2013-06-27[LSan] Add the way to disable LSan at link timeAlexey Samsonov
2013-06-21[msan] Add keep_going runtime flag.Evgeniy Stepanov
2013-06-14Properly install LSan interface header, rely on sanitizer header presence in ...Alexey Samsonov
2013-06-06[lsan] Implement __lsan_ignore_object().Sergey Matveev
2013-06-03[lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev
2013-04-23[MSan] Make a few interface functions accept 'const void *' instead of 'void*'Alexey Samsonov
2013-04-22[sanitizer] Fix lint.Evgeniy Stepanov
2013-04-16[sanitizer] Implement wait4 and waitpid syscall hooks.Evgeniy Stepanov
2013-04-12[sanitizer] More syscall handler placeholders.Evgeniy Stepanov
2013-04-11Explicitly list all sanitizer headers in CMake build rules. Make sure sanitiz...Alexey Samsonov
2013-04-11[sanitizer] Syscall hooks.Evgeniy Stepanov