This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86784318a65 [Solaris] Detect Solaris LD, use detection results to pass [...] new a06b0910758 Add element atomic memset intrinsic
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: docs/LangRef.rst | 75 ++++++++++++++++++++ include/llvm/CodeGen/RuntimeLibcalls.h | 12 ++++ include/llvm/IR/IntrinsicInst.h | 80 ++++++++++++++++++++++ include/llvm/IR/Intrinsics.td | 4 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 39 +++++++++++ lib/CodeGen/TargetLoweringBase.cpp | 27 ++++++++ lib/IR/Verifier.cpp | 33 ++++++++- .../WebAssemblyRuntimeLibcallSignatures.cpp | 11 +++ .../X86/element-wise-atomic-memory-intrinsics.ll | 61 +++++++++++++++++ .../element-wise-atomic-memory-intrinsics.ll | 18 +++++ 10 files changed, 359 insertions(+), 1 deletion(-)