summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Parallel.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng2020-01-101-18/+64
* win: Move Parallel.h off concrt to cross-platform codeNico Weber2019-10-101-30/+1
* Parallel: only allow the first TaskGroup to run tasks parallellyFangrui Song2019-04-251-6/+25
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove unused SyncExecutor and make it clearer that the whole file is only us...Nico Weber2018-05-111-14/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* Bring r314809 back.Rafael Espindola2017-10-041-2/+2
* Revert D38481 due to missing cmake check for CPU_COUNTDaniel Neilson2017-10-041-2/+2
* Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola2017-10-031-2/+2
* Fix -DLLVM_ENABLE_THREADS=OFF build after r302748Hans Wennborg2017-05-111-0/+2
* Final (hopefully) fix for the build bots.Zachary Turner2017-05-111-1/+1
* Try again to fix the buildbots.Zachary Turner2017-05-111-1/+1
* Fix build errors with Parallel.Zachary Turner2017-05-111-1/+1
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-0/+136
OpenPOWER on IntegriCloud