This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c3e65d9d3ca [PM] Refactor BoundsChecking further to prepare it to be ex [...] new 79f20d27db5 Use TempFile in llvm-ar. NFC. new 8dd352a12f1 [PM] Port BoundsChecking to the new PM.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/InitializePasses.h | 2 +- include/llvm/LinkAllPasses.h | 3 +- include/llvm/Transforms/Instrumentation.h | 4 -- .../Transforms/Instrumentation/BoundsChecking.h | 29 +++++++++ lib/Object/ArchiveWriter.cpp | 18 +++--- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Instrumentation/BoundsChecking.cpp | 73 ++++++++++++---------- lib/Transforms/Instrumentation/Instrumentation.cpp | 2 +- test/Instrumentation/BoundsChecking/simple.ll | 1 + 10 files changed, 82 insertions(+), 52 deletions(-) create mode 100644 include/llvm/Transforms/Instrumentation/BoundsChecking.h