This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e8079d [CFLAA] Add support for ModRef queries. new 5c54a09 [ADT] Add a new data structure for managing a priority workli [...]
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/PriorityWorklist.h | 224 +++++++++++++++++++++++++++++++++ unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/PriorityWorklistTest.cpp | 106 ++++++++++++++++ 3 files changed, 331 insertions(+) create mode 100644 include/llvm/ADT/PriorityWorklist.h create mode 100644 unittests/ADT/PriorityWorklistTest.cpp