This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aeedd1131c2 [X86][MMX] Add scheduling latency/throughput tests for MMX [...] new b35ed0f9fe1 [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: include/llvm/Transforms/Scalar/IndVarSimplify.h | 9 +- include/llvm/Transforms/Scalar/LoopDistribute.h | 3 + .../llvm/Transforms/Scalar/LoopIdiomRecognize.h | 9 +- include/llvm/Transforms/Scalar/LoopInstSimplify.h | 9 +- .../llvm/Transforms/Scalar/LoopLoadElimination.h | 10 +- lib/Transforms/Scalar/IndVarSimplify.cpp | 117 +++++++++++++++------ lib/Transforms/Scalar/LoopDistribute.cpp | 80 ++++++++++---- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 64 ++++++++--- lib/Transforms/Scalar/LoopInstSimplify.cpp | 25 ++++- lib/Transforms/Scalar/LoopInterchange.cpp | 95 ++++++++--------- lib/Transforms/Scalar/LoopLoadElimination.cpp | 40 ++++--- 11 files changed, 310 insertions(+), 151 deletions(-)