summaryrefslogtreecommitdiff
path: root/lib/msan/msan_interface_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MSan] Add functions to enable/disable interceptor checks.Matt Morehouse2018-07-061-0/+6
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+10
* [msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov2015-10-121-0/+3
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-5/+1
* re-added changes due to svn config setting issuesNaomi Musgrave2015-07-171-0/+5
* [msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov2015-02-261-0/+7
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-19/+0
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-2/+2
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-121-22/+0
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-8/+3
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-211-2/+0
* [msan] Prettify __msan_print_shadow.Evgeniy Stepanov2014-04-301-0/+2
* [msan] Missing declarations for the new interface functions.Evgeniy Stepanov2014-04-181-0/+18
* [msan] Kill __msan_print_param_shadow.Evgeniy Stepanov2014-04-021-2/+0
* [msan] Add __msan_check_mem_is_initialized.Evgeniy Stepanov2014-04-021-0/+3
* [msan] Implement __msan_set_death_callback.Evgeniy Stepanov2014-03-271-0/+3
* [MSan] Add __msan_unpoison_string() to the public interface.Sergey Matveev2014-03-211-0/+2
* [msan] Origin tracking with history, compiler-rt part.Evgeniy Stepanov2014-03-181-6/+2
* [msan] Replace wrap_indirect_calls runtime flag with an interface method.Evgeniy Stepanov2013-12-201-0/+9
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-131-0/+2
* [msan] bool -> int to make msan_interface.h C-compatible.Evgeniy Stepanov2013-09-101-1/+1
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-3/+3
* [msan] Allocator statistics interface and malloc hooks.Evgeniy Stepanov2013-08-021-0/+27
* [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't ...Alexey Samsonov2013-06-271-3/+0
* [msan] Add keep_going runtime flag.Evgeniy Stepanov2013-06-211-0/+3
* [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov2013-06-041-6/+6
* [msan] Implement __sanitizer_unaligned_*.Evgeniy Stepanov2013-06-041-1/+19
* [msan] Intercept dl_iterate_phdr.Evgeniy Stepanov2013-05-161-0/+3
* [MSan] Make a few interface functions accept 'const void *' instead of 'void*'Alexey Samsonov2013-04-231-6/+6
* [msan] intercept dlopen and clear shadow for itReid Kleckner2013-03-111-0/+4
* [msan] don't check shadow inside interceptors if we are inside symbolizer; ad...Kostya Serebryany2013-02-131-0/+3
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-1/+1
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-2/+0
* [msan] Cleanup public interface header.Evgeniy Stepanov2013-01-291-0/+120