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 164431e6002 Merging r312337: new bc9510e7497 Merging r312905: ------------------------------------------ [...] new 75265eee07f Merging r314070: ------------------------------------------ [...] new 9e83867929a Merging r311620: ------------------------------------------ [...]
The 3 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.h | 5 ++ lib/Target/AVR/AVRInstrInfo.td | 64 ++++++++++++++-------- lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | 20 +++++++ lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h | 2 + .../load-store-16-unexpected-register-bug.ll | 23 ++++++++ test/CodeGen/AVR/clear-bss.ll | 5 ++ test/CodeGen/AVR/copy-data-to-ram.ll | 5 ++ 7 files changed, 102 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/AVR/atomics/load-store-16-unexpected-register-bug.ll create mode 100644 test/CodeGen/AVR/clear-bss.ll create mode 100644 test/CodeGen/AVR/copy-data-to-ram.ll