blob: 378c8a0666468dd187323e8b11bb3dba2c8714c7 [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
Chris Lattnerf69dcb12004-09-23 04:30:05 +000016N: Henrik Bach
17D: MingW Win32 API portability layer
18
Misha Brukmanf200eee2004-08-05 19:09:47 +000019N: Nate Begeman
20E: natebegeman@mac.com
Chris Lattner50ceadf2005-05-15 21:38:32 +000021D: Primary PowerPC backend developer
Misha Brukmanf200eee2004-08-05 19:09:47 +000022
Misha Brukmanb2961602003-09-22 21:56:08 +000023N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000024E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000025W: http://misha.brukman.net
Misha Brukmanf200eee2004-08-05 19:09:47 +000026D: Portions of X86 and Sparc JIT compilers, PowerPC backend
27D: Incremental bytecode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000028
29N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000030E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000031D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000032
33N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000034E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000035D: Fixes to the Reassociation pass, various improvement patches
36
Chris Lattnerf69dcb12004-09-23 04:30:05 +000037N: Jeff Cohen
Jeff Cohen0939d772005-05-08 01:07:48 +000038E: jeffc@jolt-lang.org
39W: http://jolt-lang.org
Chris Lattnerf69dcb12004-09-23 04:30:05 +000040D: Native Win32 API portability layer
41
Misha Brukman2d772142003-10-17 17:28:21 +000042N: John T. Criswell
43E: criswell@uiuc.edu
44D: Autoconf support, QMTest database, documentation improvements
45
Chris Lattner4ce08a02004-09-23 04:36:01 +000046N: Alkis Evlogimenos
Alkis Evlogimenosab5948f2004-09-23 04:39:30 +000047E: alkis@evlogimenos.com
Chris Lattner4ce08a02004-09-23 04:36:01 +000048D: Linear scan register allocator, many codegen improvements, Java frontend
49
Misha Brukmanb2961602003-09-22 21:56:08 +000050N: Brian Gaeke
51E: gaeke@uiuc.edu
52W: http://www.students.uiuc.edu/~gaeke/
Misha Brukmane9b0a022005-02-14 09:07:23 +000053D: Portions of X86 static and JIT compilers; SparcV8 backend
Brian Gaeked56bd422004-08-03 19:07:20 +000054D: Dynamic trace optimizer
Misha Brukman2d772142003-10-17 17:28:21 +000055D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +000056
Misha Brukmanf200eee2004-08-05 19:09:47 +000057N: Louis Gerbarg
58D: Portions of the PowerPC backend
59
Chris Lattnerf69dcb12004-09-23 04:30:05 +000060N: Paolo Invernizzi
Misha Brukman309ca692004-10-26 15:55:12 +000061E: arathorn@fastwebnet.it
Chris Lattnerf69dcb12004-09-23 04:30:05 +000062D: Visual C++ compatibility fixes
63
Misha Brukman323ed352004-09-21 16:54:37 +000064N: Brad Jones
65E: kungfoomaster@nondot.org
66D: Support for packed types
67
Chris Lattner3acd9182004-10-27 15:54:23 +000068N: Sumant Kowshik
69E: kowshik@uiuc.edu
70D: Author of the original C backend
71
Misha Brukmanb2961602003-09-22 21:56:08 +000072N: Chris Lattner
73E: sabre@nondot.org
74W: http://nondot.org/~sabre/
75D: Primary architect of LLVM
76
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +000077N: Tanya Lattner (formerly Tanya Brethour)
78E: tonic@nondot.org
79W: http://nondot.org/~tonic/
80D: The initial llvm-ar tool, converted regression testsuite to dejagnu
81D: Modulo scheduling in the SparcV9 backend
82
Misha Brukmane9b0a022005-02-14 09:07:23 +000083N: Andrew Lenharth
84E: alenhar2@cs.uiuc.edu
85W: http://www.lenharth.org/~andrewl/
86D: Alpha backend
87
Duraid Madina735e0ac2005-03-17 18:57:02 +000088N: Duraid Madina
89E: duraid@octopus.com.au
90W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
91D: IA64 backend
92
Chris Lattner96264702004-11-18 21:04:21 +000093N: Michael McCracken
94E: michael.mccracken@gmail.com
95D: Line number support for llvmgcc
96
Chris Lattnerb8356b32004-06-25 21:00:10 +000097N: Vladimir Merzliakov
98E: wanderer@rsu.ru
Misha Brukman323ed352004-09-21 16:54:37 +000099D: Test suite fixes for FreeBSD
Chris Lattnerb8356b32004-06-25 21:00:10 +0000100
Misha Brukman309ca692004-10-26 15:55:12 +0000101N: Morten Ofstad
102E: morten@hue.no
103D: Visual C++ compatibility fixes
104
Misha Brukmanb7206e72004-05-06 16:53:18 +0000105N: Vladimir Prus
106E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +0000107D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +0000108
Misha Brukmanb2961602003-09-22 21:56:08 +0000109N: Ruchira Sasanka
110E: sasanka@uiuc.edu
111D: Graph coloring register allocator for the Sparc64 backend
112
113N: Anand Shukla
114E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +0000115D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +0000116
Brian Gaeke75920ee2003-11-10 03:05:36 +0000117N: Reid Spencer
118E: rspencer@x10sys.com
Reid Spencerad4ce522004-08-24 05:40:25 +0000119W: http://llvm.x10sys.com/rspencer
Reid Spencer7b8848f2004-08-24 05:21:49 +0000120D: Stacker, llvmc, bytecode, other. See web page for current notes.
Brian Gaeke75920ee2003-11-10 03:05:36 +0000121
Chris Lattner3363e272005-02-19 17:14:24 +0000122N: Adam Treat
123E: manyoso@yahoo.com
124D: C++ bugs filed, and C++ front-end bug fixes.
125
Misha Brukmanb2961602003-09-22 21:56:08 +0000126N: Bill Wendling
Chris Lattner76602522003-09-23 20:59:28 +0000127E: wendling@isanbard.org
Misha Brukman2d772142003-10-17 17:28:21 +0000128D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.