Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1 |
|
#
716042a6 |
| 06-Mar-2024 |
Mehdi Amini <joker.eph@gmail.com> |
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: cli
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.
show more ...
|
Revision tags: llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4, llvmorg-17.0.3 |
|
#
d07c3cf6 |
| 05-Oct-2023 |
Steven Wu <stevenwu@apple.com> |
[Support] Introduce ThreadSafeAllocator
Add support for ThreadSafeAllocator, which is needed for a CAS implementation, which requires thread safe allocation for data storage.
Reviewed By: dblaikie
[Support] Introduce ThreadSafeAllocator
Add support for ThreadSafeAllocator, which is needed for a CAS implementation, which requires thread safe allocation for data storage.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D133713
show more ...
|