aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Parallel.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-07-08[Support] Define llvm::parallel::strategy for -DLLVM_ENABLE_THREADS=off build...Fangrui Song1-3/+2
2020-03-31[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --thr...Fangrui Song1-1/+7
2020-02-14[Support] On Windows, ensure hardware_concurrency() extends to all CPU socket...Alexandre Ganea1-6/+8
2020-01-10[Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng1-18/+64
2019-10-10win: Move Parallel.h off concrt to cross-platform codeNico Weber1-30/+1
2019-04-25Parallel: only allow the first TaskGroup to run tasks parallellyFangrui Song1-6/+25
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-11Remove unused SyncExecutor and make it clearer that the whole file is only us...Nico Weber1-14/+5
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-3/+3
2017-10-04Bring r314809 back.Rafael Espindola1-2/+2
2017-10-04Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson1-2/+2
2017-10-03Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola1-2/+2
2017-05-11Fix -DLLVM_ENABLE_THREADS=OFF build after r302748Hans Wennborg1-0/+2
2017-05-11Final (hopefully) fix for the build bots.Zachary Turner1-1/+1
2017-05-11Try again to fix the buildbots.Zachary Turner1-1/+1
2017-05-11Fix build errors with Parallel.Zachary Turner1-1/+1
2017-05-11[Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner1-0/+136