This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d123ac5 [libFuzzer] don't depend on time in a test new 15d7b5d [AVR] Add calling convention CodeGen tests
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: test/CodeGen/AVR/calling-conv/c/basic.ll | 99 +++++++++++++++++++++++++++++++ test/CodeGen/AVR/calling-conv/c/return.ll | 36 +++++++++++ test/CodeGen/AVR/calling-conv/c/stack.ll | 32 ++++++++++ 3 files changed, 167 insertions(+) create mode 100644 test/CodeGen/AVR/calling-conv/c/basic.ll create mode 100644 test/CodeGen/AVR/calling-conv/c/return.ll create mode 100644 test/CodeGen/AVR/calling-conv/c/stack.ll