[PATCH] D83499: [MSAN runtime] Add poison_stack function that also updates origin

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 9 11:54:21 PDT 2020


guiand created this revision.
guiand added reviewers: eugenis, vitalybuka.
Herald added subscribers: llvm-commits, Sanitizers, hiraditya.
Herald added projects: Sanitizers, LLVM.

With eager-checks and msan-poison-stack-with-call enabled, this
saves ~1.5% instrumented binary size.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83499

Files:
  compiler-rt/lib/msan/msan_interceptors.cpp
  compiler-rt/lib/msan/msan_interface_internal.h
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83499.276797.patch
Type: text/x-patch
Size: 12589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200709/c586858e/attachment.bin>


More information about the llvm-commits mailing list