This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 538282cc5eb Revert "[SDAG] Relax conditions under stores of loaded valu [...] new 0b84d77114d [libFuzzer] fix a compiler warning new 3c1ec57f409 [Support] Move Parallel algorithms from LLD to LLVM.
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/Parallel.h | 251 +++++++++++++++++++++++++++++++++++++ lib/Fuzzer/FuzzerMutate.cpp | 3 +- lib/Support/CMakeLists.txt | 1 + lib/Support/Parallel.cpp | 136 ++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/ParallelTest.cpp | 48 +++++++ 6 files changed, 439 insertions(+), 1 deletion(-) create mode 100644 include/llvm/Support/Parallel.h create mode 100644 lib/Support/Parallel.cpp create mode 100644 unittests/Support/ParallelTest.cpp