This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7810ae7481c Revert "[mips][microMIPS] Extending size reduction pass wit [...] new 470c6959b78 [Atomics] Rename and change prototype for atomic memcpy 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 | 70 ++++++------ include/llvm/CodeGen/RuntimeLibcalls.h | 19 ++-- include/llvm/IR/IRBuilder.h | 24 ++-- include/llvm/IR/IntrinsicInst.h | 90 +++++++++++++-- include/llvm/IR/Intrinsics.td | 15 ++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 24 ++-- lib/CodeGen/TargetLoweringBase.cpp | 28 +++-- lib/IR/IRBuilder.cpp | 15 ++- lib/IR/Verifier.cpp | 31 ++++-- lib/Transforms/InstCombine/InstCombineCalls.cpp | 121 +++++++++++---------- lib/Transforms/InstCombine/InstCombineInternal.h | 3 +- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 24 ++-- .../X86/element-wise-atomic-memory-intrinsics.ll | 45 ++++---- .../InstCombine/element-atomic-memcpy-to-loads.ll | 30 ++--- .../LoopIdiom/X86/unordered-atomic-memcpy.ll | 36 +++--- .../LoopIdiom/unordered-atomic-memcpy-noarch.ll | 2 +- .../element-wise-atomic-memory-intrinsics.ll | 20 +++- 17 files changed, 348 insertions(+), 249 deletions(-)