[PATCH] D81699: MemorySanitizer: Add option to insert init checks at call site

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 16:51:46 PDT 2020


guiand updated this revision to Diff 273864.
guiand edited the summary of this revision.
guiand added a comment.

Addressed comments, updated for `noundef`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81699

Files:
  compiler-rt/test/msan/CMakeLists.txt
  compiler-rt/test/msan/bitfield.cpp
  compiler-rt/test/msan/chained_origin.cpp
  compiler-rt/test/msan/chained_origin_empty_stack.cpp
  compiler-rt/test/msan/chained_origin_memcpy.cpp
  compiler-rt/test/msan/cxa_atexit.cpp
  compiler-rt/test/msan/in-struct-padding.cpp
  compiler-rt/test/msan/insertvalue_origin.cpp
  compiler-rt/test/msan/lit.site.cfg.py.in
  compiler-rt/test/msan/no_sanitize_memory_prop.cpp
  compiler-rt/test/msan/param_tls_limit.cpp
  compiler-rt/test/msan/parameter-mixing.cpp
  compiler-rt/test/msan/qsort.cpp
  compiler-rt/test/msan/signal_stress_test.cpp
  compiler-rt/test/msan/stack-origin2.cpp
  compiler-rt/test/msan/unpoison_param.cpp
  compiler-rt/test/msan/vararg.cpp
  compiler-rt/test/msan/vector_cvt.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/msan_eager.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81699.273864.patch
Type: text/x-patch
Size: 27172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200626/63139bdf/attachment.bin>


More information about the llvm-commits mailing list