This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a538be3 [Unroll] Implement a conservative and monotonically increasin [...] new b29c290 [ADT] Add an 'llvm::seq' function which produces an 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/Sequence.h | 76 ++++++++++++++++++++++++++++++++++++++++++ include/llvm/ADT/iterator.h | 20 +++++++++-- unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/SequenceTest.cpp | 39 ++++++++++++++++++++++ 4 files changed, 134 insertions(+), 2 deletions(-) create mode 100644 include/llvm/ADT/Sequence.h create mode 100644 unittests/ADT/SequenceTest.cpp