[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 Mar 3 17:24:51 PST 2021


luismarques created this revision.
Herald added subscribers: vkmr, evandro, sameer.abuasal, s.egerton, Jim, benna, psnobl, PkmX, rogfer01, shiva0217, kito-cheng, simoncook, hiraditya, mgorny.
luismarques requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.

TODO:

- Handle VarArgs (the only failing tests are the two vararg ones);
- Double-check Linux kernel RISC-V segment ranges and optimize the address mappings.


Repository:
  rG LLVM Github Monorepo

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/strlen_of_shadow.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97897.327970.patch
Type: text/x-patch
Size: 7485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210304/65c3c3c5/attachment.bin>


More information about the llvm-commits mailing list