Chris Lattner | 662497e | 2010-11-16 21:39:15 +0000 | [diff] [blame] | 1 | This file is a partial list of people who have contributed to the LLVM/libc++ |
| 2 | project. If you have contributed a patch or made some other contribution to |
| 3 | LLVM/libc++, please submit a patch to this file to add yourself, and it will be |
| 4 | done! |
| 5 | |
| 6 | The list is sorted by surname and formatted to allow easy grepping and |
| 7 | beautification by scripts. The fields are: name (N), email (E), web-address |
| 8 | (W), PGP key ID and fingerprint (P), description (D), and snail-mail address |
| 9 | (S). |
| 10 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 11 | N: Saleem Abdulrasool |
| 12 | E: compnerd@compnerd.org |
Howard Hinnant | 116ce6a | 2012-07-26 20:22:37 +0000 | [diff] [blame] | 13 | D: Minor patches and Linux fixes. |
Howard Hinnant | d57de09 | 2012-08-24 21:45:19 +0000 | [diff] [blame] | 14 | |
Howard Hinnant | 6cb977b | 2012-09-14 23:28:54 +0000 | [diff] [blame] | 15 | N: Dimitry Andric |
| 16 | E: dimitry@andric.com |
| 17 | D: Visibility fixes, minor FreeBSD portability patches. |
Howard Hinnant | 75536ba | 2012-10-03 20:48:05 +0000 | [diff] [blame] | 18 | |
| 19 | N: Holger Arnold |
| 20 | E: holgerar@gmail.com |
| 21 | D: Minor fix. |
Argyrios Kyrtzidis | eac2a01 | 2012-10-15 17:34:53 +0000 | [diff] [blame] | 22 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 23 | N: Ruben Van Boxem |
| 24 | E: vanboxem dot ruben at gmail dot com |
| 25 | D: Initial Windows patches. |
| 26 | |
| 27 | N: David Chisnall |
| 28 | E: theraven at theravensnest dot org |
| 29 | D: FreeBSD and Solaris ports, libcxxrt support, some atomics work. |
| 30 | |
| 31 | N: Marshall Clow |
| 32 | E: mclow.lists@gmail.com |
| 33 | E: marshall@idio.com |
| 34 | D: Minor patches and bug fixes. |
| 35 | |
| 36 | N: Google Inc. |
| 37 | D: Copyright owner and contributor of the CityHash algorithm |
| 38 | |
| 39 | N: Howard Hinnant |
| 40 | E: hhinnant@apple.com |
| 41 | D: Architect and primary author of libc++ |
| 42 | |
| 43 | N: Hyeon-bin Jeong |
| 44 | E: tuhertz@gmail.com |
| 45 | D: Minor patches and bug fixes. |
| 46 | |
Argyrios Kyrtzidis | eac2a01 | 2012-10-15 17:34:53 +0000 | [diff] [blame] | 47 | N: Argyrios Kyrtzidis |
| 48 | E: kyrtzidis@apple.com |
| 49 | D: Bug fixes. |
Howard Hinnant | 3d4f92c | 2012-12-13 00:51:59 +0000 | [diff] [blame] | 50 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 51 | N: Michel Morin |
| 52 | E: mimomorin@gmail.com |
| 53 | D: Minor patches to is_convertible. |
| 54 | |
| 55 | N: Andrew Morrow |
| 56 | E: andrew.c.morrow@gmail.com |
| 57 | D: Minor patches and Linux fixes. |
| 58 | |
| 59 | N: Arvid Picciani |
| 60 | E: aep at exys dot org |
| 61 | D: Minor patches and musl port. |
| 62 | |
| 63 | N: Bjorn Reese |
| 64 | E: breese@users.sourceforge.net |
| 65 | D: Initial regex prototype |
| 66 | |
| 67 | N: Jonathan Sauer |
| 68 | D: Minor patches, mostly related to constexpr |
| 69 | |
| 70 | N: Craig Silverstein |
| 71 | E: csilvers@google.com |
| 72 | D: Implemented Cityhash as the string hash function on 64-bit machines |
| 73 | |
| 74 | N: Richard Smith |
| 75 | D: Minor patches. |
| 76 | |
Howard Hinnant | af69f47 | 2013-02-08 19:08:06 +0000 | [diff] [blame] | 77 | N: Michael van der Westhuizen |
| 78 | E: r1mikey at gmail dot com |
| 79 | |
Howard Hinnant | 159b9ba | 2013-01-01 16:09:11 +0000 | [diff] [blame] | 80 | N: Klaas de Vries |
| 81 | E: klaas at klaasgaaf dot nl |
| 82 | D: Minor bug fix. |
| 83 | |
Howard Hinnant | 3d4f92c | 2012-12-13 00:51:59 +0000 | [diff] [blame] | 84 | N: Zhang Xiongpang |
| 85 | E: zhangxiongpang@gmail.com |
| 86 | D: Minor patches and bug fixes. |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 87 | |
| 88 | N: Jeffrey Yasskin |
| 89 | E: jyasskin@gmail.com |
| 90 | E: jyasskin@google.com |
| 91 | D: Linux fixes. |
Howard Hinnant | fc2f021 | 2013-03-29 18:27:28 +0000 | [diff] [blame] | 92 | |
| 93 | N: Bruce Mitchener, Jr. |
| 94 | E: bruce.mitchener@gmail.com |
| 95 | D: Emscripten-related changes. |