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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 10:07:54 PDT 2022


fhahn updated this revision to Diff 469269.
fhahn added a comment.

Rebased on top of current `main`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D32198

Files:
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/Transforms/Instrumentation/TypeSanitizer.h
  llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/ShrinkWrap.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Instrumentation/CMakeLists.txt
  llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/test/Instrumentation/TypeSanitizer/access-with-offfset.ll
  llvm/test/Instrumentation/TypeSanitizer/alloca.ll
  llvm/test/Instrumentation/TypeSanitizer/anon.ll
  llvm/test/Instrumentation/TypeSanitizer/basic-nosan.ll
  llvm/test/Instrumentation/TypeSanitizer/basic.ll
  llvm/test/Instrumentation/TypeSanitizer/byval.ll
  llvm/test/Instrumentation/TypeSanitizer/globals.ll
  llvm/test/Instrumentation/TypeSanitizer/invalid-metadata.ll
  llvm/test/Instrumentation/TypeSanitizer/memintrinsics.ll
  llvm/test/Instrumentation/TypeSanitizer/sanitize-no-tbaa.ll
  llvm/test/Instrumentation/TypeSanitizer/swifterror.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32198.469269.patch
Type: text/x-patch
Size: 114243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221020/54eb45ab/attachment.bin>


More information about the llvm-commits mailing list