credit where credit is due
[oota-llvm.git] / CREDITS.TXT
1 This file is a partial list of people who have contributed to the LLVM
2 project.  If you have contributed a patch or made some other contribution to
3 LLVM, please submit a patch to this file to add yourself, and it will be 
4 done!
5
6 The list is sorted by name and formatted to allow easy grepping and
7 beautification 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).
10
11 N: Vikram Adve
12 E: vadve@cs.uiuc.edu
13 W: http://www.cs.uiuc.edu/~vadve/
14 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
15
16 N: Henrik Bach
17 D: MingW Win32 API portability layer
18
19 N: Nate Begeman
20 E: natebegeman@mac.com
21 D: Primary PowerPC backend developer
22
23 N: Misha Brukman
24 E: brukman+llvm@uiuc.edu
25 W: http://misha.brukman.net
26 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
27 D: Incremental bytecode loader
28
29 N: Cameron Buschardt
30 E: buschard@uiuc.edu
31 D: The `mem2reg' pass - promotes values stored in memory to registers
32
33 N: Casey Carter
34 E: ccarter@uiuc.edu
35 D: Fixes to the Reassociation pass, various improvement patches
36
37 N: Evan Cheng
38 E: evan.cheng@apple.com
39 D: X86 backend improvements
40
41 N: Jeff Cohen
42 E: jeffc@jolt-lang.org
43 W: http://jolt-lang.org
44 D: Native Win32 API portability layer
45
46 N: John T. Criswell
47 E: criswell@uiuc.edu
48 D: Autoconf support, QMTest database, documentation improvements
49
50 N: Alkis Evlogimenos
51 E: alkis@evlogimenos.com
52 D: Linear scan register allocator, many codegen improvements, Java frontend
53
54 N: Brian Gaeke
55 E: gaeke@uiuc.edu
56 W: http://www.students.uiuc.edu/~gaeke/
57 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
58 D: Dynamic trace optimizer 
59 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
60
61 N: Louis Gerbarg
62 D: Portions of the PowerPC backend
63
64 N: Saem Ghani
65 E: saemghani@gmail.com
66 D: Callgraph class cleanups
67
68 N: Paolo Invernizzi
69 E: arathorn@fastwebnet.it
70 D: Visual C++ compatibility fixes 
71
72 N: Brad Jones
73 E: kungfoomaster@nondot.org
74 D: Support for packed types
75
76 N: Sumant Kowshik
77 E: kowshik@uiuc.edu
78 D: Author of the original C backend
79
80 N: Jim Laskey
81 E: jlaskey@apple.com
82 D: Improvements to the PPC backend, instruction scheduling
83
84 N: Chris Lattner
85 E: sabre@nondot.org
86 W: http://nondot.org/~sabre/
87 D: Primary architect of LLVM
88
89 N: Tanya Lattner (formerly Tanya Brethour)
90 E: tonic@nondot.org
91 W: http://nondot.org/~tonic/
92 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
93 D: Modulo scheduling in the SparcV9 backend
94
95 N: Andrew Lenharth
96 E: alenhar2@cs.uiuc.edu
97 W: http://www.lenharth.org/~andrewl/
98 D: Alpha backend
99
100 N: Duraid Madina
101 E: duraid@octopus.com.au
102 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
103 D: IA64 backend
104
105 N: Michael McCracken
106 E: michael.mccracken@gmail.com
107 D: Line number support for llvmgcc
108
109 N: Vladimir Merzliakov
110 E: wanderer@rsu.ru
111 D: Test suite fixes for FreeBSD
112
113 N: Morten Ofstad
114 E: morten@hue.no
115 D: Visual C++ compatibility fixes 
116
117 N: Vladimir Prus
118 E: ghost@cs.msu.su
119 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
120
121 N: Ruchira Sasanka
122 E: sasanka@uiuc.edu
123 D: Graph coloring register allocator for the Sparc64 backend
124
125 N: Anand Shukla
126 E: ashukla@cs.uiuc.edu
127 D: The `paths' pass
128
129 N: Reid Spencer
130 E: rspencer@x10sys.com
131 W: http://llvm.x10sys.com/rspencer
132 D: Stacker, llvmc, bytecode, other. See web page for current notes.
133
134 N: Adam Treat
135 E: manyoso@yahoo.com
136 D: C++ bugs filed, and C++ front-end bug fixes.
137
138 N: Bill Wendling
139 E: wendling@isanbard.org
140 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.