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