summaryrefslogtreecommitdiffstats
path: root/lib/Support/ThreadPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support: Remove MSVC 2013 workarounds in ThreadPool class.Peter Collingbourne2017-06-141-16/+3
* [ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano2016-11-281-2/+4
* [ThreadPool] Simplify the interface. NFCI.Davide Italiano2016-11-281-4/+2
* Removing whitespace from test commit rL273447Jason Henline2016-06-221-1/+1
* Add whitespace to check commit accessJason Henline2016-06-221-1/+1
* Fix a race condition in support library ThreadPool.Justin Lebar2016-04-061-1/+4
* Fix MSVC build with LLVM_ENABLE_THREADS=OFFMehdi Amini2015-12-151-1/+10
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-151-0/+146
* Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini2015-12-151-146/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-151-0/+146
* Revert r255444.Nico Weber2015-12-131-143/+0
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-121-0/+143