This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36381776b00 [PowerPC] NFC : Common up definitions of isIntS16Immediate [...] new f552e96e025 [InstCombine] Make InstCombine's IRBuilder be passed by ref [...]
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/Transforms/InstCombine/InstCombineAddSub.cpp | 70 +++--- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 264 ++++++++++---------- lib/Transforms/InstCombine/InstCombineCalls.cpp | 235 +++++++++--------- lib/Transforms/InstCombine/InstCombineCasts.cpp | 158 ++++++------ lib/Transforms/InstCombine/InstCombineCompares.cpp | 271 ++++++++++----------- lib/Transforms/InstCombine/InstCombineInternal.h | 4 +- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 71 +++--- .../InstCombine/InstCombineMulDivRem.cpp | 88 ++++--- lib/Transforms/InstCombine/InstCombinePHI.cpp | 6 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 139 ++++++----- lib/Transforms/InstCombine/InstCombineShifts.cpp | 59 +++-- .../InstCombine/InstCombineSimplifyDemanded.cpp | 12 +- .../InstCombine/InstCombineVectorOps.cpp | 48 ++-- .../InstCombine/InstructionCombining.cpp | 146 +++++------ 14 files changed, 778 insertions(+), 793 deletions(-)