This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1691560659e Fix lit.site.cfg.py.in after rL316123 new e77c212f96e [Transforms] Fix some Clang-tidy modernize and Include What [...]
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: .../llvm/Transforms/Scalar/LoopStrengthReduce.h | 9 +- include/llvm/Transforms/Scalar/LoopUnrollPass.h | 8 +- include/llvm/Transforms/Scalar/MemCpyOptimizer.h | 24 ++-- include/llvm/Transforms/Scalar/Reassociate.h | 20 ++- lib/Transforms/Scalar/LoopRerollPass.cpp | 70 ++++++++-- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 151 ++++++++++----------- lib/Transforms/Scalar/LoopUnrollPass.cpp | 93 +++++++++---- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 19 ++- lib/Transforms/Scalar/Reassociate.cpp | 47 ++++--- 9 files changed, 281 insertions(+), 160 deletions(-)