Chris Lattner | 4c9fa8a | 2010-11-16 21:39:15 | [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 | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 11 | N: Saleem Abdulrasool |
| 12 | E: [email protected] |
Howard Hinnant | c2e9354 | 2012-07-26 20:22:37 | [diff] [blame] | 13 | D: Minor patches and Linux fixes. |
Howard Hinnant | bad901b | 2012-08-24 21:45:19 | [diff] [blame] | 14 | |
Dan Albert | b2c9c3c | 2015-01-30 22:40:31 | [diff] [blame] | 15 | N: Dan Albert |
| 16 | E: [email protected] |
| 17 | D: Android support and test runner improvements. |
| 18 | |
Howard Hinnant | 948b8cb | 2012-09-14 23:28:54 | [diff] [blame] | 19 | N: Dimitry Andric |
| 20 | E: [email protected] |
| 21 | D: Visibility fixes, minor FreeBSD portability patches. |
Howard Hinnant | f543a75 | 2012-10-03 20:48:05 | [diff] [blame] | 22 | |
| 23 | N: Holger Arnold |
| 24 | E: [email protected] |
| 25 | D: Minor fix. |
Argyrios Kyrtzidis | 523623c | 2012-10-15 17:34:53 | [diff] [blame] | 26 | |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [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: [email protected] |
| 37 | E: [email protected] |
Marshall Clow | 66a49bd2 | 2013-09-28 01:25:55 | [diff] [blame] | 38 | D: C++14 support, patches and bug fixes. |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 39 | |
Jonathan Coe | 4fc9221 | 2016-06-19 19:36:28 | [diff] [blame] | 40 | N: Jonathan B Coe |
| 41 | E: [email protected] |
| 42 | D: Implementation of propagate_const. |
| 43 | |
Eric Fiselier | 601f763 | 2020-04-08 22:00:13 | [diff] [blame] | 44 | N: Christopher Di Bella |
| 45 | E: [email protected] |
| 46 | E: [email protected] |
| 47 | D: Library concepts. |
| 48 | |
Marshall Clow | 2365c78 | 2017-11-23 14:50:56 | [diff] [blame] | 49 | N: Glen Joseph Fernandes |
| 50 | E: [email protected] |
| 51 | D: Implementation of to_address. |
| 52 | |
Eric Fiselier | 700c58b | 2014-08-21 04:21:43 | [diff] [blame] | 53 | N: Eric Fiselier |
| 54 | E: [email protected] |
| 55 | D: LFTS support, patches and bug fixes. |
| 56 | |
Howard Hinnant | 43bbdd2 | 2013-07-02 17:43:31 | [diff] [blame] | 57 | N: Bill Fisher |
| 58 | E: [email protected] |
| 59 | D: Regex bug fixes. |
| 60 | |
Howard Hinnant | 904e587f | 2013-07-02 19:00:29 | [diff] [blame] | 61 | N: Matthew Dempsky |
| 62 | E: [email protected] |
| 63 | D: Minor patches and bug fixes. |
| 64 | |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 65 | N: Google Inc. |
| 66 | D: Copyright owner and contributor of the CityHash algorithm |
| 67 | |
| 68 | N: Howard Hinnant |
| 69 | E: [email protected] |
| 70 | D: Architect and primary author of libc++ |
| 71 | |
Sergej Jaskiewicz | 0313075 | 2019-11-21 08:02:01 | [diff] [blame] | 72 | N: Sergej Jaskiewicz |
| 73 | E: [email protected] |
| 74 | D: Minor improvements in the testing infrastructure |
| 75 | |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 76 | N: Hyeon-bin Jeong |
| 77 | E: [email protected] |
| 78 | D: Minor patches and bug fixes. |
| 79 | |
Argyrios Kyrtzidis | 523623c | 2012-10-15 17:34:53 | [diff] [blame] | 80 | N: Argyrios Kyrtzidis |
| 81 | E: [email protected] |
| 82 | D: Bug fixes. |
Howard Hinnant | 3cea78e | 2012-12-13 00:51:59 | [diff] [blame] | 83 | |
Howard Hinnant | da9ca0b | 2013-05-02 20:18:43 | [diff] [blame] | 84 | N: Bruce Mitchener, Jr. |
| 85 | E: [email protected] |
| 86 | D: Emscripten-related changes. |
| 87 | |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 88 | N: Michel Morin |
| 89 | E: [email protected] |
| 90 | D: Minor patches to is_convertible. |
| 91 | |
| 92 | N: Andrew Morrow |
| 93 | E: [email protected] |
| 94 | D: Minor patches and Linux fixes. |
| 95 | |
Michael Park | f62eb6b | 2017-01-07 10:19:24 | [diff] [blame] | 96 | N: Michael Park |
Michael Park | 6f18866 | 2017-03-06 20:46:55 | [diff] [blame] | 97 | E: [email protected] |
Michael Park | f62eb6b | 2017-01-07 10:19:24 | [diff] [blame] | 98 | D: Implementation of <variant>. |
| 99 | |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 100 | N: Arvid Picciani |
| 101 | E: aep at exys dot org |
| 102 | D: Minor patches and musl port. |
| 103 | |
| 104 | N: Bjorn Reese |
| 105 | E: [email protected] |
| 106 | D: Initial regex prototype |
| 107 | |
Howard Hinnant | f0544c2 | 2013-08-12 18:38:34 | [diff] [blame] | 108 | N: Nico Rieck |
| 109 | E: [email protected] |
| 110 | D: Windows fixes |
| 111 | |
Jonathan Roelofs | 724d38e | 2015-02-26 00:48:22 | [diff] [blame] | 112 | N: Jon Roelofs |
Jonathan Roelofs | 0f44840 | 2017-12-29 19:26:53 | [diff] [blame] | 113 | E: [email protected] |
Jonathan Roelofs | 724d38e | 2015-02-26 00:48:22 | [diff] [blame] | 114 | D: Remote testing, Newlib port, baremetal/single-threaded support. |
| 115 | |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 116 | N: Jonathan Sauer |
| 117 | D: Minor patches, mostly related to constexpr |
| 118 | |
| 119 | N: Craig Silverstein |
| 120 | E: [email protected] |
| 121 | D: Implemented Cityhash as the string hash function on 64-bit machines |
| 122 | |
| 123 | N: Richard Smith |
| 124 | D: Minor patches. |
| 125 | |
Joerg Sonnenberger | 3f9d685 | 2013-04-29 19:55:32 | [diff] [blame] | 126 | N: Joerg Sonnenberger |
| 127 | E: [email protected] |
| 128 | D: NetBSD port. |
| 129 | |
Howard Hinnant | da9ca0b | 2013-05-02 20:18:43 | [diff] [blame] | 130 | N: Stephan Tolksdorf |
| 131 | E: [email protected] |
| 132 | D: Minor <atomic> fix |
| 133 | |
Howard Hinnant | 50232e5 | 2013-02-08 19:08:06 | [diff] [blame] | 134 | N: Michael van der Westhuizen |
| 135 | E: r1mikey at gmail dot com |
| 136 | |
Larisse Voufo | da577b8 | 2015-02-20 06:17:20 | [diff] [blame] | 137 | N: Larisse Voufo |
| 138 | D: Minor patches. |
| 139 | |
Howard Hinnant | 5b5e533 | 2013-01-01 16:09:11 | [diff] [blame] | 140 | N: Klaas de Vries |
| 141 | E: klaas at klaasgaaf dot nl |
| 142 | D: Minor bug fix. |
| 143 | |
Howard Hinnant | 3cea78e | 2012-12-13 00:51:59 | [diff] [blame] | 144 | N: Zhang Xiongpang |
| 145 | E: [email protected] |
| 146 | D: Minor patches and bug fixes. |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 147 | |
Howard Hinnant | 5d1a701 | 2013-08-14 18:00:20 | [diff] [blame] | 148 | N: Xing Xue |
| 149 | E: [email protected] |
| 150 | D: AIX port |
| 151 | |
Howard Hinnant | 57f783d | 2013-08-07 23:29:10 | [diff] [blame] | 152 | N: Zhihao Yuan |
| 153 | E: [email protected] |
| 154 | D: Standard compatibility fixes. |
| 155 | |
Howard Hinnant | 0933f5d | 2012-12-27 23:26:52 | [diff] [blame] | 156 | N: Jeffrey Yasskin |
| 157 | E: [email protected] |
| 158 | E: [email protected] |
| 159 | D: Linux fixes. |