aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ThreadPool.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-28[ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano1-2/+4
2016-11-28[ThreadPool] Simplify the interface. NFCI.Davide Italiano1-4/+2
2016-06-22Removing whitespace from test commit rL273447Jason Henline1-1/+1
2016-06-22Add whitespace to check commit accessJason Henline1-1/+1
2016-04-06Fix a race condition in support library ThreadPool.Justin Lebar1-1/+4
2015-12-15Fix MSVC build with LLVM_ENABLE_THREADS=OFFMehdi Amini1-1/+10
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini1-0/+146
2015-12-15Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini1-146/+0
2015-12-15Add a C++11 ThreadPool implementation in LLVMMehdi Amini1-0/+146
2015-12-13Revert r255444.Nico Weber1-143/+0
2015-12-12Add a C++11 ThreadPool implementation in LLVMMehdi Amini1-0/+143