George Rimar
|
a9b071482d
|
[ELF] - Replace parallelForEach with ranged form.
Makes code a bit more convinent to write/read.
Differential revision: https://reviews.llvm.org/D36089
llvm-svn: 310040
|
2017-08-04 08:30:16 +00:00 |
George Rimar
|
67c60727ce
|
[ELF] - Apply clang-format. NFC.
llvm-svn: 308297
|
2017-07-18 11:55:35 +00:00 |
Zachary Turner
|
3a57fbd6db
|
[Support] Move Parallel algorithms from LLD to LLVM.
Differential Revision: https://reviews.llvm.org/D33024
llvm-svn: 302748
|
2017-05-11 00:03:52 +00:00 |
Rui Ueyama
|
42ec5b9728
|
Remove unused #include.
llvm-svn: 302719
|
2017-05-10 20:02:41 +00:00 |
Rui Ueyama
|
33d903d1b0
|
Rename parallelFor -> parallelForEachN.
So that it is clear that the function is a wrapper for for_each_n.
llvm-svn: 302718
|
2017-05-10 20:02:19 +00:00 |
Zachary Turner
|
092c767745
|
[Core] Make parallel algorithms match C++ Parallelism TS.
Differential Revision: https://reviews.llvm.org/D33016
llvm-svn: 302613
|
2017-05-10 01:16:22 +00:00 |
Rui Ueyama
|
81cb710784
|
Update comments.
llvm-svn: 298669
|
2017-03-24 00:15:57 +00:00 |
Rui Ueyama
|
4995afd943
|
Rename forEach -> parallelForEach and forLoop -> parallelFor.
"Parallel" is the most important aspect of the functions,
so we shouldn't omit that.
llvm-svn: 298557
|
2017-03-22 23:03:35 +00:00 |
Rui Ueyama
|
28f22ae15e
|
Update comment to clarify the machine spec.
llvm-svn: 288609
|
2016-12-04 02:34:29 +00:00 |
Rui Ueyama
|
c3aacfd91b
|
Add comments about the use of threads in LLD.
llvm-svn: 288606
|
2016-12-03 23:35:22 +00:00 |
Rui Ueyama
|
244a435ae3
|
Factor out common code to a header.
llvm-svn: 288599
|
2016-12-03 21:24:51 +00:00 |