CREDITS.TXT revision 2330e4d4c4f8008d17f5a38ac0d7b04e139d4131
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, TargetData refactoring, random improvements
19
20N: Henrik Bach
21D: MingW Win32 API portability layer
22
23N: Nate Begeman
24E: natebegeman@mac.com
25D: PowerPC backend developer
26D: Target-independent code generator and analysis improvements
27
28N: Daniel Berlin
29E: dberlin@dberlin.org
30D: ET-Forest implementation.
31
32N: Misha Brukman
33E: brukman+llvm@uiuc.edu
34W: http://misha.brukman.net
35D: Portions of X86 and Sparc JIT compilers, PowerPC backend
36D: Incremental bytecode loader
37
38N: Cameron Buschardt
39E: buschard@uiuc.edu
40D: The `mem2reg' pass - promotes values stored in memory to registers
41
42N: Chandler Carruth
43E: chandlerc@gmail.com
44D: LinkTimeOptimizer for Linux, via binutils integration, and C API
45
46N: Casey Carter
47E: ccarter@uiuc.edu
48D: Fixes to the Reassociation pass, various improvement patches
49
50N: Evan Cheng
51E: evan.cheng@apple.com
52D: ARM and X86 backends
53D: Instruction scheduler improvements
54D: Loop optimizer improvements
55D: Target-independent code generator improvements
56
57N: Jeff Cohen
58E: jeffc@jolt-lang.org
59W: http://jolt-lang.org
60D: Native Win32 API portability layer
61
62N: John T. Criswell
63E: criswell@uiuc.edu
64D: Autoconf support, QMTest database, documentation improvements
65
66N: Rafael Avila de Espindola
67E: rafael.espindola@gmail.com
68D: The ARM backend
69
70N: Alkis Evlogimenos
71E: alkis@evlogimenos.com
72D: Linear scan register allocator, many codegen improvements, Java frontend
73
74N: Brian Gaeke
75E: gaeke@uiuc.edu
76W: http://www.students.uiuc.edu/~gaeke/
77D: Portions of X86 static and JIT compilers; initial SparcV8 backend
78D: Dynamic trace optimizer 
79D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
80
81N: Nicolas Geoffray
82E: nicolas.geoffray@lip6.fr
83W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
84D: PPC backend fixes for Linux
85
86N: Louis Gerbarg
87D: Portions of the PowerPC backend
88
89N: Saem Ghani
90E: saemghani@gmail.com
91D: Callgraph class cleanups
92
93N: Dan Gohman
94E: djg@cray.com
95D: Miscellaneous bug fixes
96
97N: Paolo Invernizzi
98E: arathorn@fastwebnet.it
99D: Visual C++ compatibility fixes 
100
101N: Patrick Jenkins
102E: patjenk@wam.umd.edu
103D: Nightly Tester
104
105N: Brad Jones
106E: kungfoomaster@nondot.org
107D: Support for packed types
108
109N: Eric Kidd
110W: http://randomhacks.net/
111D: llvm-config script
112
113N: Anton Korobeynikov
114E: asl@math.spbu.ru
115D: Mingw32 fixes, cross-compiling support, minor changes here and there
116
117N: Sumant Kowshik
118E: kowshik@uiuc.edu
119D: Author of the original C backend
120
121N: Christopher Lamb
122E: christopher.lamb@gmail.com
123D: aligned load/store support
124
125N: Jim Laskey
126E: jlaskey@apple.com
127D: Improvements to the PPC backend, instruction scheduling
128D: Debug and Dwarf implementation
129D: Auto upgrade mangler 
130D: llvm-gcc4 svn wrangler
131
132N: Chris Lattner
133E: sabre@nondot.org
134W: http://nondot.org/~sabre/
135D: Primary architect of LLVM
136
137N: Tanya Lattner (formerly Tanya Brethour)
138E: tonic@nondot.org
139W: http://nondot.org/~tonic/
140D: The initial llvm-ar tool, converted regression testsuite to dejagnu
141D: Modulo scheduling in the SparcV9 backend
142D: Release manager (1.7+)
143
144N: Andrew Lenharth
145E: alenhar2@cs.uiuc.edu
146W: http://www.lenharth.org/~andrewl/
147D: Alpha backend
148D: Sampling based profiling
149
150N: Nick Lewycky
151E: nicholas@mxc.ca
152D: PredicateSimplifier pass
153
154N: Duraid Madina
155E: duraid@octopus.com.au
156W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
157D: IA64 backend
158
159N: Michael McCracken
160E: michael.mccracken@gmail.com
161D: Line number support for llvmgcc
162
163N: Vladimir Merzliakov
164E: wanderer@rsu.ru
165D: Test suite fixes for FreeBSD
166
167N: Morten Ofstad
168E: morten@hue.no
169D: Visual C++ compatibility fixes 
170
171N: Vladimir Prus
172W: http://vladimir_prus.blogspot.com
173E: ghost@cs.msu.su
174D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
175
176N: Roman Samoilov
177E: roman@codedgers.com
178D: MSIL backend
179
180N: Duncan Sands
181E: baldrick@free.fr
182D: Ada front-end
183
184N: Ruchira Sasanka
185E: sasanka@uiuc.edu
186D: Graph coloring register allocator for the Sparc64 backend
187
188N: Anand Shukla
189E: ashukla@cs.uiuc.edu
190D: The `paths' pass
191
192N: Reid Spencer
193E: rspencer@reidspencer.com
194W: http://reidspencer.com/
195D: Stacker, llvmc, llvm-ld, llvm-ar, llvm2cpp, lib/Archive, lib/Linker, 
196D: lib/System, bytecode enhancements, symtab hacking, unoverloading of 
197D: intrinsics, makefile and configuration system, documentation, various bug 
198D: fixing.
199
200N: Adam Treat
201E: manyoso@yahoo.com
202D: C++ bugs filed, and C++ front-end bug fixes.
203
204N: Bill Wendling
205E: isanbard@gmail.com
206W: http://web.mac.com/bwendling/
207D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.
208