This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eb271e82ff4 [PDB] Handle an empty globals hash table with no buckets new 16267f1cbc6 [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/IPO/SCCP.h | 8 +- include/llvm/Transforms/SampleProfile.h | 15 ++- include/llvm/Transforms/Utils/BasicBlockUtils.h | 11 +- lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h | 64 ++++++----- lib/Transforms/ObjCARC/BlotMapVector.h | 34 ++++-- lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 121 +++++++++++++-------- lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp | 15 ++- lib/Transforms/ObjCARC/ProvenanceAnalysis.h | 32 +++--- lib/Transforms/ObjCARC/PtrState.cpp | 14 ++- lib/Transforms/ObjCARC/PtrState.h | 39 ++++--- lib/Transforms/Scalar/InferAddressSpaces.cpp | 41 +++++-- .../Scalar/StraightLineStrengthReduce.cpp | 80 ++++++++++---- lib/Transforms/Utils/BasicBlockUtils.cpp | 31 ++++-- lib/Transforms/Utils/LoopUnrollPeel.cpp | 28 +++-- lib/Transforms/Utils/MetaRenamer.cpp | 29 +++-- 15 files changed, 372 insertions(+), 190 deletions(-)