Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -DLLVM_ENABLE_THREADS=OFF build after r302748 | Hans Wennborg | 2017-05-11 | 1 | -0/+2 |
| | | | | llvm-svn: 302806 | ||||
* | Final (hopefully) fix for the build bots. | Zachary Turner | 2017-05-11 | 1 | -1/+1 |
| | | | | | | | | This time it actually occurred to me to change the #defines to actually test the pre-processed out codepath. Hopefully this time it works. llvm-svn: 302752 | ||||
* | Try again to fix the buildbots. | Zachary Turner | 2017-05-11 | 1 | -1/+1 |
| | | | | | | | TaskGroup and Latch need to be in llvm::parallel::detail, not in llvm::detail. llvm-svn: 302751 | ||||
* | Fix build errors with Parallel. | Zachary Turner | 2017-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 302749 | ||||
* | [Support] Move Parallel algorithms from LLD to LLVM. | Zachary Turner | 2017-05-11 | 1 | -0/+136 |
Differential Revision: https://reviews.llvm.org/D33024 llvm-svn: 302748 |