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 | |
Dan Albert | c49fb89 | 2015-01-30 22:40:31 +0000 | [diff] [blame] | 15 | N: Dan Albert |
| 16 | E: danalbert@google.com |
| 17 | D: Android support and test runner improvements. |
| 18 | |
Howard Hinnant | 6cb977b | 2012-09-14 23:28:54 +0000 | [diff] [blame] | 19 | N: Dimitry Andric |
| 20 | E: dimitry@andric.com |
| 21 | D: Visibility fixes, minor FreeBSD portability patches. |
Howard Hinnant | 75536ba | 2012-10-03 20:48:05 +0000 | [diff] [blame] | 22 | |
| 23 | N: Holger Arnold |
| 24 | E: holgerar@gmail.com |
| 25 | D: Minor fix. |
Argyrios Kyrtzidis | eac2a01 | 2012-10-15 17:34:53 +0000 | [diff] [blame] | 26 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 27 | N: Ruben Van Boxem |
| 28 | E: vanboxem dot ruben at gmail dot com |
| 29 | D: Initial Windows patches. |
| 30 | |
| 31 | N: David Chisnall |
| 32 | E: theraven at theravensnest dot org |
| 33 | D: FreeBSD and Solaris ports, libcxxrt support, some atomics work. |
| 34 | |
| 35 | N: Marshall Clow |
| 36 | E: mclow.lists@gmail.com |
| 37 | E: marshall@idio.com |
Marshall Clow | 42389d2 | 2013-09-28 01:25:55 +0000 | [diff] [blame] | 38 | D: C++14 support, patches and bug fixes. |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 39 | |
Jonathan Coe | 1d4f1c1 | 2016-06-19 19:36:28 +0000 | [diff] [blame] | 40 | N: Jonathan B Coe |
| 41 | E: jbcoe@me.com |
| 42 | D: Implementation of propagate_const. |
| 43 | |
Eric Fiselier | 4f26672 | 2014-08-21 04:21:43 +0000 | [diff] [blame] | 44 | N: Eric Fiselier |
| 45 | E: eric@efcs.ca |
| 46 | D: LFTS support, patches and bug fixes. |
| 47 | |
Howard Hinnant | dbc8cf0 | 2013-07-02 17:43:31 +0000 | [diff] [blame] | 48 | N: Bill Fisher |
| 49 | E: william.w.fisher@gmail.com |
| 50 | D: Regex bug fixes. |
| 51 | |
Howard Hinnant | 4573565 | 2013-07-02 19:00:29 +0000 | [diff] [blame] | 52 | N: Matthew Dempsky |
| 53 | E: matthew@dempsky.org |
| 54 | D: Minor patches and bug fixes. |
| 55 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 56 | N: Google Inc. |
| 57 | D: Copyright owner and contributor of the CityHash algorithm |
| 58 | |
| 59 | N: Howard Hinnant |
| 60 | E: hhinnant@apple.com |
| 61 | D: Architect and primary author of libc++ |
| 62 | |
| 63 | N: Hyeon-bin Jeong |
| 64 | E: tuhertz@gmail.com |
| 65 | D: Minor patches and bug fixes. |
| 66 | |
Argyrios Kyrtzidis | eac2a01 | 2012-10-15 17:34:53 +0000 | [diff] [blame] | 67 | N: Argyrios Kyrtzidis |
| 68 | E: kyrtzidis@apple.com |
| 69 | D: Bug fixes. |
Howard Hinnant | 3d4f92c | 2012-12-13 00:51:59 +0000 | [diff] [blame] | 70 | |
Howard Hinnant | 74f4da7 | 2013-05-02 20:18:43 +0000 | [diff] [blame] | 71 | N: Bruce Mitchener, Jr. |
| 72 | E: bruce.mitchener@gmail.com |
| 73 | D: Emscripten-related changes. |
| 74 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 75 | N: Michel Morin |
| 76 | E: mimomorin@gmail.com |
| 77 | D: Minor patches to is_convertible. |
| 78 | |
| 79 | N: Andrew Morrow |
| 80 | E: andrew.c.morrow@gmail.com |
| 81 | D: Minor patches and Linux fixes. |
| 82 | |
| 83 | N: Arvid Picciani |
| 84 | E: aep at exys dot org |
| 85 | D: Minor patches and musl port. |
| 86 | |
| 87 | N: Bjorn Reese |
| 88 | E: breese@users.sourceforge.net |
| 89 | D: Initial regex prototype |
| 90 | |
Howard Hinnant | 0f678bd | 2013-08-12 18:38:34 +0000 | [diff] [blame] | 91 | N: Nico Rieck |
| 92 | E: nico.rieck@gmail.com |
| 93 | D: Windows fixes |
| 94 | |
Jonathan Roelofs | 7710603 | 2015-02-26 00:48:22 +0000 | [diff] [blame] | 95 | N: Jon Roelofs |
| 96 | E: jonathan@codesourcery.com |
| 97 | D: Remote testing, Newlib port, baremetal/single-threaded support. |
| 98 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 99 | N: Jonathan Sauer |
| 100 | D: Minor patches, mostly related to constexpr |
| 101 | |
| 102 | N: Craig Silverstein |
| 103 | E: csilvers@google.com |
| 104 | D: Implemented Cityhash as the string hash function on 64-bit machines |
| 105 | |
| 106 | N: Richard Smith |
| 107 | D: Minor patches. |
| 108 | |
Joerg Sonnenberger | 867deb8 | 2013-04-29 19:55:32 +0000 | [diff] [blame] | 109 | N: Joerg Sonnenberger |
| 110 | E: joerg@NetBSD.org |
| 111 | D: NetBSD port. |
| 112 | |
Howard Hinnant | 74f4da7 | 2013-05-02 20:18:43 +0000 | [diff] [blame] | 113 | N: Stephan Tolksdorf |
| 114 | E: st@quanttec.com |
| 115 | D: Minor <atomic> fix |
| 116 | |
Howard Hinnant | af69f47 | 2013-02-08 19:08:06 +0000 | [diff] [blame] | 117 | N: Michael van der Westhuizen |
| 118 | E: r1mikey at gmail dot com |
| 119 | |
Larisse Voufo | 43c1f23 | 2015-02-20 06:17:20 +0000 | [diff] [blame] | 120 | N: Larisse Voufo |
| 121 | D: Minor patches. |
| 122 | |
Howard Hinnant | 159b9ba | 2013-01-01 16:09:11 +0000 | [diff] [blame] | 123 | N: Klaas de Vries |
| 124 | E: klaas at klaasgaaf dot nl |
| 125 | D: Minor bug fix. |
| 126 | |
Howard Hinnant | 3d4f92c | 2012-12-13 00:51:59 +0000 | [diff] [blame] | 127 | N: Zhang Xiongpang |
| 128 | E: zhangxiongpang@gmail.com |
| 129 | D: Minor patches and bug fixes. |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 130 | |
Howard Hinnant | 7f76450 | 2013-08-14 18:00:20 +0000 | [diff] [blame] | 131 | N: Xing Xue |
| 132 | E: xingxue@ca.ibm.com |
| 133 | D: AIX port |
| 134 | |
Howard Hinnant | 70730d8 | 2013-08-07 23:29:10 +0000 | [diff] [blame] | 135 | N: Zhihao Yuan |
| 136 | E: lichray@gmail.com |
| 137 | D: Standard compatibility fixes. |
| 138 | |
Howard Hinnant | 2328902 | 2012-12-27 23:26:52 +0000 | [diff] [blame] | 139 | N: Jeffrey Yasskin |
| 140 | E: jyasskin@gmail.com |
| 141 | E: jyasskin@google.com |
| 142 | D: Linux fixes. |