[PATCH] D85227: [MSAN] Cache stack traces and chained origins

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 11:31:03 PDT 2020


guiand updated this revision to Diff 285703.
guiand retitled this revision from "[Draft][MSAN] Cache stack traces and chained origins" to "[MSAN] Cache stack traces and chained origins".
guiand added a comment.

Updated to depend on https://reviews.llvm.org/D85985 (ActualFnStart becomes a `Instruction *`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85227

Files:
  compiler-rt/lib/msan/msan.cpp
  compiler-rt/lib/msan/msan.h
  compiler-rt/lib/msan/msan_allocator.cpp
  compiler-rt/lib/msan/msan_interceptors.cpp
  compiler-rt/lib/msan/msan_new_delete.cpp
  compiler-rt/lib/msan/msan_origin.h
  compiler-rt/lib/msan/msan_poisoning.cpp
  compiler-rt/lib/msan/msan_poisoning.h
  compiler-rt/lib/sanitizer_common/sanitizer_hashcache.h
  compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
  compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
  compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85227.285703.patch
Type: text/x-patch
Size: 35217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200814/a5be7330/attachment.bin>


More information about the llvm-commits mailing list