summaryrefslogtreecommitdiff
path: root/include/sanitizer/msan_interface.h
AgeCommit message (Expand)Author
2018-07-06[MSan] Add functions to enable/disable interceptor checks.Matt Morehouse
2017-12-21[sanitizer] Make function declarations C-compatiblePetr Hosek
2015-10-12[msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov
2015-08-21[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-17re-added changes due to svn config setting issuesNaomi Musgrave
2015-02-26[msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov
2015-01-21[msan] Refactor shadow operations.Evgeniy Stepanov
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2014-04-30[msan] Prettify __msan_print_shadow.Evgeniy Stepanov
2014-04-02[msan] Kill __msan_print_param_shadow.Evgeniy Stepanov
2014-04-02[msan] Add __msan_check_mem_is_initialized.Evgeniy Stepanov
2014-03-27[msan] Implement __msan_set_death_callback.Evgeniy Stepanov
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-01-15[msan] Fix an incorrect comment.Evgeniy Stepanov
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-08-02[msan] Allocator statistics interface and malloc hooks.Evgeniy Stepanov
2013-06-21[msan] Add keep_going runtime flag.Evgeniy Stepanov
2013-04-23[MSan] Make a few interface functions accept 'const void *' instead of 'void*'Alexey Samsonov
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2013-01-30[msan] Remove an extra #ifdef.Evgeniy Stepanov
2013-01-29[msan] Cleanup public interface header.Evgeniy Stepanov
2013-01-28[msan] A runtime call to support custom allocators.Evgeniy Stepanov
2012-12-11[msan] Add a missing file from r169858.Evgeniy Stepanov