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