llvm-capstone/pstl/CREDITS.txt
JF Bastien e637637ae4 Initial PSTL commit
The initial commit of the Parallel STL upstream (under LLVM umbrella) based on
Parallel STL 20181204 open source release, which is available by
https://github.com/intel/parallelstl

Author: Mikhail Dvorskiy <mikhail.dvorskiy@intel.com>

Differential Revision: https://reviews.llvm.org/D55889

llvm-svn: 349653
2018-12-19 17:45:32 +00:00

18 lines
703 B
Plaintext

This file is a partial list of people who have contributed to the LLVM/pstl
(Parallel STL) project. If you have contributed a patch or made some other
contribution to LLVM/pstl, please submit a patch to this file to add yourself,
and it will be done!
The list is sorted by surname and formatted to allow easy grepping and
beautification by scripts. The fields are: name (N), email (E), web-address
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
(S).
N: Intel Corporation
W: http://www.intel.com
D: Created the initial implementation.
N: Thomas Rodgers
E: trodgers@redhat.com
D: Identifier name transformation for inclusion in a Standard C++ library.