blob: 336edde9b185e06dbda2664a1b3c54db6ab0da30 [file] [log] [blame]
Chris Lattner662497e2010-11-16 21:39:15 +00001This file is a partial list of people who have contributed to the LLVM/libc++
2project. If you have contributed a patch or made some other contribution to
3LLVM/libc++, please submit a patch to this file to add yourself, and it will be
4done!
5
6The list is sorted by surname and formatted to allow easy grepping and
7beautification 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
11N: Howard Hinnant
12E: hhinnant@apple.com
13D: Architect and primary author of libc++
14
Howard Hinnant93c382b2011-01-04 19:21:05 +000015N: Marshall Clow
Marshall Clowc004e2e2012-09-24 14:27:10 +000016E: mclow.lists@gmail.com
Howard Hinnant93c382b2011-01-04 19:21:05 +000017E: marshall@idio.com
Howard Hinnant93c382b2011-01-04 19:21:05 +000018D: Minor patches and bug fixes.
Howard Hinnantc7c38912011-06-09 16:53:33 +000019
20N: Bjorn Reese
21E: breese@users.sourceforge.net
22D: Initial regex prototype
Dave Zarzyckib3296ae2011-07-22 17:08:57 +000023
David Chisnallc512df12011-09-21 08:39:44 +000024N: David Chisnall
25E: theraven at theravensnest dot org
David Chisnall997e4542012-02-29 13:05:08 +000026D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
Howard Hinnant92a07002011-09-22 19:10:18 +000027
28N: Ruben Van Boxem
29E: vanboxem dot ruben at gmail dot com
30D: Initial Windows patches.
Howard Hinnant11624452011-10-11 16:00:46 +000031
32N: Arvid Picciani
33E: aep at exys dot org
34D: Minor patches and musl port.
Howard Hinnantc00f75d2011-12-10 20:28:56 +000035
36N: Craig Silverstein
37E: csilvers@google.com
38D: Implemented Cityhash as the string hash function on 64-bit machines
39
40N: Google Inc.
41D: Copyright owner and contributor of the CityHash algorithm
Jeffrey Yasskine0c3b1e2012-02-19 18:22:03 +000042
43N: Jeffrey Yasskin
44E: jyasskin@gmail.com
45E: jyasskin@google.com
46D: Linux fixes.
Howard Hinnant60cb7d22012-04-02 19:23:15 +000047
48N: Jonathan Sauer
49D: Minor patches, mostly related to constexpr
Richard Smith9efdc0b2012-04-19 00:50:47 +000050
51N: Richard Smith
52D: Minor patches.
Howard Hinnant116ce6a2012-07-26 20:22:37 +000053
54N: Andrew Morrow
55E: andrew.c.morrow@gmail.com
56D: Minor patches and Linux fixes.
Howard Hinnantd57de092012-08-24 21:45:19 +000057
58N: Hyeon-bin Jeong
59E: tuhertz@gmail.com
60D: Minor patches and bug fixes.
Howard Hinnant70e441a2012-08-26 17:46:29 +000061
62N: Michel Morin
63E: mimomorin@gmail.com
64D: Minor patches to is_convertible.
Howard Hinnant6cb977b2012-09-14 23:28:54 +000065
66N: Dimitry Andric
67E: dimitry@andric.com
68D: Visibility fixes, minor FreeBSD portability patches.
Howard Hinnant75536ba2012-10-03 20:48:05 +000069
70N: Holger Arnold
71E: holgerar@gmail.com
72D: Minor fix.