This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc60d7b17de [ADT] Add a default constructor and a bool conversion to fu [...] new 1060082924c [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorT [...] new eb41f6a3452 [IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the [...]
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: include/llvm/CodeGen/BasicTTIImpl.h | 2 +- include/llvm/IR/IRBuilder.h | 6 ++---- include/llvm/IR/Type.h | 6 ++++++ lib/Analysis/InstructionSimplify.cpp | 15 +++++++-------- lib/Analysis/ValueTracking.cpp | 10 ++++------ lib/AsmParser/LLParser.cpp | 10 +++++----- lib/IR/Constants.cpp | 12 ++++++------ lib/IR/Instructions.cpp | 6 ++---- lib/IR/Type.cpp | 2 +- lib/IR/Verifier.cpp | 19 ++++++++----------- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 5 ++--- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 8 ++++---- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 15 +++++++-------- lib/Transforms/InstCombine/InstCombineCasts.cpp | 2 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 ++-- lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 5 ++--- lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 ++-- lib/Transforms/InstCombine/InstructionCombining.cpp | 2 +- lib/Transforms/Scalar/GVN.cpp | 12 ++++++------ lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 2 +- lib/Transforms/Scalar/SROA.cpp | 6 ++---- lib/Transforms/Utils/VNCoercion.cpp | 15 +++++++-------- tools/llvm-stress/llvm-stress.cpp | 16 ++++++---------- 23 files changed, 85 insertions(+), 99 deletions(-)