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