This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3432f06be35 [Loop Peeling] Fix the bug with IDom setting for exit loops new a9d10c1c1f4 [ARM] Adjust how NEON shifts are lowered new 8889e828a4a [obj2yaml] - Rework tool's error reporting logic for ELF target.
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: include/llvm/Object/ELF.h | 23 +- lib/Target/ARM/ARMISelLowering.cpp | 251 ++++++++++--------- lib/Target/ARM/ARMISelLowering.h | 38 +-- lib/Target/ARM/ARMInstrNEON.td | 216 +++++++++------- test/CodeGen/ARM/vpadd.ll | 47 +++- test/CodeGen/ARM/vuzp.ll | 46 ++-- test/tools/obj2yaml/section-group.test | 24 +- test/tools/obj2yaml/special-symbol-indices.yaml | 2 +- tools/obj2yaml/elf2yaml.cpp | 319 ++++++++++++------------ tools/obj2yaml/obj2yaml.cpp | 13 +- tools/obj2yaml/obj2yaml.h | 2 +- 11 files changed, 539 insertions(+), 442 deletions(-)