This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5078c4cbed5 VarStreamArrayIterator needed non-const operator* overload. new 8cc396e7aaf ARM: handle post-indexed NEON ops where the offset isn't th [...]
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: lib/Target/ARM/ARMISelDAGToDAG.cpp | 31 +++++-- lib/Target/ARM/ARMISelLowering.cpp | 7 +- test/CodeGen/ARM/alloc-no-stack-realign.ll | 101 +++++++++++---------- test/CodeGen/ARM/memcpy-inline.ll | 17 ++-- test/CodeGen/ARM/memset-inline.ll | 6 +- test/CodeGen/ARM/vector-load.ll | 17 +++- test/CodeGen/ARM/vector-store.ll | 10 ++ test/CodeGen/ARM/vlddup.ll | 17 ++++ test/CodeGen/ARM/vldlane.ll | 16 ++++ .../LoopStrengthReduce/ARM/ivchain-ARM.ll | 8 +- 10 files changed, 148 insertions(+), 82 deletions(-)