This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc87e8e [AVR] Add the 'SoftFail' field to all instruction formats new 2884d8d [AVR] Expand MULHS for all types new 942ffca Allow a maximum of 64 bits to be returned in registers new 056a448 [AVR] Use references rather than pointers in AVRISelLowering new ca1844d [AVR] Don't shadow container while iterating in range-based loop new 8af8e34 [AVR] Don't worry about call frame size when initializing fra [...] new b57fbc7 Fix incorrect assertion in AVRFrameLowering.cpp
The 6 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/AVRFrameLowering.cpp | 14 ++++++++------ lib/Target/AVR/AVRISelLowering.h | 15 +++++++++++++-- test/CodeGen/AVR/large-return-size.ll | 9 +++++++++ test/CodeGen/AVR/smul-with-overflow.ll | 31 +++++++++++++++++++++++++++++++ test/CodeGen/AVR/umul-with-overflow.ll | 22 ++++++++++++++++++++++ 5 files changed, 83 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AVR/large-return-size.ll create mode 100644 test/CodeGen/AVR/smul-with-overflow.ll create mode 100644 test/CodeGen/AVR/umul-with-overflow.ll