blob: 34a901f58da57a51f6c72f54b7d178ff9d7b1019 [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
Howard Hinnant23289022012-12-27 23:26:52 +000011N: Saleem Abdulrasool
12E: compnerd@compnerd.org
Howard Hinnant116ce6a2012-07-26 20:22:37 +000013D: Minor patches and Linux fixes.
Howard Hinnantd57de092012-08-24 21:45:19 +000014
Howard Hinnant6cb977b2012-09-14 23:28:54 +000015N: Dimitry Andric
16E: dimitry@andric.com
17D: Visibility fixes, minor FreeBSD portability patches.
Howard Hinnant75536ba2012-10-03 20:48:05 +000018
19N: Holger Arnold
20E: holgerar@gmail.com
21D: Minor fix.
Argyrios Kyrtzidiseac2a012012-10-15 17:34:53 +000022
Howard Hinnant23289022012-12-27 23:26:52 +000023N: Ruben Van Boxem
24E: vanboxem dot ruben at gmail dot com
25D: Initial Windows patches.
26
27N: David Chisnall
28E: theraven at theravensnest dot org
29D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
30
31N: Marshall Clow
32E: mclow.lists@gmail.com
33E: marshall@idio.com
34D: Minor patches and bug fixes.
35
36N: Google Inc.
37D: Copyright owner and contributor of the CityHash algorithm
38
39N: Howard Hinnant
40E: hhinnant@apple.com
41D: Architect and primary author of libc++
42
43N: Hyeon-bin Jeong
44E: tuhertz@gmail.com
45D: Minor patches and bug fixes.
46
Argyrios Kyrtzidiseac2a012012-10-15 17:34:53 +000047N: Argyrios Kyrtzidis
48E: kyrtzidis@apple.com
49D: Bug fixes.
Howard Hinnant3d4f92c2012-12-13 00:51:59 +000050
Howard Hinnant74f4da72013-05-02 20:18:43 +000051N: Bruce Mitchener, Jr.
52E: bruce.mitchener@gmail.com
53D: Emscripten-related changes.
54
Howard Hinnant23289022012-12-27 23:26:52 +000055N: Michel Morin
56E: mimomorin@gmail.com
57D: Minor patches to is_convertible.
58
59N: Andrew Morrow
60E: andrew.c.morrow@gmail.com
61D: Minor patches and Linux fixes.
62
63N: Arvid Picciani
64E: aep at exys dot org
65D: Minor patches and musl port.
66
67N: Bjorn Reese
68E: breese@users.sourceforge.net
69D: Initial regex prototype
70
71N: Jonathan Sauer
72D: Minor patches, mostly related to constexpr
73
74N: Craig Silverstein
75E: csilvers@google.com
76D: Implemented Cityhash as the string hash function on 64-bit machines
77
78N: Richard Smith
79D: Minor patches.
80
Joerg Sonnenberger867deb82013-04-29 19:55:32 +000081N: Joerg Sonnenberger
82E: joerg@NetBSD.org
83D: NetBSD port.
84
Howard Hinnant74f4da72013-05-02 20:18:43 +000085N: Stephan Tolksdorf
86E: st@quanttec.com
87D: Minor <atomic> fix
88
Howard Hinnantaf69f472013-02-08 19:08:06 +000089N: Michael van der Westhuizen
90E: r1mikey at gmail dot com
91
Howard Hinnant159b9ba2013-01-01 16:09:11 +000092N: Klaas de Vries
93E: klaas at klaasgaaf dot nl
94D: Minor bug fix.
95
Howard Hinnant3d4f92c2012-12-13 00:51:59 +000096N: Zhang Xiongpang
97E: zhangxiongpang@gmail.com
98D: Minor patches and bug fixes.
Howard Hinnant23289022012-12-27 23:26:52 +000099
100N: Jeffrey Yasskin
101E: jyasskin@gmail.com
102E: jyasskin@google.com
103D: Linux fixes.