This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository llvm.
from 0779919c445 Merging r312357: new 1fc9dfdeac3 Merging r314890: ------------------------------------------ [...] new 1f11ce6781f Merging r314891: ------------------------------------------ [...] new d14542fb742 Merging r314896: ------------------------------------------ [...] new 87bc8d75058 Merging r314897: ------------------------------------------ [...] new 6af15925d78 Merging r314898: ------------------------------------------ [...]
The 5 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/AVRExpandPseudoInsts.cpp | 69 +- lib/Target/AVR/AVRInstrInfo.cpp | 18 +- lib/Target/AVR/AVRInstrInfo.h | 6 + lib/Target/AVR/AVRInstrInfo.td | 10 +- lib/Target/AVR/AVRRegisterInfo.cpp | 2 +- test/CodeGen/AVR/atomics/load16.ll | 22 +- test/CodeGen/AVR/branch-relaxation-long.ll | 4137 +++++++++++++++++++++ test/CodeGen/AVR/load.ll | 14 +- test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir | 4 +- test/CodeGen/AVR/pseudo/LDWRdPtr.mir | 4 +- test/CodeGen/AVR/pseudo/LDWRdPtrPd.mir | 4 +- test/CodeGen/AVR/pseudo/LDWRdPtrPi.mir | 4 +- test/CodeGen/AVR/std-ldd-immediate-overflow.ll | 18 + 13 files changed, 4269 insertions(+), 43 deletions(-) create mode 100644 test/CodeGen/AVR/branch-relaxation-long.ll create mode 100644 test/CodeGen/AVR/std-ldd-immediate-overflow.ll