[PATCH] D32198: [TySan] A Type Sanitizer (LLVM)

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 17:18:59 PDT 2017


hfinkel updated this revision to Diff 96265.
hfinkel added a comment.

Mark the types of globals in a generated ctor-called function. memcpy/memmove should do the corresponding thing for the type shadow data.


https://reviews.llvm.org/D32198

Files:
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Attributes.td
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Instrumentation.h
  lib/Analysis/MemoryDependenceAnalysis.cpp
  lib/Analysis/TypeBasedAliasAnalysis.cpp
  lib/Analysis/ValueTracking.cpp
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/ShrinkWrap.cpp
  lib/IR/Attributes.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/IPO/ForceFunctionAttrs.cpp
  lib/Transforms/Instrumentation/CMakeLists.txt
  lib/Transforms/Instrumentation/Instrumentation.cpp
  lib/Transforms/Instrumentation/TypeSanitizer.cpp
  test/Instrumentation/TypeSanitizer/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32198.96265.patch
Type: text/x-patch
Size: 68423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170422/3505f6bf/attachment.bin>


More information about the llvm-commits mailing list