This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c010ffcb0 Remove isTlsLocalDynamicRel and isTlsInitialExecRel. new 8a3519900 Split up Parallel and LLVM'ize naming conventions. new 3e2dd84ce Fix #include case sensitivity problem.
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/lld/Core/Parallel.h | 279 ++++++++----------------------------- include/lld/Core/TaskGroup.h | 65 +++++++++ lib/Core/CMakeLists.txt | 1 + lib/Core/TaskGroup.cpp | 140 +++++++++++++++++++ unittests/CoreTests/CMakeLists.txt | 2 +- 5 files changed, 262 insertions(+), 225 deletions(-) create mode 100644 include/lld/Core/TaskGroup.h create mode 100644 lib/Core/TaskGroup.cpp