A couple IRBuilder functions were still using getGlobalContext().
[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 surname 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 D: Sparse bitmap
33
34 N: Neil Booth
35 E: neil@daikokuya.co.uk
36 D: APFloat implementation.
37
38 N: Misha Brukman
39 E: brukman+llvm@uiuc.edu
40 W: http://misha.brukman.net
41 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
42 D: Incremental bytecode loader
43
44 N: Cameron Buschardt
45 E: buschard@uiuc.edu
46 D: The `mem2reg' pass - promotes values stored in memory to registers
47
48 N: Chandler Carruth
49 E: chandlerc@gmail.com
50 D: LinkTimeOptimizer for Linux, via binutils integration, and C API
51
52 N: Casey Carter
53 E: ccarter@uiuc.edu
54 D: Fixes to the Reassociation pass, various improvement patches
55
56 N: Evan Cheng
57 E: evan.cheng@apple.com
58 D: ARM and X86 backends
59 D: Instruction scheduler improvements
60 D: Register allocator improvements
61 D: Loop optimizer improvements
62 D: Target-independent code generator improvements
63
64 N: Dan Villiom Podlaski Christiansen
65 E: danchr@gmail.com
66 E: danchr@cs.au.dk
67 W: http://villiom.dk
68 D: LLVM Makefile improvements
69 D: Clang diagnostic & driver tweaks
70 S: Aarhus, Denmark
71
72 N: Jeff Cohen
73 E: jeffc@jolt-lang.org
74 W: http://jolt-lang.org
75 D: Native Win32 API portability layer
76
77 N: John T. Criswell
78 E: criswell@uiuc.edu
79 D: Original Autoconf support, documentation improvements, bug fixes
80
81 N: Stefanus Du Toit
82 E: stefanus.dutoit@rapidmind.com
83 D: Bug fixes and minor improvements
84
85 N: Rafael Avila de Espindola
86 E: rafael.espindola@gmail.com
87 D: The ARM backend
88
89 N: Alkis Evlogimenos
90 E: alkis@evlogimenos.com
91 D: Linear scan register allocator, many codegen improvements, Java frontend
92
93 N: Ryan Flynn
94 E: pizza@parseerror.com
95 D: Miscellaneous bug fixes
96
97 N: Brian Gaeke
98 E: gaeke@uiuc.edu
99 W: http://www.students.uiuc.edu/~gaeke/
100 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
101 D: Dynamic trace optimizer
102 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
103
104 N: Nicolas Geoffray
105 E: nicolas.geoffray@lip6.fr
106 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
107 D: PPC backend fixes for Linux
108
109 N: Louis Gerbarg
110 D: Portions of the PowerPC backend
111
112 N: Saem Ghani
113 E: saemghani@gmail.com
114 D: Callgraph class cleanups
115
116 N: Mikhail Glushenkov
117 E: foldr@codedgers.com
118 D: Author of llvmc2
119
120 N: Dan Gohman
121 E: gohman@apple.com
122 D: Miscellaneous bug fixes
123
124 N: David Goodwin
125 E: david@goodwinz.net
126 D: Thumb-2 code generator
127
128 N: David Greene
129 E: greened@obbligato.org
130 D: Miscellaneous bug fixes
131 D: Register allocation refactoring
132
133 N: Gabor Greif
134 E: ggreif@gmail.com
135 D: Improvements for space efficiency
136
137 N: Lang Hames
138 E: lhames@gmail.com
139 D: PBQP-based register allocator
140
141 N: Gordon Henriksen
142 E: gordonhenriksen@mac.com
143 D: Pluggable GC support
144 D: C interface
145 D: Ocaml bindings
146
147 N: Raul Fernandes Herbster
148 E: raul@dsc.ufcg.edu.br
149 D: JIT support for ARM
150
151 N: Paolo Invernizzi
152 E: arathorn@fastwebnet.it
153 D: Visual C++ compatibility fixes
154
155 N: Patrick Jenkins
156 E: patjenk@wam.umd.edu
157 D: Nightly Tester
158
159 N: Dale Johannesen
160 E: dalej@apple.com
161 D: ARM constant islands improvements
162 D: Tail merging improvements
163 D: Rewrite X87 back end
164 D: Use APFloat for floating point constants widely throughout compiler
165 D: Implement X87 long double
166
167 N: Brad Jones
168 E: kungfoomaster@nondot.org
169 D: Support for packed types
170
171 N: Eric Kidd
172 W: http://randomhacks.net/
173 D: llvm-config script
174
175 N: Anton Korobeynikov
176 E: asl@math.spbu.ru
177 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
178 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
179 D: Switch lowering refactoring
180
181 N: Sumant Kowshik
182 E: kowshik@uiuc.edu
183 D: Author of the original C backend
184
185 N: Christopher Lamb
186 E: christopher.lamb@gmail.com
187 D: aligned load/store support, parts of noalias and restrict support
188 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
189 D: address spaces
190
191 N: Jim Laskey
192 E: jlaskey@apple.com
193 D: Improvements to the PPC backend, instruction scheduling
194 D: Debug and Dwarf implementation
195 D: Auto upgrade mangler
196 D: llvm-gcc4 svn wrangler
197
198 N: Chris Lattner
199 E: sabre@nondot.org
200 W: http://nondot.org/~sabre/
201 D: Primary architect of LLVM
202
203 N: Tanya Lattner (Tanya Brethour)
204 E: tonic@nondot.org
205 W: http://nondot.org/~tonic/
206 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
207 D: Modulo scheduling in the SparcV9 backend
208 D: Release manager (1.7+)
209
210 N: Andrew Lenharth
211 E: alenhar2@cs.uiuc.edu
212 W: http://www.lenharth.org/~andrewl/
213 D: Alpha backend
214 D: Sampling based profiling
215
216 N: Nick Lewycky
217 E: nicholas@mxc.ca
218 D: PredicateSimplifier pass
219
220 N: Bruno Cardoso Lopes
221 E: bruno.cardoso@gmail.com
222 W: http://www.brunocardoso.org
223 D: The Mips backend
224
225 N: Duraid Madina
226 E: duraid@octopus.com.au
227 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
228 D: IA64 backend, BigBlock register allocator
229
230 N: Michael McCracken
231 E: michael.mccracken@gmail.com
232 D: Line number support for llvmgcc
233
234 N: Vladimir Merzliakov
235 E: wanderer@rsu.ru
236 D: Test suite fixes for FreeBSD
237
238 N: Scott Michel
239 E: scottm@aero.org
240 D: Added STI Cell SPU backend.
241
242 N: Edward O'Callaghan
243 E: eocallaghan@auroraux.org
244 W: http://www.auroraux.org
245 D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
246 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
247 D: and error clean ups.
248
249 N: Morten Ofstad
250 E: morten@hue.no
251 D: Visual C++ compatibility fixes
252
253 N: Jakob Stoklund Olesen
254 E: stoklund@2pi.dk
255 D: Machine code verifier
256 D: Blackfin backend
257
258 N: Richard Osborne
259 E: richard@xmos.com
260 D: XCore backend
261
262 N: Devang Patel
263 E: dpatel@apple.com
264 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
265 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
266 D: Optimizer improvements, Loop Index Split
267
268 N: Vladimir Prus
269 W: http://vladimir_prus.blogspot.com
270 E: ghost@cs.msu.su
271 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
272
273 N: Roman Samoilov
274 E: roman@codedgers.com
275 D: MSIL backend
276
277 N: Duncan Sands
278 E: baldrick@free.fr
279 D: Ada front-end, exception handling improvements
280
281 N: Ruchira Sasanka
282 E: sasanka@uiuc.edu
283 D: Graph coloring register allocator for the Sparc64 backend
284
285 N: Arnold Schwaighofer
286 E: arnold.schwaighofer@gmail.com
287 D: Tail call optimization for the x86 backend
288
289 N: Shantonu Sen
290 E: ssen@apple.com
291 D: Miscellaneous bug fixes
292
293 N: Anand Shukla
294 E: ashukla@cs.uiuc.edu
295 D: The `paths' pass
296
297 N: Reid Spencer
298 E: rspencer@reidspencer.com
299 W: http://reidspencer.com/
300 D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
301
302 N: Edwin Torok
303 E: edwintorok@gmail.com
304 D: Miscellaneous bug fixes
305
306 N: Adam Treat
307 E: manyoso@yahoo.com
308 D: C++ bugs filed, and C++ front-end bug fixes.
309
310 N: Lauro Ramos Venancio
311 E: lauro.venancio@indt.org.br
312 D: ARM backend improvements
313 D: Thread Local Storage implementation
314
315 N: Xerxes Ranby
316 E: xerxes@zafena.se
317 D: Cmake dependency chain and various bug fixes
318
319 N: Bill Wendling
320 E: isanbard@gmail.com
321 D: Bunches of stuff
322
323 N: Bob Wilson
324 E: bob.wilson@acm.org
325 D: Advanced SIMD (NEON) support in the ARM backend