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