This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 913533ec00b [Unittests] Fix returning string in SolveQuadraticEquationWrap new 0ac578037cc [WebAssembly] Support for atomic.wait / atomic.wake instructions
The 1 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/IR/IntrinsicsWebAssembly.td | 23 ++ .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 6 + lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 40 ++++ lib/Target/WebAssembly/WebAssemblyISelLowering.h | 3 + lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 126 ++++++++++ .../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 3 + test/CodeGen/WebAssembly/offset-atomics.ll | 266 +++++++++++++++++++++ 7 files changed, 467 insertions(+)