This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e06fb6b [Sparc][LEON] Add UMAC and SMAC instruction support for Sparc [...] new a16fdea [PowerPC] fix register alignment for long double type
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/PowerPC/CMakeLists.txt | 1 + lib/Target/PowerPC/PPCCCState.cpp | 36 +++++++++++++++++++ lib/Target/PowerPC/PPCCCState.h | 42 ++++++++++++++++++++++ lib/Target/PowerPC/PPCCallingConv.td | 12 ++++++- lib/Target/PowerPC/PPCFastISel.cpp | 1 + lib/Target/PowerPC/PPCISelLowering.cpp | 13 +++++-- test/CodeGen/PowerPC/ppc32-align-long-double-sf.ll | 21 +++++++++++ 7 files changed, 122 insertions(+), 4 deletions(-) create mode 100644 lib/Target/PowerPC/PPCCCState.cpp create mode 100644 lib/Target/PowerPC/PPCCCState.h create mode 100644 test/CodeGen/PowerPC/ppc32-align-long-double-sf.ll