This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ad04e25e240 [WebAssembly] Add WebAssemblyException information analysis new 19eaf65da0f Add a TaskQueue that can serialize work on a ThreadPool. new aec098b9245 Fix CRLF line endings.
The 2 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/Support/MathExtras.h | 4 +- include/llvm/Support/TaskQueue.h | 137 ++++++++++++++++++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/TaskQueueTest.cpp | 105 +++++++++++++++++++++++++++ 4 files changed, 245 insertions(+), 2 deletions(-) create mode 100644 include/llvm/Support/TaskQueue.h create mode 100644 unittests/Support/TaskQueueTest.cpp