This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe9291f15d2 [EarlyCSE] Handle calls with no MemorySSA info. new a774076f84b Fix mixed line terminators. NFC. new 79eefe9ee2d [Dominators] Implement incremental insertions
The 2 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 | 31 +++- include/llvm/Support/GenericDomTreeConstruction.h | 211 ++++++++++++++++++++++ lib/CodeGen/XRayInstrumentation.cpp | 6 +- lib/IR/Dominators.cpp | 5 + unittests/IR/DominatorTreeTest.cpp | 125 +++++++++++++ 6 files changed, 376 insertions(+), 8 deletions(-)