[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:44:43 PDT 2020


guiand updated this revision to Diff 285719.
guiand added a comment.

Added a test for hash codegen.


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
  llvm/test/Instrumentation/MemorySanitizer/trace-hash.ll

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


More information about the llvm-commits mailing list