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