This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36ae313830b [mips][mt][4/7] Add IAS support for dvpe, evpe instructions. new c96acc5425f Add element atomic memmove intrinsic new a48c85bbdeb [X86/FastIsel] Fall-back to SelectionDAG when lowering soft [...]
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: docs/LangRef.rst | 79 +++++++++++++++++++ include/llvm/CodeGen/RuntimeLibcalls.h | 11 +++ include/llvm/IR/IntrinsicInst.h | 89 ++++++++++++++++++++++ include/llvm/IR/Intrinsics.td | 12 +++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 38 +++++++++ lib/CodeGen/TargetLoweringBase.cpp | 27 +++++++ lib/IR/Verifier.cpp | 36 +++++++++ lib/Target/X86/X86FastISel.cpp | 3 + .../X86/element-wise-atomic-memory-intrinsics.ll | 63 +++++++++++++++ test/CodeGen/X86/fastisel-softfloat.ll | 15 ++++ .../element-wise-atomic-memory-intrinsics.ll | 24 ++++++ 11 files changed, 397 insertions(+) create mode 100644 test/CodeGen/X86/fastisel-softfloat.ll