aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Parallel.cpp
AgeCommit message (Expand)AuthorFilesLines
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