[PATCH] D39084: [PM] Port BoundsChecking to the new PM.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 02:18:44 PDT 2017


chandlerc created this revision.
Herald added subscribers: hiraditya, mcrosier, sanjoy.

Registers it and everything, updates all the references, etc.

Next patch will add support to Clang's `-fexperimental-new-pass-manager`
path to actually enable BoundsChecking correctly.


https://reviews.llvm.org/D39084

Files:
  clang/lib/CodeGen/BackendUtil.cpp
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/include/llvm/Transforms/Instrumentation.h
  llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
  llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
  llvm/test/Instrumentation/BoundsChecking/simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39084.119557.patch
Type: text/x-patch
Size: 10296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171019/86d6e3c5/attachment.bin>


More information about the llvm-commits mailing list