This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b10e5f [AMDGPU] Eliminate barrier if workgroup size is not greater t [...] new 0caf385 [ADT] Add a generic breadth-first-search graph iterator.
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/BreadthFirstIterator.h | 165 +++++++++++++++++++++++++++++ unittests/ADT/BreadthFirstIteratorTest.cpp | 74 +++++++++++++ unittests/ADT/CMakeLists.txt | 1 + 3 files changed, 240 insertions(+) create mode 100644 include/llvm/ADT/BreadthFirstIterator.h create mode 100644 unittests/ADT/BreadthFirstIteratorTest.cpp