blob: 78adb52e3856ae044f1d97aad4d7881c256e08c0 [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
Nate Begemane5ce8472006-04-11 05:47:45 +000021D: PowerPC backend developer
22D: Target-independent code generator and analysis improvements
Misha Brukmanf200eee2004-08-05 19:09:47 +000023
Chris Lattner4e6b17a2006-01-08 08:25:38 +000024N: Daniel Berlin
25E: dberlin@dberlin.org
26D: ET-Forest implementation.
27
Misha Brukmanb2961602003-09-22 21:56:08 +000028N: Misha Brukman
Misha Brukman2d772142003-10-17 17:28:21 +000029E: brukman+llvm@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000030W: http://misha.brukman.net
Misha Brukmanf200eee2004-08-05 19:09:47 +000031D: Portions of X86 and Sparc JIT compilers, PowerPC backend
32D: Incremental bytecode loader
Misha Brukmanb2961602003-09-22 21:56:08 +000033
34N: Cameron Buschardt
Misha Brukman2d772142003-10-17 17:28:21 +000035E: buschard@uiuc.edu
Misha Brukman0fc20c82003-10-20 03:59:05 +000036D: The `mem2reg' pass - promotes values stored in memory to registers
Misha Brukmanb2961602003-09-22 21:56:08 +000037
38N: Casey Carter
Misha Brukman2d772142003-10-17 17:28:21 +000039E: ccarter@uiuc.edu
Misha Brukmanb2961602003-09-22 21:56:08 +000040D: Fixes to the Reassociation pass, various improvement patches
41
Chris Lattner4c286c32005-11-29 00:57:06 +000042N: Evan Cheng
43E: evan.cheng@apple.com
44D: X86 backend improvements
45
Chris Lattnerf69dcb12004-09-23 04:30:05 +000046N: Jeff Cohen
Jeff Cohen0939d772005-05-08 01:07:48 +000047E: jeffc@jolt-lang.org
48W: http://jolt-lang.org
Chris Lattnerf69dcb12004-09-23 04:30:05 +000049D: Native Win32 API portability layer
50
Misha Brukman2d772142003-10-17 17:28:21 +000051N: John T. Criswell
52E: criswell@uiuc.edu
53D: Autoconf support, QMTest database, documentation improvements
54
Chris Lattner4ce08a02004-09-23 04:36:01 +000055N: Alkis Evlogimenos
Alkis Evlogimenosab5948f2004-09-23 04:39:30 +000056E: alkis@evlogimenos.com
Chris Lattner4ce08a02004-09-23 04:36:01 +000057D: Linear scan register allocator, many codegen improvements, Java frontend
58
Misha Brukmanb2961602003-09-22 21:56:08 +000059N: Brian Gaeke
60E: gaeke@uiuc.edu
61W: http://www.students.uiuc.edu/~gaeke/
Chris Lattner4e514c12005-12-22 06:09:08 +000062D: Portions of X86 static and JIT compilers; initial SparcV8 backend
Brian Gaeked56bd422004-08-03 19:07:20 +000063D: Dynamic trace optimizer
Misha Brukman2d772142003-10-17 17:28:21 +000064D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
Misha Brukmanb2961602003-09-22 21:56:08 +000065
Misha Brukmanf200eee2004-08-05 19:09:47 +000066N: Louis Gerbarg
67D: Portions of the PowerPC backend
68
Chris Lattner4e514c12005-12-22 06:09:08 +000069N: Saem Ghani
70E: saemghani@gmail.com
71D: Callgraph class cleanups
72
Chris Lattnerf69dcb12004-09-23 04:30:05 +000073N: Paolo Invernizzi
Misha Brukman309ca692004-10-26 15:55:12 +000074E: arathorn@fastwebnet.it
Chris Lattnerf69dcb12004-09-23 04:30:05 +000075D: Visual C++ compatibility fixes
76
Misha Brukman323ed352004-09-21 16:54:37 +000077N: Brad Jones
78E: kungfoomaster@nondot.org
79D: Support for packed types
80
Reid Spencerb195d9d2006-03-23 23:21:29 +000081N: Eric Kidd
82W: http://randomhacks.net/
83D: llvm-config script
84
Chris Lattner3acd9182004-10-27 15:54:23 +000085N: Sumant Kowshik
86E: kowshik@uiuc.edu
87D: Author of the original C backend
88
Chris Lattner4c286c32005-11-29 00:57:06 +000089N: Jim Laskey
90E: jlaskey@apple.com
91D: Improvements to the PPC backend, instruction scheduling
92
Misha Brukmanb2961602003-09-22 21:56:08 +000093N: Chris Lattner
94E: sabre@nondot.org
95W: http://nondot.org/~sabre/
96D: Primary architect of LLVM
97
Tanya Lattnerf2dce8d2005-03-22 21:33:19 +000098N: Tanya Lattner (formerly Tanya Brethour)
99E: tonic@nondot.org
100W: http://nondot.org/~tonic/
101D: The initial llvm-ar tool, converted regression testsuite to dejagnu
102D: Modulo scheduling in the SparcV9 backend
103
Misha Brukmane9b0a022005-02-14 09:07:23 +0000104N: Andrew Lenharth
105E: alenhar2@cs.uiuc.edu
106W: http://www.lenharth.org/~andrewl/
107D: Alpha backend
108
Duraid Madina735e0ac2005-03-17 18:57:02 +0000109N: Duraid Madina
110E: duraid@octopus.com.au
111W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
112D: IA64 backend
113
Chris Lattner96264702004-11-18 21:04:21 +0000114N: Michael McCracken
115E: michael.mccracken@gmail.com
116D: Line number support for llvmgcc
117
Chris Lattnerb8356b32004-06-25 21:00:10 +0000118N: Vladimir Merzliakov
119E: wanderer@rsu.ru
Misha Brukman323ed352004-09-21 16:54:37 +0000120D: Test suite fixes for FreeBSD
Chris Lattnerb8356b32004-06-25 21:00:10 +0000121
Misha Brukman309ca692004-10-26 15:55:12 +0000122N: Morten Ofstad
123E: morten@hue.no
124D: Visual C++ compatibility fixes
125
Misha Brukmanb7206e72004-05-06 16:53:18 +0000126N: Vladimir Prus
127E: ghost@cs.msu.su
Misha Brukman9cd94d72004-06-25 13:37:03 +0000128D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
Misha Brukmanb7206e72004-05-06 16:53:18 +0000129
Misha Brukmanb2961602003-09-22 21:56:08 +0000130N: Ruchira Sasanka
131E: sasanka@uiuc.edu
132D: Graph coloring register allocator for the Sparc64 backend
133
134N: Anand Shukla
135E: ashukla@cs.uiuc.edu
Misha Brukman2d772142003-10-17 17:28:21 +0000136D: The `paths' pass
Misha Brukmanb2961602003-09-22 21:56:08 +0000137
Brian Gaeke75920ee2003-11-10 03:05:36 +0000138N: Reid Spencer
139E: rspencer@x10sys.com
Reid Spencerad4ce522004-08-24 05:40:25 +0000140W: http://llvm.x10sys.com/rspencer
Reid Spencer7b8848f2004-08-24 05:21:49 +0000141D: Stacker, llvmc, bytecode, other. See web page for current notes.
Brian Gaeke75920ee2003-11-10 03:05:36 +0000142
Chris Lattner3363e272005-02-19 17:14:24 +0000143N: Adam Treat
144E: manyoso@yahoo.com
145D: C++ bugs filed, and C++ front-end bug fixes.
146
Misha Brukmanb2961602003-09-22 21:56:08 +0000147N: Bill Wendling
Chris Lattner76602522003-09-23 20:59:28 +0000148E: wendling@isanbard.org
Misha Brukman2d772142003-10-17 17:28:21 +0000149D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.