blob: 9c56bb7767e4b46b8a4a74acb796232683c8f8b4 [file] [log] [blame]
Chris Lattner86c27ee2005-08-02 22:10:21 +00001This 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
Misha Brukmance07e992009-01-08 16:40:25 +00003LLVM, please submit a patch to this file to add yourself, and it will be
Chris Lattner86c27ee2005-08-02 22:10:21 +00004done!
Misha Brukmanb2961602003-09-22 21:56:08 +00005
Bill Wendlinge71bd5a2009-06-12 18:02:40 +00006The 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).
Misha Brukmanb2961602003-09-22 21:56:08 +000010
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
Owen Anderson71a18722006-05-15 05:13:07 +000016N: Owen Anderson
17E: resistor@mac.com
Owen Anderson89fc9422007-07-03 02:28:17 +000018D: LCSSA pass and related LoopUnswitch work
19D: GVNPRE pass, TargetData refactoring, random improvements
Owen Anderson71a18722006-05-15 05:13:07 +000020
Chris Lattnerf69dcb12004-09-23 04:30:05 +000021N: Henrik Bach
22D: MingW Win32 API portability layer
23
Misha Brukmanf200eee2004-08-05 19:09:47 +000024N: Nate Begeman
25E: natebegeman@mac.com
Nate Begemane5ce8472006-04-11 05:47:45 +000026D: PowerPC backend developer
27D: Target-independent code generator and analysis improvements
Misha Brukmanf200eee2004-08-05 19:09:47 +000028
Chris Lattner4e6b17a2006-01-08 08:25:38 +000029N: Daniel Berlin
30E: dberlin@dberlin.org
31D: ET-Forest implementation.
Daniel Berlin2f5d5932007-09-09 01:10:40 +000032D: Sparse bitmap
Chris Lattner4e6b17a2006-01-08 08:25:38 +000033
Neil Booth0b0613632007-08-25 00:31:24 +000034N: Neil Booth
35E: neil@daikokuya.co.uk
Misha Brukmance07e992009-01-08 16:40:25 +000036D: APFloat implementation.
Neil Booth0b0613632007-08-25 00:31:24 +000037
Misha Brukmanb2961602003-09-22 21:56:08 +000038N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000039E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000040W: http://misha.brukman.net
Misha Brukmanf200eee2004-08-05 19:09:47 +000041D: Portions of X86 and Sparc JIT compilers, PowerPC backend
42D: Incremental bytecode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000043
44N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000045E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000046D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000047
Chandler Carruthbb7a6242007-01-08 03:10:00 +000048N: Chandler Carruth
49E: chandlerc@gmail.com
50D: LinkTimeOptimizer for Linux, via binutils integration, and C API
51
Misha Brukmanb2961602003-09-22 21:56:08 +000052N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000053E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000054D: Fixes to the Reassociation pass, various improvement patches
55
Chris Lattner4c286c32005-11-29 00:57:06 +000056N: Evan Cheng
57E: evan.cheng@apple.com
Evan Chengb3ff6b72007-02-15 22:26:28 +000058D: ARM and X86 backends
Evan Chengfc32dcb2006-04-12 21:28:14 +000059D: Instruction scheduler improvements
Evan Cheng5d286d82007-05-07 17:58:13 +000060D: Register allocator improvements
Evan Chengfc32dcb2006-04-12 21:28:14 +000061D: Loop optimizer improvements
62D: Target-independent code generator improvements
Chris Lattner4c286c32005-11-29 00:57:06 +000063
Dan Villiom Podlaski Christiansenbf22bc62009-01-19 15:04:29 +000064N: 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
Chris Lattnerf69dcb12004-09-23 04:30:05 +000072N: Jeff Cohen
Jeff Cohen0939d772005-05-08 01:07:48 +000073E: jeffc@jolt-lang.org
74W: http://jolt-lang.org
Chris Lattnerf69dcb12004-09-23 04:30:05 +000075D: Native Win32 API portability layer
76
Misha Brukman2d772142003-10-17 17:28:21 +000077N: John T. Criswell
78E: criswell@uiuc.edu
John Criswell0a4a4892007-06-29 18:24:05 +000079D: Original Autoconf support, documentation improvements, bug fixes
Misha Brukman2d772142003-10-17 17:28:21 +000080
Stefanus Du Toitb3e849c2009-04-03 21:41:52 +000081N: Stefanus Du Toit
82E: stefanus.dutoit@rapidmind.com
83D: Bug fixes and minor improvements
84
Rafael Espindolaa3fdc022006-05-14 20:29:25 +000085N: Rafael Avila de Espindola
86E: rafael.espindola@gmail.com
87D: The ARM backend
88
Chris Lattner4ce08a02004-09-23 04:36:01 +000089N: Alkis Evlogimenos
Alkis Evlogimenosab5948f2004-09-23 04:39:30 +000090E: alkis@evlogimenos.com
Chris Lattner4ce08a02004-09-23 04:36:01 +000091D: Linear scan register allocator, many codegen improvements, Java frontend
92
Ryan Flynn05e8de72009-07-15 01:32:31 +000093N: Ryan Flynn
94E: pizza@parseerror.com
95D: Miscellaneous bug fixes
96
Misha Brukmanb2961602003-09-22 21:56:08 +000097N: Brian Gaeke
98E: gaeke@uiuc.edu
99W: http://www.students.uiuc.edu/~gaeke/
Chris Lattner4e514c12005-12-22 06:09:08 +0000100D: Portions of X86 static and JIT compilers; initial SparcV8 backend
Misha Brukmance07e992009-01-08 16:40:25 +0000101D: Dynamic trace optimizer
Misha Brukman2d772142003-10-17 17:28:21 +0000102D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +0000103
Nicolas Geoffray45cdf302007-02-27 10:44:42 +0000104N: Nicolas Geoffray
105E: nicolas.geoffray@lip6.fr
106W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
107D: PPC backend fixes for Linux
108
Misha Brukmanf200eee2004-08-05 19:09:47 +0000109N: Louis Gerbarg
110D: Portions of the PowerPC backend
111
Chris Lattner4e514c12005-12-22 06:09:08 +0000112N: Saem Ghani
113E: saemghani@gmail.com
114D: Callgraph class cleanups
115
Anton Korobeynikovf5e941b2008-03-23 08:58:32 +0000116N: Mikhail Glushenkov
117E: foldr@codedgers.com
118D: Author of llvmc2
119
Dan Gohmanaddccfd2007-02-15 22:05:14 +0000120N: Dan Gohman
Dan Gohmancf891f42008-10-21 19:50:00 +0000121E: gohman@apple.com
Dan Gohmanaddccfd2007-02-15 22:05:14 +0000122D: Miscellaneous bug fixes
123
David Goodwin4de77f82009-07-08 17:55:48 +0000124N: David Goodwin
125E: david@goodwinz.net
126D: Thumb-2 code generator
127
David Greene55236d22007-06-08 17:20:08 +0000128N: David Greene
129E: greened@obbligato.org
130D: Miscellaneous bug fixes
131D: Register allocation refactoring
132
Gabor Greifefe65362008-05-10 08:32:32 +0000133N: Gabor Greif
134E: ggreif@gmail.com
135D: Improvements for space efficiency
136
Misha Brukmance07e992009-01-08 16:40:25 +0000137N: Lang Hames
138E: lhames@gmail.com
139D: PBQP-based register allocator
140
Gordon Henriksenbaa2fa52007-09-17 17:04:44 +0000141N: Gordon Henriksen
142E: gordonhenriksen@mac.com
Gordon Henriksenfcd78f82007-10-02 18:04:24 +0000143D: Pluggable GC support
Gordon Henriksenbaa2fa52007-09-17 17:04:44 +0000144D: C interface
Gordon Henriksenfcd78f82007-10-02 18:04:24 +0000145D: Ocaml bindings
Gordon Henriksenbaa2fa52007-09-17 17:04:44 +0000146
Raul Herbster30b0f2f2007-08-29 18:21:29 +0000147N: Raul Fernandes Herbster
148E: raul@dsc.ufcg.edu.br
149D: JIT support for ARM
150
Chris Lattnerf69dcb12004-09-23 04:30:05 +0000151N: Paolo Invernizzi
Misha Brukman309ca692004-10-26 15:55:12 +0000152E: arathorn@fastwebnet.it
Misha Brukmance07e992009-01-08 16:40:25 +0000153D: Visual C++ compatibility fixes
Chris Lattnerf69dcb12004-09-23 04:30:05 +0000154
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000155N: Patrick Jenkins
156E: patjenk@wam.umd.edu
157D: Nightly Tester
158
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000159N: Dale Johannesen
160E: dalej@apple.com
Dale Johannesen82434382007-04-25 00:14:49 +0000161D: ARM constant islands improvements
Dale Johannesenf8ad9552007-07-05 16:56:24 +0000162D: Tail merging improvements
163D: Rewrite X87 back end
Dale Johannesen005ac652007-09-28 18:46:28 +0000164D: Use APFloat for floating point constants widely throughout compiler
165D: Implement X87 long double
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000166
Bill Wendlinge4261472009-06-11 20:13:35 +0000167N: Brad Jones
168E: kungfoomaster@nondot.org
169D: Support for packed types
170
Chris Lattner633a0162009-08-18 17:04:44 +0000171N: Rod Kay
172E: rkay@auroraux.org
173D: Author of LLVM Ada bindings
174
Reid Spencerb195d9d2006-03-23 23:21:29 +0000175N: Eric Kidd
176W: http://randomhacks.net/
177D: llvm-config script
178
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000179N: Anton Korobeynikov
180E: asl@math.spbu.ru
Anton Korobeynikov4d396b12007-05-06 20:33:02 +0000181D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
182D: x86/linux PIC codegen, aliases, regparm/visibility attributes
183D: Switch lowering refactoring
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000184
Chris Lattner3acd9182004-10-27 15:54:23 +0000185N: Sumant Kowshik
186E: kowshik@uiuc.edu
187D: Author of the original C backend
188
Christopher Lamb2330e4d2007-04-21 08:16:25 +0000189N: Christopher Lamb
190E: christopher.lamb@gmail.com
Christopher Lamba1eb1552007-08-10 22:22:41 +0000191D: aligned load/store support, parts of noalias and restrict support
192D: vreg subreg infrastructure, X86 codegen improvements based on subregs
Christopher Lamb52cf47e2007-12-11 09:32:07 +0000193D: address spaces
Christopher Lamb2330e4d2007-04-21 08:16:25 +0000194
Chris Lattner4c286c32005-11-29 00:57:06 +0000195N: Jim Laskey
196E: jlaskey@apple.com
197D: Improvements to the PPC backend, instruction scheduling
Jim Laskeyabf41f22006-08-01 09:01:40 +0000198D: Debug and Dwarf implementation
Misha Brukmance07e992009-01-08 16:40:25 +0000199D: Auto upgrade mangler
Jim Laskeyabf41f22006-08-01 09:01:40 +0000200D: llvm-gcc4 svn wrangler
Chris Lattner4c286c32005-11-29 00:57:06 +0000201
Misha Brukmanb2961602003-09-22 21:56:08 +0000202N: Chris Lattner
203E: sabre@nondot.org
204W: http://nondot.org/~sabre/
205D: Primary architect of LLVM
206
Tanya Lattner706a9ca2007-07-02 18:10:52 +0000207N: Tanya Lattner (Tanya Brethour)
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000208E: tonic@nondot.org
209W: http://nondot.org/~tonic/
210D: The initial llvm-ar tool, converted regression testsuite to dejagnu
211D: Modulo scheduling in the SparcV9 backend
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000212D: Release manager (1.7+)
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000213
Misha Brukmane9b0a022005-02-14 09:07:23 +0000214N: Andrew Lenharth
215E: alenhar2@cs.uiuc.edu
216W: http://www.lenharth.org/~andrewl/
217D: Alpha backend
Andrew Lenharth63223c92006-04-13 02:05:30 +0000218D: Sampling based profiling
Misha Brukmane9b0a022005-02-14 09:07:23 +0000219
Nick Lewycky97198c92006-08-29 01:42:47 +0000220N: Nick Lewycky
221E: nicholas@mxc.ca
222D: PredicateSimplifier pass
223
Bill Wendlingcb0a6602007-05-31 04:14:28 +0000224N: Bruno Cardoso Lopes
225E: bruno.cardoso@gmail.com
226W: http://www.brunocardoso.org
227D: The Mips backend
228
Duraid Madina735e0ac2005-03-17 18:57:02 +0000229N: Duraid Madina
230E: duraid@octopus.com.au
231W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
Duraid Madina2672a8e2007-06-30 15:47:36 +0000232D: IA64 backend, BigBlock register allocator
Duraid Madina735e0ac2005-03-17 18:57:02 +0000233
Chris Lattner96264702004-11-18 21:04:21 +0000234N: Michael McCracken
235E: michael.mccracken@gmail.com
236D: Line number support for llvmgcc
237
Chris Lattnerb8356b32004-06-25 21:00:10 +0000238N: Vladimir Merzliakov
239E: wanderer@rsu.ru
Misha Brukman323ed352004-09-21 16:54:37 +0000240D: Test suite fixes for FreeBSD
Chris Lattnerb8356b32004-06-25 21:00:10 +0000241
Bill Wendling08f8b332007-12-05 21:26:54 +0000242N: Scott Michel
243E: scottm@aero.org
244D: Added STI Cell SPU backend.
245
Duncan Sandsca6829a2009-06-12 12:52:24 +0000246N: Edward O'Callaghan
247E: eocallaghan@auroraux.org
248W: http://www.auroraux.org
249D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
250D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
251D: and error clean ups.
252
Misha Brukman309ca692004-10-26 15:55:12 +0000253N: Morten Ofstad
254E: morten@hue.no
Misha Brukmance07e992009-01-08 16:40:25 +0000255D: Visual C++ compatibility fixes
Misha Brukman309ca692004-10-26 15:55:12 +0000256
Jakob Stoklund Olesen268e35d2009-08-06 21:54:23 +0000257N: Jakob Stoklund Olesen
258E: stoklund@2pi.dk
259D: Machine code verifier
260D: Blackfin backend
261
Richard Osborne3fa75ff2008-11-07 12:44:36 +0000262N: Richard Osborne
263E: richard@xmos.com
264D: XCore backend
265
Devang Patel1f7a9bc2007-04-24 18:49:33 +0000266N: Devang Patel
267E: dpatel@apple.com
268D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
269D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
Devang Patel5d02a0c2007-09-27 17:32:04 +0000270D: Optimizer improvements, Loop Index Split
Devang Patel1f7a9bc2007-04-24 18:49:33 +0000271
Sandeep Patel774350a2009-08-19 15:07:40 +0000272N: Sandeep Patel
273E: deeppatel1987@gmail.com
274D: ARM calling conventions rewrite, hard float support
275
Misha Brukmanb7206e72004-05-06 16:53:18 +0000276N: Vladimir Prus
Vladimir Prus1100eea2006-05-16 05:36:15 +0000277W: http://vladimir_prus.blogspot.com
Misha Brukmanb7206e72004-05-06 16:53:18 +0000278E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +0000279D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +0000280
Anton Korobeynikovaf2d3792007-03-21 21:45:25 +0000281N: Roman Samoilov
282E: roman@codedgers.com
283D: MSIL backend
284
Duncan Sandsef476fd2007-03-05 09:21:11 +0000285N: Duncan Sands
286E: baldrick@free.fr
Duncan Sands586eccb2007-07-05 10:32:33 +0000287D: Ada front-end, exception handling improvements
Duncan Sandsef476fd2007-03-05 09:21:11 +0000288
Misha Brukmanb2961602003-09-22 21:56:08 +0000289N: Ruchira Sasanka
290E: sasanka@uiuc.edu
291D: Graph coloring register allocator for the Sparc64 backend
292
Arnold Schwaighofer68c84112007-10-11 18:54:49 +0000293N: Arnold Schwaighofer
294E: arnold.schwaighofer@gmail.com
295D: Tail call optimization for the x86 backend
296
Shantonu Sen1a1ee832009-06-14 02:03:17 +0000297N: Shantonu Sen
298E: ssen@apple.com
299D: Miscellaneous bug fixes
300
Misha Brukmanb2961602003-09-22 21:56:08 +0000301N: Anand Shukla
302E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +0000303D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +0000304
Brian Gaeke75920ee2003-11-10 03:05:36 +0000305N: Reid Spencer
Reid Spencer3336aa02006-08-01 16:52:07 +0000306E: rspencer@reidspencer.com
307W: http://reidspencer.com/
Reid Spencer5c18c812007-06-30 06:56:50 +0000308D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
Brian Gaeke75920ee2003-11-10 03:05:36 +0000309
Torok Edwin63c283e2009-05-23 20:40:47 +0000310N: Edwin Torok
Torok Edwin5bfeded2009-05-23 20:19:52 +0000311E: edwintorok@gmail.com
312D: Miscellaneous bug fixes
313
Chris Lattner3363e272005-02-19 17:14:24 +0000314N: Adam Treat
315E: manyoso@yahoo.com
316D: C++ bugs filed, and C++ front-end bug fixes.
317
Lauro Ramos Venancio2d6b4bf2007-05-06 00:41:36 +0000318N: Lauro Ramos Venancio
319E: lauro.venancio@indt.org.br
320D: ARM backend improvements
321D: Thread Local Storage implementation
322
Xerxes Ranbybd594a12009-07-15 13:01:49 +0000323N: Xerxes Ranby
324E: xerxes@zafena.se
325D: Cmake dependency chain and various bug fixes
326
Misha Brukmanb2961602003-09-22 21:56:08 +0000327N: Bill Wendling
Chris Lattner936ef2f2006-08-01 16:40:42 +0000328E: isanbard@gmail.com
Bill Wendlinge4261472009-06-11 20:13:35 +0000329D: Bunches of stuff
Bob Wilson27a2dbb2009-06-23 17:03:23 +0000330
331N: Bob Wilson
332E: bob.wilson@acm.org
333D: Advanced SIMD (NEON) support in the ARM backend