This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf2414fa4d7 Remove spurious semicolons. new 950d20c7580 [Dominators] Keep tree level in DomTreeNode and use it to f [...] new 83971cbd44f [Dominators] Add NearestCommonDominator verification new 429cd8e5880 [Dominators] Teach IDF to use level information new 8c7c8491f0a [lit] Factor out listdir logic shared by different test formats.
The 4 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/IteratedDominanceFrontier.h | 1 - include/llvm/Support/GenericDomTree.h | 115 +++++++++++----------- include/llvm/Support/GenericDomTreeConstruction.h | 76 +++++++++++++- lib/Analysis/IteratedDominanceFrontier.cpp | 12 +-- unittests/IR/DominatorTreeTest.cpp | 13 +++ utils/lit/lit/formats/googletest.py | 43 +++----- utils/lit/lit/formats/shtest.py | 20 ++-- utils/lit/lit/util.py | 39 ++++++++ 8 files changed, 205 insertions(+), 114 deletions(-)