This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1649f1e7c8 Add hasProfileSummary and has{Sample|Instrumentation}Profil [...] new 1a2e7acb991 [PPC] Lower load acquire/seq_cst trailing fence to cmp + bn [...]
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: include/llvm/IR/IntrinsicsPowerPC.td | 2 + lib/Target/PowerPC/PPCISelLowering.cpp | 45 ++++++++++++++++++--- lib/Target/PowerPC/PPCISelLowering.h | 1 + lib/Target/PowerPC/PPCInstr64Bit.td | 4 ++ lib/Target/PowerPC/PPCInstrInfo.cpp | 13 ++++++ lib/Target/PowerPC/PPCInstrInfo.td | 12 ++++-- test/CodeGen/PowerPC/atomic-2.ll | 6 ++- test/CodeGen/PowerPC/atomics-indexed.ll | 14 +++++-- test/CodeGen/PowerPC/atomics-regression.ll | 64 ++++++++++++++++++++++++++---- test/CodeGen/PowerPC/atomics.ll | 14 +++++-- 10 files changed, 149 insertions(+), 26 deletions(-)