This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67d04e8fdfc [codeview] use 32-bit integer for RelocOffset in DebugLines [...] new d93348f701c [InstCombine] Pass a proper context instruction to all of t [...] new 477e07214c6 [llvm-pdbdump] Fix -Wpessimizing-move warnings. new f22657670b5 Fix -Wunused-variable. new d38ff399246 Inliner: Don't touch indirect calls
The 4 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/AVR/AVRRegisterInfo.cpp | 2 - lib/Transforms/IPO/Inliner.cpp | 8 ++-- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 16 +++++--- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 +-- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +- .../InstCombine/InstCombineMulDivRem.cpp | 19 ++++++---- lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 3 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 11 ++++-- .../InstCombine/InstCombineVectorOps.cpp | 7 ++-- .../InstCombine/InstructionCombining.cpp | 43 +++++++++++++--------- test/Transforms/Inline/basictest.ll | 24 ++++++++++++ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 4 +- 13 files changed, 96 insertions(+), 53 deletions(-)