index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
msan
/
msan.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a few straggler ".cc"s in compiler-rt/lib
Nico Weber
2019-08-01
1
-1
/
+1
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
1
-0
/
+1
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
1
-14
/
+11
*
Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"
Julian Lettner
2019-03-01
1
-11
/
+14
*
[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API
Julian Lettner
2019-03-01
1
-14
/
+11
*
[NFC][Sanitizer] Pull up GetStackTrace into sanitizer_common
Julian Lettner
2019-02-27
1
-3
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-08
1
-8
/
+0
*
[MSan] Print current stack on CHECK violation
Alex Shlyapnikov
2018-02-26
1
-2
/
+11
*
Add NetBSD/x86_64 mapping in MSan
Kamil Rytarowski
2017-12-09
1
-1
/
+1
*
[PowerPC][msan] Update msan to handle changed memory layouts in newer kernels
Bill Seurer
2017-11-09
1
-11
/
+15
*
[msan] Add context argument into GetStackTrace
Vitaly Buka
2017-11-09
1
-19
/
+19
*
[Sanitizers] ASan/MSan/LSan allocators set errno on failure.
Alex Shlyapnikov
2017-07-18
1
-3
/
+11
*
[MSAN][MIPS] Fix fork.cc test on MIPS
Sagar Thakur
2016-12-08
1
-3
/
+12
*
msan: Enable 48-bit VMA support on aarch64
Adhemerval Zanella
2016-08-25
1
-7
/
+47
*
[MSAN][MIPS] Changed memory mapping to support pie executable.
Sagar Thakur
2016-08-16
1
-8
/
+20
*
[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...
Kostya Serebryany
2016-06-16
1
-10
/
+16
*
[sanitizers] [NFC] Add defines for the various PowerPC ABIs.
Marcin Koscielnicki
2016-04-26
1
-1
/
+1
*
[MSan] Clear parameters shadow before invoking malloc/free hooks.
Alexey Samsonov
2016-01-20
1
-4
/
+10
*
[compiler-rt] [msan] Unify aarch64 mapping
Adhemerval Zanella
2015-10-29
1
-36
/
+50
*
New MSan mapping layout (compiler-rt part).
Evgeniy Stepanov
2015-10-08
1
-0
/
+23
*
[msan] Early allocator initialization.
Evgeniy Stepanov
2015-09-29
1
-0
/
+1
*
[MSan] Enable MSAN for aarch64
Adhemerval Zanella
2015-09-16
1
-0
/
+41
*
[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().
Alexey Samsonov
2015-08-24
1
-1
/
+0
*
Revert r245770 and r245777.
Alexey Samsonov
2015-08-22
1
-0
/
+1
*
[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().
Alexey Samsonov
2015-08-22
1
-1
/
+0
*
[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...
Alexey Samsonov
2015-08-21
1
-2
/
+0
*
Enable memory sanitizer for PPC64
Jay Foad
2015-06-25
1
-0
/
+19
*
[msan] Mprotect all inaccessible memory regions.
Evgeniy Stepanov
2015-05-24
1
-1
/
+1
*
Allow UBSan+MSan and UBSan+TSan combinations (Clang part).
Alexey Samsonov
2015-04-28
1
-0
/
+5
*
[MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.
Alexey Samsonov
2015-04-27
1
-1
/
+0
*
[msan] Refactor memory layout specification and setup.
Evgeniy Stepanov
2015-01-27
1
-70
/
+70
*
[msan] Better use-after-free reports.
Evgeniy Stepanov
2015-01-22
1
-0
/
+2
*
[msan] Refactor shadow operations.
Evgeniy Stepanov
2015-01-21
1
-6
/
+0
*
[Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
2014-12-12
1
-0
/
+1
*
[Msan] Generalize mapping facilities to add FreeBSD support
Viktor Kutuzov
2014-11-28
1
-15
/
+84
*
[MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).
Alexey Samsonov
2014-11-19
1
-0
/
+9
*
[msan] Remove MSanDR and supporting code.
Evgeniy Stepanov
2014-11-18
1
-3
/
+0
*
[Sanitizer] Make StackTrace a lightweight reference to array of PCs, and
Alexey Samsonov
2014-10-26
1
-20
/
+17
*
[msan] Handle param-tls overflow.
Evgeniy Stepanov
2014-10-22
1
-2
/
+3
*
[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...
Alexey Samsonov
2014-08-12
1
-2
/
+0
*
Generalize sanitizer allocator public interface.
Alexey Samsonov
2014-07-07
1
-2
/
+4
*
[msan] Add store_context_size= flag.
Evgeniy Stepanov
2014-06-27
1
-6
/
+6
*
[MSan] Implement __sanitizer_print_stack_trace().
Sergey Matveev
2014-05-26
1
-0
/
+7
*
[msan] Implement MSAN_OPTIONS=print_stats=1.
Evgeniy Stepanov
2014-05-21
1
-0
/
+1
*
[msan] Chained origins re-design.
Evgeniy Stepanov
2014-05-21
1
-7
/
+1
*
[msan] Fix __msan_check_mem_is_initialized and prettify its output.
Evgeniy Stepanov
2014-05-07
1
-0
/
+2
*
[msan] Prettify __msan_print_shadow.
Evgeniy Stepanov
2014-04-30
1
-0
/
+1
*
[msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.
Evgeniy Stepanov
2014-04-04
1
-7
/
+5
*
[msan] Precise origin handling in __unaligned_(load|store)*.
Evgeniy Stepanov
2014-04-02
1
-0
/
+2
[next]