This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b549ea6b60 Revert r336159, r336157. Some bots failed on qualified std: [...] new 57fa5c9397b Reappl "[Dominators] Add the DomTreeUpdater class"
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/DomTreeUpdater.h | 244 +++++++++++++ include/llvm/module.modulemap | 2 + lib/IR/CMakeLists.txt | 1 + lib/IR/DomTreeUpdater.cpp | 512 ++++++++++++++++++++++++++ unittests/IR/CMakeLists.txt | 1 + unittests/IR/DomTreeUpdaterTest.cpp | 693 ++++++++++++++++++++++++++++++++++++ 6 files changed, 1453 insertions(+) create mode 100644 include/llvm/IR/DomTreeUpdater.h create mode 100644 lib/IR/DomTreeUpdater.cpp create mode 100644 unittests/IR/DomTreeUpdaterTest.cpp