blob: e58b85fdbd9c694e1f2abe58ffa3f3fddd3cd760 [file] [log] [blame]
Shih-wei Liaoe264f622010-02-10 11:10:31 -08001This file is a partial list of people who have contributed to the LLVM
2project. If you have contributed a patch or made some other contribution to
3LLVM, 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: Vikram Adve
12E: vadve@cs.uiuc.edu
13W: http://www.cs.uiuc.edu/~vadve/
14D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
15
16N: Owen Anderson
17E: resistor@mac.com
18D: LCSSA pass and related LoopUnswitch work
19D: GVNPRE pass, TargetData refactoring, random improvements
20
21N: Henrik Bach
22D: MingW Win32 API portability layer
23
24N: Nate Begeman
25E: natebegeman@mac.com
26D: PowerPC backend developer
27D: Target-independent code generator and analysis improvements
28
29N: Daniel Berlin
30E: dberlin@dberlin.org
31D: ET-Forest implementation.
32D: Sparse bitmap
33
34N: Neil Booth
35E: neil@daikokuya.co.uk
36D: APFloat implementation.
37
38N: Misha Brukman
39E: brukman+llvm@uiuc.edu
40W: http://misha.brukman.net
41D: Portions of X86 and Sparc JIT compilers, PowerPC backend
42D: Incremental bytecode loader
43
44N: Cameron Buschardt
45E: buschard@uiuc.edu
46D: The `mem2reg' pass - promotes values stored in memory to registers
47
48N: Chandler Carruth
49E: chandlerc@gmail.com
50D: LinkTimeOptimizer for Linux, via binutils integration, and C API
51
52N: Casey Carter
53E: ccarter@uiuc.edu
54D: Fixes to the Reassociation pass, various improvement patches
55
56N: Evan Cheng
57E: evan.cheng@apple.com
58D: ARM and X86 backends
59D: Instruction scheduler improvements
60D: Register allocator improvements
61D: Loop optimizer improvements
62D: Target-independent code generator improvements
63
64N: Dan Villiom Podlaski Christiansen
65E: danchr@gmail.com
66E: danchr@cs.au.dk
67W: http://villiom.dk
68D: LLVM Makefile improvements
69D: Clang diagnostic & driver tweaks
70S: Aarhus, Denmark
71
72N: Jeff Cohen
73E: jeffc@jolt-lang.org
74W: http://jolt-lang.org
75D: Native Win32 API portability layer
76
77N: John T. Criswell
78E: criswell@uiuc.edu
79D: Original Autoconf support, documentation improvements, bug fixes
80
81N: Stefanus Du Toit
82E: stefanus.dutoit@rapidmind.com
83D: Bug fixes and minor improvements
84
85N: Rafael Avila de Espindola
86E: rafael.espindola@gmail.com
87D: The ARM backend
88
89N: Alkis Evlogimenos
90E: alkis@evlogimenos.com
91D: Linear scan register allocator, many codegen improvements, Java frontend
92
93N: Ryan Flynn
94E: pizza@parseerror.com
95D: Miscellaneous bug fixes
96
97N: Brian Gaeke
98E: gaeke@uiuc.edu
99W: http://www.students.uiuc.edu/~gaeke/
100D: Portions of X86 static and JIT compilers; initial SparcV8 backend
101D: Dynamic trace optimizer
102D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
103
104N: Nicolas Geoffray
105E: nicolas.geoffray@lip6.fr
106W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
107D: PPC backend fixes for Linux
108
109N: Louis Gerbarg
110D: Portions of the PowerPC backend
111
112N: Saem Ghani
113E: saemghani@gmail.com
114D: Callgraph class cleanups
115
116N: Mikhail Glushenkov
117E: foldr@codedgers.com
118D: Author of llvmc2
119
120N: Dan Gohman
121E: gohman@apple.com
122D: Miscellaneous bug fixes
123
124N: David Goodwin
125E: david@goodwinz.net
126D: Thumb-2 code generator
127
128N: David Greene
129E: greened@obbligato.org
130D: Miscellaneous bug fixes
131D: Register allocation refactoring
132
133N: Gabor Greif
134E: ggreif@gmail.com
135D: Improvements for space efficiency
136
137N: Lang Hames
138E: lhames@gmail.com
139D: PBQP-based register allocator
140
141N: Gordon Henriksen
142E: gordonhenriksen@mac.com
143D: Pluggable GC support
144D: C interface
145D: Ocaml bindings
146
147N: Raul Fernandes Herbster
148E: raul@dsc.ufcg.edu.br
149D: JIT support for ARM
150
151N: Paolo Invernizzi
152E: arathorn@fastwebnet.it
153D: Visual C++ compatibility fixes
154
155N: Patrick Jenkins
156E: patjenk@wam.umd.edu
157D: Nightly Tester
158
159N: Dale Johannesen
160E: dalej@apple.com
161D: ARM constant islands improvements
162D: Tail merging improvements
163D: Rewrite X87 back end
164D: Use APFloat for floating point constants widely throughout compiler
165D: Implement X87 long double
166
167N: Brad Jones
168E: kungfoomaster@nondot.org
169D: Support for packed types
170
171N: Rod Kay
172E: rkay@auroraux.org
173D: Author of LLVM Ada bindings
174
175N: Eric Kidd
176W: http://randomhacks.net/
177D: llvm-config script
178
179N: Anton Korobeynikov
180E: asl@math.spbu.ru
181D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
182D: x86/linux PIC codegen, aliases, regparm/visibility attributes
183D: Switch lowering refactoring
184
185N: Sumant Kowshik
186E: kowshik@uiuc.edu
187D: Author of the original C backend
188
189N: Benjamin Kramer
190E: benny.kra@gmail.com
191D: Miscellaneous bug fixes
192
193N: Christopher Lamb
194E: christopher.lamb@gmail.com
195D: aligned load/store support, parts of noalias and restrict support
196D: vreg subreg infrastructure, X86 codegen improvements based on subregs
197D: address spaces
198
199N: Jim Laskey
200E: jlaskey@apple.com
201D: Improvements to the PPC backend, instruction scheduling
202D: Debug and Dwarf implementation
203D: Auto upgrade mangler
204D: llvm-gcc4 svn wrangler
205
206N: Chris Lattner
207E: sabre@nondot.org
208W: http://nondot.org/~sabre/
209D: Primary architect of LLVM
210
211N: Tanya Lattner (Tanya Brethour)
212E: tonic@nondot.org
213W: http://nondot.org/~tonic/
214D: The initial llvm-ar tool, converted regression testsuite to dejagnu
215D: Modulo scheduling in the SparcV9 backend
216D: Release manager (1.7+)
217
218N: Andrew Lenharth
219E: alenhar2@cs.uiuc.edu
220W: http://www.lenharth.org/~andrewl/
221D: Alpha backend
222D: Sampling based profiling
223
224N: Nick Lewycky
225E: nicholas@mxc.ca
226D: PredicateSimplifier pass
227
228N: Bruno Cardoso Lopes
229E: bruno.cardoso@gmail.com
230W: http://www.brunocardoso.org
231D: The Mips backend
232
233N: Duraid Madina
234E: duraid@octopus.com.au
235W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
236D: IA64 backend, BigBlock register allocator
237
238N: Michael McCracken
239E: michael.mccracken@gmail.com
240D: Line number support for llvmgcc
241
242N: Vladimir Merzliakov
243E: wanderer@rsu.ru
244D: Test suite fixes for FreeBSD
245
246N: Scott Michel
247E: scottm@aero.org
248D: Added STI Cell SPU backend.
249
250N: Edward O'Callaghan
251E: eocallaghan@auroraux.org
252W: http://www.auroraux.org
253D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
254D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
255D: and error clean ups.
256
257N: Morten Ofstad
258E: morten@hue.no
259D: Visual C++ compatibility fixes
260
261N: Jakob Stoklund Olesen
262E: stoklund@2pi.dk
263D: Machine code verifier
264D: Blackfin backend
265
266N: Richard Osborne
267E: richard@xmos.com
268D: XCore backend
269
270N: Devang Patel
271E: dpatel@apple.com
272D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
273D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
274D: Optimizer improvements, Loop Index Split
275
276N: Sandeep Patel
277E: deeppatel1987@gmail.com
278D: ARM calling conventions rewrite, hard float support
279
280N: Vladimir Prus
281W: http://vladimir_prus.blogspot.com
282E: ghost@cs.msu.su
283D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
284
285N: Roman Samoilov
286E: roman@codedgers.com
287D: MSIL backend
288
289N: Duncan Sands
290E: baldrick@free.fr
291D: Ada front-end, exception handling improvements
292
293N: Ruchira Sasanka
294E: sasanka@uiuc.edu
295D: Graph coloring register allocator for the Sparc64 backend
296
297N: Arnold Schwaighofer
298E: arnold.schwaighofer@gmail.com
299D: Tail call optimization for the x86 backend
300
301N: Shantonu Sen
302E: ssen@apple.com
303D: Miscellaneous bug fixes
304
305N: Anand Shukla
306E: ashukla@cs.uiuc.edu
307D: The `paths' pass
308
309N: Reid Spencer
310E: rspencer@reidspencer.com
311W: http://reidspencer.com/
312D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
313
314N: Edwin Torok
315E: edwintorok@gmail.com
316D: Miscellaneous bug fixes
317
318N: Adam Treat
319E: manyoso@yahoo.com
320D: C++ bugs filed, and C++ front-end bug fixes.
321
322N: Lauro Ramos Venancio
323E: lauro.venancio@indt.org.br
324D: ARM backend improvements
325D: Thread Local Storage implementation
326
327N: Xerxes Ranby
328E: xerxes@zafena.se
329D: Cmake dependency chain and various bug fixes
330
331N: Bill Wendling
332E: isanbard@gmail.com
333D: Bunches of stuff
334
335N: Bob Wilson
336E: bob.wilson@acm.org
337D: Advanced SIMD (NEON) support in the ARM backend
Shih-wei Liaoe4454322010-04-07 12:21:42 -0700338
339N: Wesley Peck
340E: peckw@wesleypeck.com
341W: http://wesleypeck.com/
342D: MicroBlaze backend