This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbe4f9c7c57 [MC][MachO] Emit an error for emitting relocations of the f [...] new 005ab1287ab [PPC] Adjust the computed branch offset for the possible sh [...] new a5acf6e4858 [InstCombine] Fold add nsw + sadd.with.overflow
The 2 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/PPCBranchSelector.cpp | 84 +++++++++++++++++++++-- lib/Transforms/InstCombine/InstCombineCalls.cpp | 50 +++++++++++--- lib/Transforms/InstCombine/InstCombineInternal.h | 2 + test/CodeGen/PowerPC/branch_selector.ll | 45 ++++++++++++ test/Transforms/InstCombine/sadd-with-overflow.ll | 38 +++++----- 5 files changed, 187 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/PowerPC/branch_selector.ll