This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository llvm.
from 5563a6a769b Merging r355038: new d519e424c50 Merging r351523:
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/AVR/AVRISelLowering.cpp | 28 +++++++++++++++++----------- lib/Target/AVR/AVRISelLowering.h | 8 +++++++- lib/Target/AVR/AVRSubtarget.cpp | 12 ++++++++++-- lib/Target/AVR/AVRSubtarget.h | 5 ++++- test/CodeGen/AVR/{mul.ll => hardware-mul.ll} | 2 ++ test/CodeGen/AVR/smul-with-overflow.ll | 2 +- test/CodeGen/AVR/software-mul.ll | 28 ++++++++++++++++++++++++++++ test/CodeGen/AVR/umul-with-overflow.ll | 2 +- 8 files changed, 70 insertions(+), 17 deletions(-) rename test/CodeGen/AVR/{mul.ll => hardware-mul.ll} (90%) create mode 100644 test/CodeGen/AVR/software-mul.ll