Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Support] Move Parallel algorithms from LLD to LLVM. | Zachary Turner | 2017-05-11 | 1 | -141/+0 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D33024 llvm-svn: 302748 | ||||
* | Rename variables to conform to LLVM naming conventions. | Zachary Turner | 2017-05-10 | 1 | -5/+5 |
| | | | | llvm-svn: 302697 | ||||
* | Fix build breakage on Linux. | Rui Ueyama | 2017-05-05 | 1 | -0/+1 |
| | | | | llvm-svn: 302295 | ||||
* | Fix #include case sensitivity problem. | Zachary Turner | 2017-05-05 | 1 | -1/+1 |
| | | | | llvm-svn: 302291 | ||||
* | Split up Parallel and LLVM'ize naming conventions. | Zachary Turner | 2017-05-05 | 1 | -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 |