This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b6b112 [WebAssembly] Add asm.js-style exception handling support new 3a6d437 [PM] Port SpeculativeExecution to the new PM new 4c02879 Simplify some code found when it was moved in r277177
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 +- .../llvm/Transforms/Scalar/SpeculativeExecution.h | 92 +++++++++++++++++++++ lib/Object/Archive.cpp | 20 ++--- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/Scalar.cpp | 2 +- lib/Transforms/Scalar/SpeculativeExecution.cpp | 96 +++++++++++++--------- test/Transforms/SpeculativeExecution/spec.ll | 3 + 8 files changed, 166 insertions(+), 51 deletions(-) create mode 100644 include/llvm/Transforms/Scalar/SpeculativeExecution.h