This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e315d738d1b [llvm-rc] Use proper search algorithm for finding resources. new d5b424820cc [PowerPC] Utilize DQ-Form instructions for spill/restore an [...] new a398a71f79c Fix incorrect integer literal suffix. new 0782618d522 [MachineCombiner] Fix initialisation of LastUpdate for incr [...]
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/CodeGen/MachineCombiner.cpp | 6 +- lib/Target/PowerPC/PPCInstrInfo.cpp | 8 +- lib/Target/PowerPC/PPCRegisterInfo.cpp | 15 +- test/CodeGen/AArch64/machine-combiner.mir | 48 ++++ test/CodeGen/PowerPC/fast-isel-conversion.ll | 341 +++++++++------------------ test/CodeGen/PowerPC/vsx-spill.ll | 7 +- test/CodeGen/PowerPC/vsx.ll | 35 ++- test/CodeGen/PowerPC/vsxD-Form-spills.ll | 65 +++++ tools/llvm-rc/ResourceFileWriter.cpp | 8 +- 9 files changed, 280 insertions(+), 253 deletions(-) create mode 100644 test/CodeGen/AArch64/machine-combiner.mir create mode 100644 test/CodeGen/PowerPC/vsxD-Form-spills.ll