summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Threads.h
Commit message (Expand)AuthorAgeFilesLines
* [lld] Move Threads to CommonBob Haarman2017-10-131-91/+0
* Wait for all threads to terminate before exitting.Rui Ueyama2017-10-051-0/+4
* Update comments: parallel_for_each -> parallelForEachSam Clegg2017-08-231-1/+1
* [ELF] - Replace parallelForEach with ranged form.George Rimar2017-08-041-4/+3
* [ELF] - Apply clang-format. NFC.George Rimar2017-07-181-2/+2
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-5/+5
* Remove unused #include.Rui Ueyama2017-05-101-1/+0
* Rename parallelFor -> parallelForEachN.Rui Ueyama2017-05-101-2/+2
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-8/+6
* Update comments.Rui Ueyama2017-03-241-2/+2
* Rename forEach -> parallelForEach and forLoop -> parallelFor.Rui Ueyama2017-03-221-2/+3
* Update comment to clarify the machine spec.Rui Ueyama2016-12-041-4/+5
* Add comments about the use of threads in LLD.Rui Ueyama2016-12-031-0/+48
* Factor out common code to a header.Rui Ueyama2016-12-031-0/+41
OpenPOWER on IntegriCloud