[PATCH] D33024: [Support] Move LLD parallel algorithms to LLVM.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 19:03:47 PDT 2017
zturner created this revision.
Herald added a subscriber: mgorny.
NFC, this is just a straight code move along with header / namespace fixups.
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/include/llvm/Support/TaskGroup.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/TaskGroup.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/ParallelTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33024.98385.patch
Type: text/x-patch
Size: 11002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170510/886352da/attachment.bin>
More information about the llvm-commits
mailing list