summaryrefslogtreecommitdiff
path: root/lib/msan/msan.h
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-4/+5
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-011-1/+1
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+1
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-14/+11
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-011-11/+14
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-011-14/+11
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-271-3/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-081-8/+0
* [MSan] Print current stack on CHECK violationAlex Shlyapnikov2018-02-261-2/+11
* Add NetBSD/x86_64 mapping in MSanKamil Rytarowski2017-12-091-1/+1
* [PowerPC][msan] Update msan to handle changed memory layouts in newer kernelsBill Seurer2017-11-091-11/+15
* [msan] Add context argument into GetStackTraceVitaly Buka2017-11-091-19/+19
* [Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov2017-07-181-3/+11
* [MSAN][MIPS] Fix fork.cc test on MIPSSagar Thakur2016-12-081-3/+12
* msan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-08-251-7/+47
* [MSAN][MIPS] Changed memory mapping to support pie executable.Sagar Thakur2016-08-161-8/+20
* [sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany2016-06-161-10/+16
* [sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki2016-04-261-1/+1
* [MSan] Clear parameters shadow before invoking malloc/free hooks.Alexey Samsonov2016-01-201-4/+10
* [compiler-rt] [msan] Unify aarch64 mappingAdhemerval Zanella2015-10-291-36/+50
* New MSan mapping layout (compiler-rt part).Evgeniy Stepanov2015-10-081-0/+23
* [msan] Early allocator initialization.Evgeniy Stepanov2015-09-291-0/+1
* [MSan] Enable MSAN for aarch64Adhemerval Zanella2015-09-161-0/+41
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-241-1/+0
* Revert r245770 and r245777.Alexey Samsonov2015-08-221-0/+1
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-221-1/+0
* [MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov2015-08-211-2/+0
* Enable memory sanitizer for PPC64Jay Foad2015-06-251-0/+19
* [msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov2015-05-241-1/+1
* Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov2015-04-281-0/+5
* [MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.Alexey Samsonov2015-04-271-1/+0
* [msan] Refactor memory layout specification and setup.Evgeniy Stepanov2015-01-271-70/+70
* [msan] Better use-after-free reports.Evgeniy Stepanov2015-01-221-0/+2
* [msan] Refactor shadow operations.Evgeniy Stepanov2015-01-211-6/+0
* [Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov2014-12-121-0/+1
* [Msan] Generalize mapping facilities to add FreeBSD supportViktor Kutuzov2014-11-281-15/+84
* [MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov2014-11-191-0/+9
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-3/+0
* [Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov2014-10-261-20/+17
* [msan] Handle param-tls overflow.Evgeniy Stepanov2014-10-221-2/+3
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-121-2/+0
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-2/+4
* [msan] Add store_context_size= flag.Evgeniy Stepanov2014-06-271-6/+6
* [MSan] Implement __sanitizer_print_stack_trace().Sergey Matveev2014-05-261-0/+7
* [msan] Implement MSAN_OPTIONS=print_stats=1.Evgeniy Stepanov2014-05-211-0/+1
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-211-7/+1
* [msan] Fix __msan_check_mem_is_initialized and prettify its output.Evgeniy Stepanov2014-05-071-0/+2
* [msan] Prettify __msan_print_shadow.Evgeniy Stepanov2014-04-301-0/+1
* [msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.Evgeniy Stepanov2014-04-041-7/+5