This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 052d11cee69 Attempt to unbreak the expensive-checks-win bot new 46057fe01a5 [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/Utils/Evaluator.h | 11 ++- include/llvm/Transforms/Utils/Mem2Reg.h | 7 +- include/llvm/Transforms/Utils/SplitModule.h | 5 +- include/llvm/Transforms/Utils/UnrollLoop.h | 15 ++- include/llvm/Transforms/Utils/ValueMapper.h | 14 ++- lib/Transforms/Scalar/LoopVersioningLICM.cpp | 102 ++++++++++++--------- lib/Transforms/Scalar/MergeICmps.cpp | 93 ++++++++++++------- .../Scalar/SeparateConstOffsetFromGEP.cpp | 60 ++++++++++-- lib/Transforms/Utils/Evaluator.cpp | 28 ++++-- lib/Transforms/Utils/FlattenCFG.cpp | 30 ++++-- lib/Transforms/Utils/Mem2Reg.cpp | 22 +++-- lib/Transforms/Utils/SimplifyCFG.cpp | 76 ++++++++------- lib/Transforms/Utils/SplitModule.cpp | 40 ++++++-- lib/Transforms/Utils/ValueMapper.cpp | 39 ++++++-- 14 files changed, 364 insertions(+), 178 deletions(-)