This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b27a530953 [InstCombine] dropRedundantMaskingOfLeftShiftInput(): pat. [...] new e2d4a45c6eb [SLC] Convert some strndup calls to strdup calls new f1a42a614d9 [InstCombine] dropRedundantMaskingOfLeftShiftInput(): impro [...] new dac6f7735b1 [IR] Add getExtendedType() to IntegerType and Type (dispatc [...]
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: include/llvm/IR/DerivedTypes.h | 21 ++++++-- include/llvm/IR/Type.h | 4 ++ include/llvm/Transforms/Utils/BuildLibCalls.h | 5 ++ include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 + lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 +-- lib/Transforms/InstCombine/InstCombineShifts.cpp | 20 +++---- lib/Transforms/Utils/BuildLibCalls.cpp | 6 +++ lib/Transforms/Utils/SimplifyLibCalls.cpp | 15 ++++++ test/Transforms/InstCombine/objsize.ll | 14 ++--- test/Transforms/InstCombine/strndup.ll | 67 ++++++++++++++++++++++++ 10 files changed, 132 insertions(+), 27 deletions(-) create mode 100644 test/Transforms/InstCombine/strndup.ll