Add entry to CREDITS.
[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: Owen Anderson
17 E: resistor@mac.com
18 D: LCSSA pass and related LoopUnswitch work, TargetData refactoring, random improvements
19
20 N: Henrik Bach
21 D: MingW Win32 API portability layer
22
23 N: Nate Begeman
24 E: natebegeman@mac.com
25 D: PowerPC backend developer
26 D: Target-independent code generator and analysis improvements
27
28 N: Daniel Berlin
29 E: dberlin@dberlin.org
30 D: ET-Forest implementation.
31
32 N: Misha Brukman
33 E: brukman+llvm@uiuc.edu
34 W: http://misha.brukman.net
35 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
36 D: Incremental bytecode loader
37
38 N: Cameron Buschardt
39 E: buschard@uiuc.edu
40 D: The `mem2reg' pass - promotes values stored in memory to registers
41
42 N: Chandler Carruth
43 E: chandlerc@gmail.com
44 D: LinkTimeOptimizer for Linux, via binutils integration, and C API
45
46 N: Casey Carter
47 E: ccarter@uiuc.edu
48 D: Fixes to the Reassociation pass, various improvement patches
49
50 N: Evan Cheng
51 E: evan.cheng@apple.com
52 D: ARM and X86 backends
53 D: Instruction scheduler improvements
54 D: Register allocator improvements
55 D: Loop optimizer improvements
56 D: Target-independent code generator improvements
57
58 N: Jeff Cohen
59 E: jeffc@jolt-lang.org
60 W: http://jolt-lang.org
61 D: Native Win32 API portability layer
62
63 N: John T. Criswell
64 E: criswell@uiuc.edu
65 D: Autoconf support, QMTest database, documentation improvements
66
67 N: Rafael Avila de Espindola
68 E: rafael.espindola@gmail.com
69 D: The ARM backend
70
71 N: Alkis Evlogimenos
72 E: alkis@evlogimenos.com
73 D: Linear scan register allocator, many codegen improvements, Java frontend
74
75 N: Brian Gaeke
76 E: gaeke@uiuc.edu
77 W: http://www.students.uiuc.edu/~gaeke/
78 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
79 D: Dynamic trace optimizer 
80 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
81
82 N: Nicolas Geoffray
83 E: nicolas.geoffray@lip6.fr
84 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
85 D: PPC backend fixes for Linux
86
87 N: Louis Gerbarg
88 D: Portions of the PowerPC backend
89
90 N: Saem Ghani
91 E: saemghani@gmail.com
92 D: Callgraph class cleanups
93
94 N: Dan Gohman
95 E: djg@cray.com
96 D: Miscellaneous bug fixes
97
98 N: David Greene
99 E: greened@obbligato.org
100 D: Miscellaneous bug fixes
101 D: Register allocation refactoring
102
103 N: Paolo Invernizzi
104 E: arathorn@fastwebnet.it
105 D: Visual C++ compatibility fixes 
106
107 N: Patrick Jenkins
108 E: patjenk@wam.umd.edu
109 D: Nightly Tester
110
111 N: Brad Jones
112 E: kungfoomaster@nondot.org
113 D: Support for packed types
114
115 N: Dale Johannesen
116 E: dalej@apple.com
117 D: ARM constant islands improvements
118
119 N: Eric Kidd
120 W: http://randomhacks.net/
121 D: llvm-config script
122
123 N: Anton Korobeynikov
124 E: asl@math.spbu.ru
125 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
126 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
127 D: Switch lowering refactoring
128
129 N: Sumant Kowshik
130 E: kowshik@uiuc.edu
131 D: Author of the original C backend
132
133 N: Christopher Lamb
134 E: christopher.lamb@gmail.com
135 D: aligned load/store support
136
137 N: Jim Laskey
138 E: jlaskey@apple.com
139 D: Improvements to the PPC backend, instruction scheduling
140 D: Debug and Dwarf implementation
141 D: Auto upgrade mangler 
142 D: llvm-gcc4 svn wrangler
143
144 N: Chris Lattner
145 E: sabre@nondot.org
146 W: http://nondot.org/~sabre/
147 D: Primary architect of LLVM
148
149 N: Tanya Lattner (formerly Tanya Brethour)
150 E: tonic@nondot.org
151 W: http://nondot.org/~tonic/
152 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
153 D: Modulo scheduling in the SparcV9 backend
154 D: Release manager (1.7+)
155
156 N: Andrew Lenharth
157 E: alenhar2@cs.uiuc.edu
158 W: http://www.lenharth.org/~andrewl/
159 D: Alpha backend
160 D: Sampling based profiling
161
162 N: Nick Lewycky
163 E: nicholas@mxc.ca
164 D: PredicateSimplifier pass
165
166 N: Bruno Cardoso Lopes
167 E: bruno.cardoso@gmail.com
168 W: http://www.brunocardoso.org
169 D: The Mips backend
170
171 N: Duraid Madina
172 E: duraid@octopus.com.au
173 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
174 D: IA64 backend
175
176 N: Michael McCracken
177 E: michael.mccracken@gmail.com
178 D: Line number support for llvmgcc
179
180 N: Vladimir Merzliakov
181 E: wanderer@rsu.ru
182 D: Test suite fixes for FreeBSD
183
184 N: Morten Ofstad
185 E: morten@hue.no
186 D: Visual C++ compatibility fixes 
187
188 N: Devang Patel
189 E: dpatel@apple.com
190 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
191 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
192 D: Optimizer improvements
193
194 N: Vladimir Prus
195 W: http://vladimir_prus.blogspot.com
196 E: ghost@cs.msu.su
197 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
198
199 N: Roman Samoilov
200 E: roman@codedgers.com
201 D: MSIL backend
202
203 N: Duncan Sands
204 E: baldrick@free.fr
205 D: Ada front-end
206
207 N: Ruchira Sasanka
208 E: sasanka@uiuc.edu
209 D: Graph coloring register allocator for the Sparc64 backend
210
211 N: Anand Shukla
212 E: ashukla@cs.uiuc.edu
213 D: The `paths' pass
214
215 N: Reid Spencer
216 E: rspencer@reidspencer.com
217 W: http://reidspencer.com/
218 D: http://wiki.llvm.org/index.php/User:Reid
219
220 N: Adam Treat
221 E: manyoso@yahoo.com
222 D: C++ bugs filed, and C++ front-end bug fixes.
223
224 N: Lauro Ramos Venancio
225 E: lauro.venancio@indt.org.br
226 D: ARM backend improvements
227 D: Thread Local Storage implementation
228
229 N: Bill Wendling
230 E: isanbard@gmail.com
231 W: http://web.mac.com/bwendling/
232 D: MMX & SSSE3 instructions
233 D: SPEC2006 support