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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 12:45:32 PDT 2022


fhahn updated this revision to Diff 418960.
fhahn added a comment.
Herald added projects: LLVM, All.



In D32198#2162859 <https://reviews.llvm.org/D32198#2162859>, @CJ-Johnson wrote:

> I would love for someone to take a look at TySan and TBAA optimization in LLVM!

I was able to rebase the patch & also port the pass to the new pass manager. There's still a test failure, but I plan to resolve that soon as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D32198

Files:
  llvm/include/llvm/AsmParser/LLToken.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Instrumentation.h
  llvm/include/llvm/Transforms/Instrumentation/TypeSanitizer.h
  llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  llvm/lib/AsmParser/LLLexer.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/Instrumentation.cpp
  llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/test/Instrumentation/TypeSanitizer/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32198.418960.patch
Type: text/x-patch
Size: 67865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220329/2fe6453e/attachment-0001.bin>


More information about the llvm-commits mailing list