blob: aab144fb74b87e56eca574a00a6017b6c35288b9 [file] [log] [blame]
Misha Brukmanb2961602003-09-22 21:56:08 +00001Inspired by the CREDITS file from the Linux source tree, this file is,
2likewise, at least a partial list of people who have contributed to the LLVM
3project. The format and the next paragraph are stolen directly from that file.
4
Misha Brukman0fc20c82003-10-20 03:59:05 +00005The list is sorted by name and formatted to allow easy grepping and
6beautification by scripts. The fields are: name (N), email (E), web-address
7(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
8(S).
Misha Brukmanb2961602003-09-22 21:56:08 +00009
10N: Vikram Adve
11E: vadve@cs.uiuc.edu
12W: http://www.cs.uiuc.edu/~vadve/
13D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
14
Chris Lattnerf69dcb12004-09-23 04:30:05 +000015N: Henrik Bach
16D: MingW Win32 API portability layer
17
Misha Brukmanf200eee2004-08-05 19:09:47 +000018N: Nate Begeman
19E: natebegeman@mac.com
20D: Portions of the PowerPC backend
21
Misha Brukmanb2961602003-09-22 21:56:08 +000022N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000023E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000024W: http://misha.brukman.net
Misha Brukmanf200eee2004-08-05 19:09:47 +000025D: Portions of X86 and Sparc JIT compilers, PowerPC backend
26D: Incremental bytecode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000027
28N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000029E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000030D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000031
32N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000033E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000034D: Fixes to the Reassociation pass, various improvement patches
35
Chris Lattnerf69dcb12004-09-23 04:30:05 +000036N: Jeff Cohen
37D: Native Win32 API portability layer
38
Misha Brukman2d772142003-10-17 17:28:21 +000039N: John T. Criswell
40E: criswell@uiuc.edu
41D: Autoconf support, QMTest database, documentation improvements
42
Chris Lattner4ce08a02004-09-23 04:36:01 +000043N: Alkis Evlogimenos
Alkis Evlogimenosab5948f2004-09-23 04:39:30 +000044E: alkis@evlogimenos.com
Chris Lattner4ce08a02004-09-23 04:36:01 +000045D: Linear scan register allocator, many codegen improvements, Java frontend
46
Misha Brukmanb2961602003-09-22 21:56:08 +000047N: Brian Gaeke
48E: gaeke@uiuc.edu
49W: http://www.students.uiuc.edu/~gaeke/
Misha Brukmane9b0a022005-02-14 09:07:23 +000050D: Portions of X86 static and JIT compilers; SparcV8 backend
Brian Gaeked56bd422004-08-03 19:07:20 +000051D: Dynamic trace optimizer
Misha Brukman2d772142003-10-17 17:28:21 +000052D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +000053
Misha Brukmanf200eee2004-08-05 19:09:47 +000054N: Louis Gerbarg
55D: Portions of the PowerPC backend
56
Chris Lattnerf69dcb12004-09-23 04:30:05 +000057N: Paolo Invernizzi
Misha Brukman309ca692004-10-26 15:55:12 +000058E: arathorn@fastwebnet.it
Chris Lattnerf69dcb12004-09-23 04:30:05 +000059D: Visual C++ compatibility fixes
60
Misha Brukman323ed352004-09-21 16:54:37 +000061N: Brad Jones
62E: kungfoomaster@nondot.org
63D: Support for packed types
64
Chris Lattner3acd9182004-10-27 15:54:23 +000065N: Sumant Kowshik
66E: kowshik@uiuc.edu
67D: Author of the original C backend
68
Misha Brukmanb2961602003-09-22 21:56:08 +000069N: Chris Lattner
70E: sabre@nondot.org
71W: http://nondot.org/~sabre/
72D: Primary architect of LLVM
73
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +000074N: Tanya Lattner (formerly Tanya Brethour)
75E: tonic@nondot.org
76W: http://nondot.org/~tonic/
77D: The initial llvm-ar tool, converted regression testsuite to dejagnu
78D: Modulo scheduling in the SparcV9 backend
79
Misha Brukmane9b0a022005-02-14 09:07:23 +000080N: Andrew Lenharth
81E: alenhar2@cs.uiuc.edu
82W: http://www.lenharth.org/~andrewl/
83D: Alpha backend
84
Duraid Madina735e0ac2005-03-17 18:57:02 +000085N: Duraid Madina
86E: duraid@octopus.com.au
87W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
88D: IA64 backend
89
Chris Lattner96264702004-11-18 21:04:21 +000090N: Michael McCracken
91E: michael.mccracken@gmail.com
92D: Line number support for llvmgcc
93
Chris Lattnerb8356b32004-06-25 21:00:10 +000094N: Vladimir Merzliakov
95E: wanderer@rsu.ru
Misha Brukman323ed352004-09-21 16:54:37 +000096D: Test suite fixes for FreeBSD
Chris Lattnerb8356b32004-06-25 21:00:10 +000097
Misha Brukman309ca692004-10-26 15:55:12 +000098N: Morten Ofstad
99E: morten@hue.no
100D: Visual C++ compatibility fixes
101
Misha Brukmanb7206e72004-05-06 16:53:18 +0000102N: Vladimir Prus
103E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +0000104D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +0000105
Misha Brukmanb2961602003-09-22 21:56:08 +0000106N: Ruchira Sasanka
107E: sasanka@uiuc.edu
108D: Graph coloring register allocator for the Sparc64 backend
109
110N: Anand Shukla
111E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +0000112D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +0000113
Brian Gaeke75920ee2003-11-10 03:05:36 +0000114N: Reid Spencer
115E: rspencer@x10sys.com
Reid Spencerad4ce522004-08-24 05:40:25 +0000116W: http://llvm.x10sys.com/rspencer
Reid Spencer7b8848f2004-08-24 05:21:49 +0000117D: Stacker, llvmc, bytecode, other. See web page for current notes.
Brian Gaeke75920ee2003-11-10 03:05:36 +0000118
Chris Lattner3363e272005-02-19 17:14:24 +0000119N: Adam Treat
120E: manyoso@yahoo.com
121D: C++ bugs filed, and C++ front-end bug fixes.
122
Misha Brukmanb2961602003-09-22 21:56:08 +0000123N: Bill Wendling
Chris Lattner76602522003-09-23 20:59:28 +0000124E: wendling@isanbard.org
Misha Brukman2d772142003-10-17 17:28:21 +0000125D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.