[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 20:34:27 PDT 2017
zturner updated this revision to Diff 98392.
zturner added a comment.
- Changed naming conventions on the leftover LLD-style variables.
- Deleted `TaskGroup.h` and `TaskGroup.cpp` and moved corresponding code to `Parallel.h` and `Parallel.cpp` inside of the `detail` namespace.
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.98392.patch
Type: text/x-patch
Size: 13333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170510/4d576a67/attachment.bin>
More information about the llvm-commits
mailing list