This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9aed97c [codeview] Improved array type support. new 5288df5 Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
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: include/llvm/PassAnalysisSupport.h | 6 +- include/llvm/Support/GenericDomTree.h | 17 ++-- lib/Transforms/IPO/ArgumentPromotion.cpp | 25 +++--- lib/Transforms/IPO/DeadArgumentElimination.cpp | 17 ++-- lib/Transforms/IPO/ExtractGV.cpp | 12 +-- lib/Transforms/IPO/FunctionAttrs.cpp | 27 +++--- lib/Transforms/IPO/GlobalOpt.cpp | 6 +- lib/Transforms/IPO/IPConstantPropagation.cpp | 16 ++-- lib/Transforms/IPO/LoopExtractor.cpp | 24 +++--- lib/Transforms/IPO/MergeFunctions.cpp | 8 +- lib/Transforms/IPO/PartialInlining.cpp | 24 +++--- lib/Transforms/IPO/PruneEH.cpp | 16 ++-- lib/Transforms/IPO/StripSymbols.cpp | 10 +-- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 9 +- .../InstCombine/InstructionCombining.cpp | 6 +- .../Instrumentation/AddressSanitizer.cpp | 6 +- lib/Transforms/Instrumentation/BoundsChecking.cpp | 5 +- .../Instrumentation/DataFlowSanitizer.cpp | 26 +++--- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 25 +++--- lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 8 +- .../Scalar/CorrelatedValuePropagation.cpp | 6 +- lib/Transforms/Scalar/DeadStoreElimination.cpp | 5 +- lib/Transforms/Scalar/LICM.cpp | 4 +- lib/Transforms/Scalar/LoopDataPrefetch.cpp | 10 +-- lib/Transforms/Scalar/LoopDeletion.cpp | 10 +-- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 6 +- lib/Transforms/Scalar/LoopInterchange.cpp | 12 +-- lib/Transforms/Scalar/LoopRerollPass.cpp | 23 ++--- lib/Transforms/Scalar/LoopRotation.cpp | 13 ++- lib/Transforms/Scalar/LoopUnswitch.cpp | 18 ++-- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 7 +- lib/Transforms/Scalar/PlaceSafepoints.cpp | 8 +- lib/Transforms/Scalar/Reassociate.cpp | 10 +-- lib/Transforms/Scalar/Reg2Mem.cpp | 24 +++--- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 5 +- lib/Transforms/Scalar/SCCP.cpp | 53 ++++++------ lib/Transforms/Scalar/Scalarizer.cpp | 16 ++-- .../Scalar/SeparateConstOffsetFromGEP.cpp | 14 +-- lib/Transforms/Scalar/Sink.cpp | 5 +- lib/Transforms/Scalar/StructurizeCFG.cpp | 26 +++--- lib/Transforms/Scalar/TailRecursionElimination.cpp | 8 +- lib/Transforms/Utils/BasicBlockUtils.cpp | 36 +++----- lib/Transforms/Utils/CloneFunction.cpp | 7 +- lib/Transforms/Utils/CloneModule.cpp | 27 +++--- lib/Transforms/Utils/CodeExtractor.cpp | 99 +++++++++------------- lib/Transforms/Utils/InlineFunction.cpp | 23 +++-- lib/Transforms/Utils/InstructionNamer.cpp | 14 +-- lib/Transforms/Utils/LoopSimplify.cpp | 11 +-- lib/Transforms/Utils/LowerInvoke.cpp | 8 +- lib/Transforms/Utils/SimplifyCFG.cpp | 19 ++--- lib/Transforms/Utils/UnifyFunctionExitNodes.cpp | 9 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 6 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 82 +++++++++--------- 53 files changed, 398 insertions(+), 519 deletions(-)