This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7bdecb49531 [libFuzzer] fix stats during merge new 82f51d560c6 [Dominators] Implement incremental deletions
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/IR/Dominators.h | 6 + include/llvm/Support/GenericDomTree.h | 46 ++++- include/llvm/Support/GenericDomTreeConstruction.h | 223 +++++++++++++++++++++- lib/IR/Dominators.cpp | 5 + unittests/IR/DominatorTreeTest.cpp | 127 ++++++++++++ 5 files changed, 396 insertions(+), 11 deletions(-)