This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1356a150afc [AMDGPU] Do not insert an instruction into worklist twice i [...] new cb105529db3 [Dominators] Make IsPostDominator a template parameter
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/DominanceFrontier.h | 59 ++++++++++++----------- include/llvm/Analysis/DominanceFrontierImpl.h | 36 +++++++------- include/llvm/Analysis/IteratedDominanceFrontier.h | 20 ++++---- include/llvm/Analysis/LoopInfo.h | 9 ++-- include/llvm/Analysis/LoopInfoImpl.h | 17 +++---- include/llvm/Analysis/PostDominators.h | 6 +-- include/llvm/CodeGen/MachineDominanceFrontier.h | 31 ++++++------ include/llvm/CodeGen/MachineDominators.h | 15 +++--- include/llvm/CodeGen/MachinePostDominators.h | 2 +- include/llvm/IR/Dominators.h | 21 ++++---- include/llvm/Support/GenericDomTree.h | 41 ++++++++++------ lib/Analysis/DominanceFrontier.cpp | 3 +- lib/Analysis/IteratedDominanceFrontier.cpp | 8 +-- lib/Analysis/LoopInfo.cpp | 2 +- lib/Analysis/PostDominators.cpp | 2 + lib/CodeGen/MachineDominanceFrontier.cpp | 3 +- lib/CodeGen/MachineDominators.cpp | 6 +-- lib/CodeGen/MachinePostDominators.cpp | 7 ++- lib/IR/Dominators.cpp | 8 ++- lib/Transforms/IPO/SampleProfile.cpp | 11 +++-- unittests/IR/DominatorTreeTest.cpp | 21 ++++---- 21 files changed, 176 insertions(+), 152 deletions(-)