This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from 8676f81 Merge r287453 in 3.9.1 : [ThinLTO] Fix crash when importing a [...] new 1a4e1d8 Merging r281479: new b055896 Merging r279933: new 11d3b29 Merging r282182:
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/PowerPC/PPCISelLowering.cpp | 127 ++++++- lib/Target/PowerPC/PPCISelLowering.h | 9 +- lib/Target/PowerPC/PPCInstr64Bit.td | 12 + lib/Target/PowerPC/PPCInstrInfo.td | 36 ++ test/CodeGen/PowerPC/atomic-minmax.ll | 435 +++++++++++++++++++++++ test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll | 22 ++ test/CodeGen/PowerPC/pr30451.ll | 69 ++++ 7 files changed, 703 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/PowerPC/atomic-minmax.ll create mode 100644 test/CodeGen/PowerPC/pr30451.ll