This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e536ca663f9 [MemorySSA] Check for unreachable blocks when getting last [...] new 4c48a601af7 [DDG] Data Dependence Graph - Root Node
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/Analysis/DDG.h | 68 ++++++++++++++++++++++++-- include/llvm/Analysis/DependenceGraphBuilder.h | 11 +++++ lib/Analysis/DDG.cpp | 24 ++++++++- lib/Analysis/DependenceGraphBuilder.cpp | 28 +++++++++++ test/Analysis/DDG/root-node.ll | 52 ++++++++++++++++++++ 5 files changed, 177 insertions(+), 6 deletions(-) create mode 100644 test/Analysis/DDG/root-node.ll