blob: 045df849280f909bc8d73a8eb338cac070e262ed [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 Anderson0a41add2006-06-29 04:21:59 +000018D: LCSSA pass and related LoopUnswitch work, TargetData refactoring, random improvements
Owen Anderson71a18722006-05-15 05:13:07 +000019
Chris Lattnerf69dcb12004-09-23 04:30:05 +000020N: Henrik Bach
21D: MingW Win32 API portability layer
22
Misha Brukmanf200eee2004-08-05 19:09:47 +000023N: Nate Begeman
24E: natebegeman@mac.com
Nate Begemane5ce8472006-04-11 05:47:45 +000025D: PowerPC backend developer
26D: Target-independent code generator and analysis improvements
Misha Brukmanf200eee2004-08-05 19:09:47 +000027
Chris Lattner4e6b17a2006-01-08 08:25:38 +000028N: Daniel Berlin
29E: dberlin@dberlin.org
30D: ET-Forest implementation.
31
Misha Brukmanb2961602003-09-22 21:56:08 +000032N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000033E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000034W: http://misha.brukman.net
Misha Brukmanf200eee2004-08-05 19:09:47 +000035D: Portions of X86 and Sparc JIT compilers, PowerPC backend
36D: Incremental bytecode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000037
38N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000039E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000040D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000041
Chandler Carruthbb7a6242007-01-08 03:10:00 +000042N: Chandler Carruth
43E: chandlerc@gmail.com
44D: LinkTimeOptimizer for Linux, via binutils integration, and C API
45
Misha Brukmanb2961602003-09-22 21:56:08 +000046N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000047E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000048D: Fixes to the Reassociation pass, various improvement patches
49
Chris Lattner4c286c32005-11-29 00:57:06 +000050N: Evan Cheng
51E: evan.cheng@apple.com
Evan Chengb3ff6b72007-02-15 22:26:28 +000052D: ARM and X86 backends
Evan Chengfc32dcb2006-04-12 21:28:14 +000053D: Instruction scheduler improvements
Evan Cheng5d286d82007-05-07 17:58:13 +000054D: Register allocator improvements
Evan Chengfc32dcb2006-04-12 21:28:14 +000055D: Loop optimizer improvements
56D: Target-independent code generator improvements
Chris Lattner4c286c32005-11-29 00:57:06 +000057
Chris Lattnerf69dcb12004-09-23 04:30:05 +000058N: Jeff Cohen
Jeff Cohen0939d772005-05-08 01:07:48 +000059E: jeffc@jolt-lang.org
60W: http://jolt-lang.org
Chris Lattnerf69dcb12004-09-23 04:30:05 +000061D: Native Win32 API portability layer
62
Misha Brukman2d772142003-10-17 17:28:21 +000063N: John T. Criswell
64E: criswell@uiuc.edu
65D: Autoconf support, QMTest database, documentation improvements
66
Rafael Espindolaa3fdc022006-05-14 20:29:25 +000067N: Rafael Avila de Espindola
68E: rafael.espindola@gmail.com
69D: The ARM backend
70
Chris Lattner4ce08a02004-09-23 04:36:01 +000071N: Alkis Evlogimenos
Alkis Evlogimenosab5948f2004-09-23 04:39:30 +000072E: alkis@evlogimenos.com
Chris Lattner4ce08a02004-09-23 04:36:01 +000073D: Linear scan register allocator, many codegen improvements, Java frontend
74
Misha Brukmanb2961602003-09-22 21:56:08 +000075N: Brian Gaeke
76E: gaeke@uiuc.edu
77W: http://www.students.uiuc.edu/~gaeke/
Chris Lattner4e514c12005-12-22 06:09:08 +000078D: Portions of X86 static and JIT compilers; initial SparcV8 backend
Brian Gaeked56bd422004-08-03 19:07:20 +000079D: Dynamic trace optimizer
Misha Brukman2d772142003-10-17 17:28:21 +000080D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +000081
Nicolas Geoffray45cdf302007-02-27 10:44:42 +000082N: Nicolas Geoffray
83E: nicolas.geoffray@lip6.fr
84W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
85D: PPC backend fixes for Linux
86
Misha Brukmanf200eee2004-08-05 19:09:47 +000087N: Louis Gerbarg
88D: Portions of the PowerPC backend
89
Chris Lattner4e514c12005-12-22 06:09:08 +000090N: Saem Ghani
91E: saemghani@gmail.com
92D: Callgraph class cleanups
93
Dan Gohmanaddccfd2007-02-15 22:05:14 +000094N: Dan Gohman
95E: djg@cray.com
96D: Miscellaneous bug fixes
97
Chris Lattnerf69dcb12004-09-23 04:30:05 +000098N: Paolo Invernizzi
Misha Brukman309ca692004-10-26 15:55:12 +000099E: arathorn@fastwebnet.it
Chris Lattnerf69dcb12004-09-23 04:30:05 +0000100D: Visual C++ compatibility fixes
101
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000102N: Patrick Jenkins
103E: patjenk@wam.umd.edu
104D: Nightly Tester
105
Misha Brukman323ed352004-09-21 16:54:37 +0000106N: Brad Jones
107E: kungfoomaster@nondot.org
108D: Support for packed types
109
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000110N: Dale Johannesen
111E: dalej@apple.com
Dale Johannesen82434382007-04-25 00:14:49 +0000112D: ARM constant islands improvements
Dale Johannesen2fcdf642007-04-24 23:48:30 +0000113
Reid Spencerb195d9d2006-03-23 23:21:29 +0000114N: Eric Kidd
115W: http://randomhacks.net/
116D: llvm-config script
117
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000118N: Anton Korobeynikov
119E: asl@math.spbu.ru
Anton Korobeynikov4d396b12007-05-06 20:33:02 +0000120D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
121D: x86/linux PIC codegen, aliases, regparm/visibility attributes
122D: Switch lowering refactoring
Anton Korobeynikov8f2105b2006-08-01 07:06:00 +0000123
Chris Lattner3acd9182004-10-27 15:54:23 +0000124N: Sumant Kowshik
125E: kowshik@uiuc.edu
126D: Author of the original C backend
127
Christopher Lamb2330e4d2007-04-21 08:16:25 +0000128N: Christopher Lamb
129E: christopher.lamb@gmail.com
130D: aligned load/store support
131
Chris Lattner4c286c32005-11-29 00:57:06 +0000132N: Jim Laskey
133E: jlaskey@apple.com
134D: Improvements to the PPC backend, instruction scheduling
Jim Laskeyabf41f22006-08-01 09:01:40 +0000135D: Debug and Dwarf implementation
136D: Auto upgrade mangler
137D: llvm-gcc4 svn wrangler
Chris Lattner4c286c32005-11-29 00:57:06 +0000138
Misha Brukmanb2961602003-09-22 21:56:08 +0000139N: Chris Lattner
140E: sabre@nondot.org
141W: http://nondot.org/~sabre/
142D: Primary architect of LLVM
143
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000144N: Tanya Lattner (formerly Tanya Brethour)
145E: tonic@nondot.org
146W: http://nondot.org/~tonic/
147D: The initial llvm-ar tool, converted regression testsuite to dejagnu
148D: Modulo scheduling in the SparcV9 backend
Tanya Lattnerdf4283c2006-08-09 04:18:09 +0000149D: Release manager (1.7+)
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +0000150
Misha Brukmane9b0a022005-02-14 09:07:23 +0000151N: Andrew Lenharth
152E: alenhar2@cs.uiuc.edu
153W: http://www.lenharth.org/~andrewl/
154D: Alpha backend
Andrew Lenharth63223c92006-04-13 02:05:30 +0000155D: Sampling based profiling
Misha Brukmane9b0a022005-02-14 09:07:23 +0000156
Nick Lewycky97198c92006-08-29 01:42:47 +0000157N: Nick Lewycky
158E: nicholas@mxc.ca
159D: PredicateSimplifier pass
160
Duraid Madina735e0ac2005-03-17 18:57:02 +0000161N: Duraid Madina
162E: duraid@octopus.com.au
163W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
164D: IA64 backend
165
Chris Lattner96264702004-11-18 21:04:21 +0000166N: Michael McCracken
167E: michael.mccracken@gmail.com
168D: Line number support for llvmgcc
169
Chris Lattnerb8356b32004-06-25 21:00:10 +0000170N: Vladimir Merzliakov
171E: wanderer@rsu.ru
Misha Brukman323ed352004-09-21 16:54:37 +0000172D: Test suite fixes for FreeBSD
Chris Lattnerb8356b32004-06-25 21:00:10 +0000173
Misha Brukman309ca692004-10-26 15:55:12 +0000174N: Morten Ofstad
175E: morten@hue.no
176D: Visual C++ compatibility fixes
177
Devang Patel1f7a9bc2007-04-24 18:49:33 +0000178N: Devang Patel
179E: dpatel@apple.com
180D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
181D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
182D: Optimizer improvements
183
Misha Brukmanb7206e72004-05-06 16:53:18 +0000184N: Vladimir Prus
Vladimir Prus1100eea2006-05-16 05:36:15 +0000185W: http://vladimir_prus.blogspot.com
Misha Brukmanb7206e72004-05-06 16:53:18 +0000186E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +0000187D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +0000188
Anton Korobeynikovaf2d3792007-03-21 21:45:25 +0000189N: Roman Samoilov
190E: roman@codedgers.com
191D: MSIL backend
192
Duncan Sandsef476fd2007-03-05 09:21:11 +0000193N: Duncan Sands
194E: baldrick@free.fr
195D: Ada front-end
196
Misha Brukmanb2961602003-09-22 21:56:08 +0000197N: Ruchira Sasanka
198E: sasanka@uiuc.edu
199D: Graph coloring register allocator for the Sparc64 backend
200
201N: Anand Shukla
202E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +0000203D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +0000204
Brian Gaeke75920ee2003-11-10 03:05:36 +0000205N: Reid Spencer
Reid Spencer3336aa02006-08-01 16:52:07 +0000206E: rspencer@reidspencer.com
207W: http://reidspencer.com/
Reid Spencerf5816fb2007-05-06 01:30:17 +0000208D: http://wiki.llvm.org/index.php/User:Reid
Brian Gaeke75920ee2003-11-10 03:05:36 +0000209
Chris Lattner3363e272005-02-19 17:14:24 +0000210N: Adam Treat
211E: manyoso@yahoo.com
212D: C++ bugs filed, and C++ front-end bug fixes.
213
Lauro Ramos Venancio2d6b4bf2007-05-06 00:41:36 +0000214N: Lauro Ramos Venancio
215E: lauro.venancio@indt.org.br
216D: ARM backend improvements
217D: Thread Local Storage implementation
218
Misha Brukmanb2961602003-09-22 21:56:08 +0000219N: Bill Wendling
Chris Lattner936ef2f2006-08-01 16:40:42 +0000220E: isanbard@gmail.com
Bill Wendlingb4e80c52006-08-16 21:18:56 +0000221W: http://web.mac.com/bwendling/
Misha Brukman2d772142003-10-17 17:28:21 +0000222D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.