This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0688cff2dfa [BPF] Fix a typo in the file name new 533342f0c2b Try to appease the Windows build bots. new 303e799e012 Add a transform pass to make the executable semantics of po [...]
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: .../PoisonChecking.h} | 18 +- lib/IR/Instruction.cpp | 2 + lib/Object/XCOFFObjectFile.cpp | 16 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Instrumentation/CMakeLists.txt | 1 + lib/Transforms/Instrumentation/PoisonChecking.cpp | 283 +++++++++++++++++++++ .../PoisonChecking/basic-flag-validation.ll | 158 ++++++++++++ test/Instrumentation/PoisonChecking/ub-checks.ll | 137 ++++++++++ 9 files changed, 604 insertions(+), 13 deletions(-) copy include/llvm/Transforms/{Scalar/CorrelatedValuePropagation.h => Instrumentati [...] create mode 100644 lib/Transforms/Instrumentation/PoisonChecking.cpp create mode 100644 test/Instrumentation/PoisonChecking/basic-flag-validation.ll create mode 100644 test/Instrumentation/PoisonChecking/ub-checks.ll