This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c81a9e The patch fixes r296770 Summary: new c5a81e8 [MSP430] Add SRet support to MSP430 target
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/MSP430/MSP430CallingConv.td | 8 +-- lib/Target/MSP430/MSP430ISelLowering.cpp | 85 +++++++++++++++++++++------ lib/Target/MSP430/MSP430ISelLowering.h | 6 ++ lib/Target/MSP430/MSP430MachineFunctionInfo.h | 10 +++- test/CodeGen/MSP430/AddrMode-bis-rx.ll | 14 ++--- test/CodeGen/MSP430/AddrMode-bis-xr.ll | 14 ++--- test/CodeGen/MSP430/AddrMode-mov-rx.ll | 14 ++--- test/CodeGen/MSP430/AddrMode-mov-xr.ll | 14 ++--- test/CodeGen/MSP430/Inst16mr.ll | 12 ++-- test/CodeGen/MSP430/Inst16ri.ll | 10 ++-- test/CodeGen/MSP430/Inst16rm.ll | 10 ++-- test/CodeGen/MSP430/Inst16rr.ll | 12 ++-- test/CodeGen/MSP430/Inst8mr.ll | 12 ++-- test/CodeGen/MSP430/Inst8ri.ll | 10 ++-- test/CodeGen/MSP430/Inst8rm.ll | 10 ++-- test/CodeGen/MSP430/Inst8rr.ll | 10 ++-- test/CodeGen/MSP430/bit.ll | 20 +++---- test/CodeGen/MSP430/byval.ll | 2 +- test/CodeGen/MSP430/cc_args.ll | 63 +++++++++++++------- test/CodeGen/MSP430/cc_ret.ll | 12 ++-- test/CodeGen/MSP430/indirectbr2.ll | 2 +- test/CodeGen/MSP430/jumptable.ll | 4 +- test/CodeGen/MSP430/memset.ll | 6 +- test/CodeGen/MSP430/setcc.ll | 56 +++++++++--------- test/CodeGen/MSP430/struct-return.ll | 23 ++++++++ test/CodeGen/MSP430/vararg.ll | 10 ++-- 26 files changed, 277 insertions(+), 172 deletions(-) create mode 100644 test/CodeGen/MSP430/struct-return.ll