summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/TaskGroup.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-141/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D33024 llvm-svn: 302748
* Rename variables to conform to LLVM naming conventions.Zachary Turner2017-05-101-5/+5
| | | | llvm-svn: 302697
* Fix build breakage on Linux.Rui Ueyama2017-05-051-0/+1
| | | | llvm-svn: 302295
* Fix #include case sensitivity problem.Zachary Turner2017-05-051-1/+1
| | | | llvm-svn: 302291
* Split up Parallel and LLVM'ize naming conventions.Zachary Turner2017-05-051-0/+140
This is one step in preparation of raising this up to LLVM. This hides all of the Executor stuff in a private implementation file, leaving only the core algorithms and the TaskGroup class exposed. In doing so, fix up all the variable names to conform to LLVM style. Differential Revision: https://reviews.llvm.org/D32890 llvm-svn: 302288
OpenPOWER on IntegriCloud