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