[PATCH] D33024: [Support] Move LLD parallel algorithms to LLVM.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 10:56:40 PDT 2017


zturner updated this revision to Diff 98491.
zturner added a comment.

Rebased after renaming variables on the LLD side.


https://reviews.llvm.org/D33024

Files:
  lld/COFF/ICF.cpp
  lld/COFF/MapFile.cpp
  lld/COFF/Writer.cpp
  lld/ELF/Threads.h
  lld/include/lld/Core/Parallel.h
  lld/include/lld/Core/TaskGroup.h
  lld/lib/Core/CMakeLists.txt
  lld/lib/Core/TaskGroup.cpp
  lld/lib/ReaderWriter/MachO/LayoutPass.cpp
  lld/unittests/CMakeLists.txt
  lld/unittests/CoreTests/CMakeLists.txt
  lld/unittests/CoreTests/ParallelTest.cpp
  llvm/include/llvm/Support/Parallel.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/Parallel.cpp
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/ParallelTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33024.98491.patch
Type: text/x-patch
Size: 33782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170510/7e8e7dbe/attachment.bin>


More information about the llvm-commits mailing list