[all-commits] [llvm/llvm-project] 716042: Rename llvm::ThreadPool -> llvm::DefaultThreadPool...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Tue Mar 5 18:00:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 716042a63f26cd020eb72960f72fa97b9a197382
      https://github.com/llvm/llvm-project/commit/716042a63f26cd020eb72960f72fa97b9a197382
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2024-03-05 (Tue, 05 Mar 2024)

  Changed paths:
    M bolt/lib/Core/ParallelUtilities.cpp
    M bolt/tools/merge-fdata/merge-fdata.cpp
    M clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
    M clang-tools-extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp
    M clang/lib/Tooling/AllTUsExecution.cpp
    M clang/tools/clang-scan-deps/ClangScanDeps.cpp
    M lld/MachO/Writer.cpp
    M lldb/source/Core/Debugger.cpp
    M llvm/docs/ORCv2.rst
    M llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/include/llvm/Support/ThreadPool.h
    M llvm/lib/CodeGen/ParallelCG.cpp
    M llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
    M llvm/lib/DWARFLinker/Parallel/DWARFLinkerImpl.cpp
    M llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    M llvm/lib/LTO/LTO.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/Support/BalancedPartitioning.cpp
    M llvm/tools/dsymutil/dsymutil.cpp
    M llvm/tools/llvm-cov/CodeCoverage.cpp
    M llvm/tools/llvm-cov/CoverageExporterJson.cpp
    M llvm/tools/llvm-cov/CoverageReport.cpp
    M llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp
    M llvm/tools/llvm-profdata/llvm-profdata.cpp
    M llvm/tools/llvm-reduce/deltas/Delta.cpp
    M llvm/unittests/ADT/LazyAtomicPointerTest.cpp
    M llvm/unittests/Debuginfod/HTTPServerTests.cpp
    M llvm/unittests/Support/ParallelTest.cpp
    M llvm/unittests/Support/ThreadPool.cpp
    M llvm/unittests/Support/ThreadSafeAllocatorTest.cpp
    M mlir/include/mlir/IR/MLIRContext.h
    M mlir/lib/CAPI/IR/Support.cpp
    M mlir/lib/ExecutionEngine/AsyncRuntime.cpp
    M mlir/lib/IR/MLIRContext.cpp

  Log Message:
  -----------
  Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)

The base class llvm::ThreadPoolInterface will be renamed
llvm::ThreadPool in a subsequent commit.

This is a breaking change: clients who use to create a ThreadPool must
now create a DefaultThreadPool instead.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list