index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
/
ELF
/
Threads.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lld] Move Threads to Common
Bob Haarman
2017-10-13
1
-91
/
+0
*
Wait for all threads to terminate before exitting.
Rui Ueyama
2017-10-05
1
-0
/
+4
*
Update comments: parallel_for_each -> parallelForEach
Sam Clegg
2017-08-23
1
-1
/
+1
*
[ELF] - Replace parallelForEach with ranged form.
George Rimar
2017-08-04
1
-4
/
+3
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-2
/
+2
*
[Support] Move Parallel algorithms from LLD to LLVM.
Zachary Turner
2017-05-11
1
-5
/
+5
*
Remove unused #include.
Rui Ueyama
2017-05-10
1
-1
/
+0
*
Rename parallelFor -> parallelForEachN.
Rui Ueyama
2017-05-10
1
-2
/
+2
*
[Core] Make parallel algorithms match C++ Parallelism TS.
Zachary Turner
2017-05-10
1
-8
/
+6
*
Update comments.
Rui Ueyama
2017-03-24
1
-2
/
+2
*
Rename forEach -> parallelForEach and forLoop -> parallelFor.
Rui Ueyama
2017-03-22
1
-2
/
+3
*
Update comment to clarify the machine spec.
Rui Ueyama
2016-12-04
1
-4
/
+5
*
Add comments about the use of threads in LLD.
Rui Ueyama
2016-12-03
1
-0
/
+48
*
Factor out common code to a header.
Rui Ueyama
2016-12-03
1
-0
/
+41