Welcome 2007.
[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: X86 backend developer
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: Louis Gerbarg
82 D: Portions of the PowerPC backend
83
84 N: Saem Ghani
85 E: saemghani@gmail.com
86 D: Callgraph class cleanups
87
88 N: Paolo Invernizzi
89 E: arathorn@fastwebnet.it
90 D: Visual C++ compatibility fixes 
91
92 N: Patrick Jenkins
93 E: patjenk@wam.umd.edu
94 D: Nightly Tester
95
96 N: Brad Jones
97 E: kungfoomaster@nondot.org
98 D: Support for packed types
99
100 N: Eric Kidd
101 W: http://randomhacks.net/
102 D: llvm-config script
103
104 N: Anton Korobeynikov
105 E: asl@math.spbu.ru
106 D: Mingw32 fixes, cross-compiling support, minor changes here and there
107
108 N: Sumant Kowshik
109 E: kowshik@uiuc.edu
110 D: Author of the original C backend
111
112 N: Jim Laskey
113 E: jlaskey@apple.com
114 D: Improvements to the PPC backend, instruction scheduling
115 D: Debug and Dwarf implementation
116 D: Auto upgrade mangler 
117 D: llvm-gcc4 svn wrangler
118
119 N: Chris Lattner
120 E: sabre@nondot.org
121 W: http://nondot.org/~sabre/
122 D: Primary architect of LLVM
123
124 N: Tanya Lattner (formerly Tanya Brethour)
125 E: tonic@nondot.org
126 W: http://nondot.org/~tonic/
127 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
128 D: Modulo scheduling in the SparcV9 backend
129 D: Release manager (1.7+)
130
131 N: Andrew Lenharth
132 E: alenhar2@cs.uiuc.edu
133 W: http://www.lenharth.org/~andrewl/
134 D: Alpha backend
135 D: Sampling based profiling
136
137 N: Nick Lewycky
138 E: nicholas@mxc.ca
139 D: PredicateSimplifier pass
140
141 N: Duraid Madina
142 E: duraid@octopus.com.au
143 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
144 D: IA64 backend
145
146 N: Michael McCracken
147 E: michael.mccracken@gmail.com
148 D: Line number support for llvmgcc
149
150 N: Vladimir Merzliakov
151 E: wanderer@rsu.ru
152 D: Test suite fixes for FreeBSD
153
154 N: Morten Ofstad
155 E: morten@hue.no
156 D: Visual C++ compatibility fixes 
157
158 N: Vladimir Prus
159 W: http://vladimir_prus.blogspot.com
160 E: ghost@cs.msu.su
161 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
162
163 N: Ruchira Sasanka
164 E: sasanka@uiuc.edu
165 D: Graph coloring register allocator for the Sparc64 backend
166
167 N: Anand Shukla
168 E: ashukla@cs.uiuc.edu
169 D: The `paths' pass
170
171 N: Reid Spencer
172 E: rspencer@reidspencer.com
173 W: http://reidspencer.com/
174 D: Stacker, llvmc, llvm-ld, llvm-ar, llvm2cpp, lib/Archive, lib/Linker, 
175 D: lib/System, bytecode enhancements, symtab hacking, unoverloading of 
176 D: intrinsics, makefile and configuration system, documentation, various bug 
177 D: fixing.
178
179 N: Adam Treat
180 E: manyoso@yahoo.com
181 D: C++ bugs filed, and C++ front-end bug fixes.
182
183 N: Bill Wendling
184 E: isanbard@gmail.com
185 W: http://web.mac.com/bwendling/
186 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.