This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from abe6bc1296a [X86] Add test cases showing failure to fold a global varia [...] new a3db7ac3457 [AVR] Expand 8/16-bit multiplication to libcalls on MCUs 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/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