summaryrefslogtreecommitdiffstats
path: root/lld/unittests/CoreTests/ParallelTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Support] Move Parallel algorithms from LLD to LLVM.Zachary Turner2017-05-111-46/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D33024 llvm-svn: 302748
* [Core] Make parallel algorithms match C++ Parallelism TS.Zachary Turner2017-05-101-2/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D33016 llvm-svn: 302613
* Fix signed/unsigned comparison warning in a unit test. This was appearing onJames Henderson2017-04-071-1/+1
| | | | | | lld-x86_64-darwin13. llvm-svn: 299749
* [Core] Fix parallel_for for LinuxJames Henderson2017-04-071-0/+15
| | | | | | | | r299635 exposed a latent bug in the Linux implementation of parallel_for, which resulted in it calling the function outside of the range requested, resulting later in a segmentation fault. This change fixes this issue and adds a unit test. llvm-svn: 299748
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
| | | | llvm-svn: 220131
* [Core] Add parallel infrastructure to lld.Michael J. Spencer2013-04-121-0/+33
Uses ConcRT and PPL on Windows. llvm-svn: 179397
OpenPOWER on IntegriCloud