This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f6f2fb76a6 [DAG] Avoid redundant chain transversal in store merge cycl [...] new f921d44a03e Expose CFG Update struct. Define GraphTraits to get childre [...]
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/ADT/iterator.h | 28 ++++ include/llvm/IR/CFGDiff.h | 286 +++++++++++++++++++++++++++++++++++++++ include/llvm/Support/CFGUpdate.h | 113 ++++++++++++++++ 3 files changed, 427 insertions(+) create mode 100644 include/llvm/IR/CFGDiff.h create mode 100644 include/llvm/Support/CFGUpdate.h