blob: eedb4c9ee0d94b97e1bd21ca86e7643941d68bbf [file] [log] [blame]
Chris Lattner4c9fa8a2010-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 Hinnantab061a62011-01-04 19:21:05 +000015N: Marshall Clow
16E: marshall@idio.com
17E: mclow@qualcomm.com
18D: Minor patches and bug fixes.
Howard Hinnant30b7d272011-06-09 16:53:33 +000019
20N: Bjorn Reese
21E: breese@users.sourceforge.net
22D: Initial regex prototype
Dave Zarzycki6ab85f92011-07-22 17:08:57 +000023
David Chisnall89728132011-09-21 08:39:44 +000024N: David Chisnall
25E: theraven at theravensnest dot org
David Chisnall14c25b82012-02-29 13:05:08 +000026D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
Howard Hinnant3c78ca02011-09-22 19:10:18 +000027
28N: Ruben Van Boxem
29E: vanboxem dot ruben at gmail dot com
30D: Initial Windows patches.
Howard Hinnanta33d4bc2011-10-11 16:00:46 +000031
32N: Arvid Picciani
33E: aep at exys dot org
34D: Minor patches and musl port.
Howard Hinnant53d2fb02011-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 Yasskin1c075b82012-02-19 18:22:03 +000042
43N: Jeffrey Yasskin
44E: jyasskin@gmail.com
45E: jyasskin@google.com
46D: Linux fixes.
Howard Hinnant338eb312012-04-02 19:23:15 +000047
48N: Jonathan Sauer
49D: Minor patches, mostly related to constexpr
Richard Smith99f15d62012-04-19 00:50:47 +000050
51N: Richard Smith
52D: Minor patches.
Howard Hinnantc2e93542012-07-26 20:22:37 +000053
54N: Andrew Morrow
55E: andrew.c.morrow@gmail.com
56D: Minor patches and Linux fixes.
Howard Hinnantbad901b2012-08-24 21:45:19 +000057
58N: Hyeon-bin Jeong
59E: tuhertz@gmail.com
60D: Minor patches and bug fixes.