blob: 8dfed1975932ff25c6450c873b9e6556becfdb35 [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
3LLVM, please submit a patch to this file to add yourself, and it will be
4done!
Misha Brukmanb2961602003-09-22 21:56:08 +00005
Misha Brukman0fc20c82003-10-20 03:59:05 +00006The list is sorted by name 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.
32
Misha Brukmanb2961602003-09-22 21:56:08 +000033N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000034E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000035W: http://misha.brukman.net
Misha Brukmanf200eee2004-08-05 19:09:47 +000036D: Portions of X86 and Sparc JIT compilers, PowerPC backend
37D: Incremental bytecode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000038
39N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000040E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000041D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000042
Chandler Carruthbb7a6242007-01-08 03:10:00 +000043N: Chandler Carruth
44E: chandlerc@gmail.com
45D: LinkTimeOptimizer for Linux, via binutils integration, and C API
46
Misha Brukmanb2961602003-09-22 21:56:08 +000047N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000048E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000049D: Fixes to the Reassociation pass, various improvement patches
50
Chris Lattner4c286c32005-11-29 00:57:06 +000051N: Evan Cheng
52E: evan.cheng@apple.com
Evan Chengb3ff6b72007-02-15 22:26:28 +000053D: ARM and X86 backends
Evan Chengfc32dcb2006-04-12 21:28:14 +000054D: Instruction scheduler improvements
Evan Cheng5d286d82007-05-07 17:58:13 +000055D: Register allocator improvements
Evan Chengfc32dcb2006-04-12 21:28:14 +000056D: Loop optimizer improvements
57D: Target-independent code generator improvements
Chris Lattner4c286c32005-11-29 00:57:06 +000058
Chris Lattnerf69dcb12004-09-23 04:30:05 +000059N: Jeff Cohen
Jeff Cohen0939d772005-05-08 01:07:48 +000060E: jeffc@jolt-lang.org
61W: http://jolt-lang.org
Chris Lattnerf69dcb12004-09-23 04:30:05 +000062D: Native Win32 API portability layer
63
Misha Brukman2d772142003-10-17 17:28:21 +000064N: John T. Criswell
65E: criswell@uiuc.edu
John Criswell0a4a4892007-06-29 18:24:05 +000066D: Original Autoconf support, documentation improvements, bug fixes
Misha Brukman2d772142003-10-17 17:28:21 +000067
Rafael Espindolaa3fdc022006-05-14 20:29:25 +000068N: Rafael Avila de Espindola
69E: rafael.espindola@gmail.com
70D: The ARM backend
71
Chris Lattner4ce08a02004-09-23 04:36:01 +000072N: Alkis Evlogimenos
Alkis Evlogimenosab5948f2004-09-23 04:39:30 +000073E: alkis@evlogimenos.com
Chris Lattner4ce08a02004-09-23 04:36:01 +000074D: Linear scan register allocator, many codegen improvements, Java frontend
75
Misha Brukmanb2961602003-09-22 21:56:08 +000076N: Brian Gaeke
77E: gaeke@uiuc.edu
78W: http://www.students.uiuc.edu/~gaeke/
Chris Lattner4e514c12005-12-22 06:09:08 +000079D: Portions of X86 static and JIT compilers; initial SparcV8 backend
Brian Gaeked56bd422004-08-03 19:07:20 +000080D: Dynamic trace optimizer
Misha Brukman2d772142003-10-17 17:28:21 +000081D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +000082
Nicolas Geoffray45cdf302007-02-27 10:44:42 +000083N: Nicolas Geoffray
84E: nicolas.geoffray@lip6.fr
85W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
86D: PPC backend fixes for Linux
87
Misha Brukmanf200eee2004-08-05 19:09:47 +000088N: Louis Gerbarg
89D: Portions of the PowerPC backend
90
Chris Lattner4e514c12005-12-22 06:09:08 +000091N: Saem Ghani
92E: saemghani@gmail.com
93D: Callgraph class cleanups
94
Dan Gohmanaddccfd2007-02-15 22:05:14 +000095N: Dan Gohman
96E: djg@cray.com
97D: Miscellaneous bug fixes
98
David Greene55236d22007-06-08 17:20:08 +000099N: David Greene
100E: greened@obbligato.org
101D: Miscellaneous bug fixes
102D: Register allocation refactoring
103
Chris Lattnerf69dcb12004-09-23 04:30:05 +0000104N: Paolo Invernizzi
Misha Brukman309ca692004-10-26 15:55:12 +0000105E: arathorn@fastwebnet.it
Chris Lattnerf69dcb12004-09-23 04:30:05 +0000106D: Visual C++ compatibility fixes
107
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000108N: Patrick Jenkins
109E: patjenk@wam.umd.edu
110D: Nightly Tester
111
Misha Brukman323ed352004-09-21 16:54:37 +0000112N: Brad Jones
113E: kungfoomaster@nondot.org
114D: Support for packed types
115
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000116N: Dale Johannesen
117E: dalej@apple.com
Dale Johannesen82434382007-04-25 00:14:49 +0000118D: ARM constant islands improvements
Dale Johannesenf8ad9552007-07-05 16:56:24 +0000119D: Tail merging improvements
120D: Rewrite X87 back end
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000121
Reid Spencerb195d9d2006-03-23 23:21:29 +0000122N: Eric Kidd
123W: http://randomhacks.net/
124D: llvm-config script
125
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000126N: Anton Korobeynikov
127E: asl@math.spbu.ru
Anton Korobeynikov4d396b12007-05-06 20:33:02 +0000128D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
129D: x86/linux PIC codegen, aliases, regparm/visibility attributes
130D: Switch lowering refactoring
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000131
Chris Lattner3acd9182004-10-27 15:54:23 +0000132N: Sumant Kowshik
133E: kowshik@uiuc.edu
134D: Author of the original C backend
135
Christopher Lamb2330e4d2007-04-21 08:16:25 +0000136N: Christopher Lamb
137E: christopher.lamb@gmail.com
Christopher Lamba1eb1552007-08-10 22:22:41 +0000138D: aligned load/store support, parts of noalias and restrict support
139D: vreg subreg infrastructure, X86 codegen improvements based on subregs
Christopher Lamb2330e4d2007-04-21 08:16:25 +0000140
Chris Lattner4c286c32005-11-29 00:57:06 +0000141N: Jim Laskey
142E: jlaskey@apple.com
143D: Improvements to the PPC backend, instruction scheduling
Jim Laskeyabf41f22006-08-01 09:01:40 +0000144D: Debug and Dwarf implementation
145D: Auto upgrade mangler
146D: llvm-gcc4 svn wrangler
Chris Lattner4c286c32005-11-29 00:57:06 +0000147
Misha Brukmanb2961602003-09-22 21:56:08 +0000148N: Chris Lattner
149E: sabre@nondot.org
150W: http://nondot.org/~sabre/
151D: Primary architect of LLVM
152
Tanya Lattner706a9ca2007-07-02 18:10:52 +0000153N: Tanya Lattner (Tanya Brethour)
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000154E: tonic@nondot.org
155W: http://nondot.org/~tonic/
156D: The initial llvm-ar tool, converted regression testsuite to dejagnu
157D: Modulo scheduling in the SparcV9 backend
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000158D: Release manager (1.7+)
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000159
Misha Brukmane9b0a022005-02-14 09:07:23 +0000160N: Andrew Lenharth
161E: alenhar2@cs.uiuc.edu
162W: http://www.lenharth.org/~andrewl/
163D: Alpha backend
Andrew Lenharth63223c92006-04-13 02:05:30 +0000164D: Sampling based profiling
Misha Brukmane9b0a022005-02-14 09:07:23 +0000165
Nick Lewycky97198c92006-08-29 01:42:47 +0000166N: Nick Lewycky
167E: nicholas@mxc.ca
168D: PredicateSimplifier pass
169
Bill Wendlingcb0a6602007-05-31 04:14:28 +0000170N: Bruno Cardoso Lopes
171E: bruno.cardoso@gmail.com
172W: http://www.brunocardoso.org
173D: The Mips backend
174
Duraid Madina735e0ac2005-03-17 18:57:02 +0000175N: Duraid Madina
176E: duraid@octopus.com.au
177W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
Duraid Madina2672a8e2007-06-30 15:47:36 +0000178D: IA64 backend, BigBlock register allocator
Duraid Madina735e0ac2005-03-17 18:57:02 +0000179
Chris Lattner96264702004-11-18 21:04:21 +0000180N: Michael McCracken
181E: michael.mccracken@gmail.com
182D: Line number support for llvmgcc
183
Chris Lattnerb8356b32004-06-25 21:00:10 +0000184N: Vladimir Merzliakov
185E: wanderer@rsu.ru
Misha Brukman323ed352004-09-21 16:54:37 +0000186D: Test suite fixes for FreeBSD
Chris Lattnerb8356b32004-06-25 21:00:10 +0000187
Misha Brukman309ca692004-10-26 15:55:12 +0000188N: Morten Ofstad
189E: morten@hue.no
190D: Visual C++ compatibility fixes
191
Devang Patel1f7a9bc2007-04-24 18:49:33 +0000192N: Devang Patel
193E: dpatel@apple.com
194D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
195D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
196D: Optimizer improvements
197
Misha Brukmanb7206e72004-05-06 16:53:18 +0000198N: Vladimir Prus
Vladimir Prus1100eea2006-05-16 05:36:15 +0000199W: http://vladimir_prus.blogspot.com
Misha Brukmanb7206e72004-05-06 16:53:18 +0000200E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +0000201D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +0000202
Anton Korobeynikovaf2d3792007-03-21 21:45:25 +0000203N: Roman Samoilov
204E: roman@codedgers.com
205D: MSIL backend
206
Duncan Sandsef476fd2007-03-05 09:21:11 +0000207N: Duncan Sands
208E: baldrick@free.fr
Duncan Sands586eccb2007-07-05 10:32:33 +0000209D: Ada front-end, exception handling improvements
Duncan Sandsef476fd2007-03-05 09:21:11 +0000210
Misha Brukmanb2961602003-09-22 21:56:08 +0000211N: Ruchira Sasanka
212E: sasanka@uiuc.edu
213D: Graph coloring register allocator for the Sparc64 backend
214
215N: Anand Shukla
216E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +0000217D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +0000218
Brian Gaeke75920ee2003-11-10 03:05:36 +0000219N: Reid Spencer
Reid Spencer3336aa02006-08-01 16:52:07 +0000220E: rspencer@reidspencer.com
221W: http://reidspencer.com/
Reid Spencer5c18c812007-06-30 06:56:50 +0000222D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
Brian Gaeke75920ee2003-11-10 03:05:36 +0000223
Chris Lattner3363e272005-02-19 17:14:24 +0000224N: Adam Treat
225E: manyoso@yahoo.com
226D: C++ bugs filed, and C++ front-end bug fixes.
227
Lauro Ramos Venancio2d6b4bf2007-05-06 00:41:36 +0000228N: Lauro Ramos Venancio
229E: lauro.venancio@indt.org.br
230D: ARM backend improvements
231D: Thread Local Storage implementation
232
Misha Brukmanb2961602003-09-22 21:56:08 +0000233N: Bill Wendling
Chris Lattner936ef2f2006-08-01 16:40:42 +0000234E: isanbard@gmail.com
Bill Wendlingb4e80c52006-08-16 21:18:56 +0000235W: http://web.mac.com/bwendling/
Bill Wendlingeaeeb6f2007-05-20 19:56:24 +0000236D: MMX & SSSE3 instructions
237D: SPEC2006 support
Chris Lattner2f83db62007-06-30 06:53:56 +0000238
239