[PATCH] D97897: [MSan][RISCV][Draft] Draft implementation of MSan RISC-V support

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 03:16:03 PDT 2021


luismarques updated this revision to Diff 335769.
luismarques edited the summary of this revision.
luismarques added a comment.

Optimize address mappings.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97897/new/

https://reviews.llvm.org/D97897

Files:
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/msan/msan.h
  compiler-rt/lib/msan/msan_allocator.cpp
  compiler-rt/test/msan/allocator_mapping.cpp
  compiler-rt/test/msan/mmap.cpp
  compiler-rt/test/msan/mmap_below_shadow.cpp
  compiler-rt/test/msan/param_tls_limit.cpp
  compiler-rt/test/msan/strlen_of_shadow.cpp
  compiler-rt/test/msan/vararg.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97897.335769.patch
Type: text/x-patch
Size: 16224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210407/477cb079/attachment.bin>


More information about the llvm-commits mailing list