]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - CREDITS.TXT
Add myself to blame file...
[opencl/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!
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).
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
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
21 N: Henrik Bach
22 D: MingW Win32 API portability layer
24 N: Nate Begeman
25 E: natebegeman@mac.com
26 D: PowerPC backend developer
27 D: Target-independent code generator and analysis improvements
29 N: Daniel Berlin
30 E: dberlin@dberlin.org
31 D: ET-Forest implementation.
32 D: Sparse bitmap
34 N: Neil Booth
35 E: neil@daikokuya.co.uk
36 D: APFloat implementation.
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
44 N: Cameron Buschardt
45 E: buschard@uiuc.edu
46 D: The `mem2reg' pass - promotes values stored in memory to registers
48 N: Chandler Carruth
49 E: chandlerc@gmail.com
50 D: LinkTimeOptimizer for Linux, via binutils integration, and C API
52 N: Casey Carter
53 E: ccarter@uiuc.edu
54 D: Fixes to the Reassociation pass, various improvement patches
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
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
72 N: Jeff Cohen
73 E: jeffc@jolt-lang.org
74 W: http://jolt-lang.org
75 D: Native Win32 API portability layer
77 N: John T. Criswell
78 E: criswell@uiuc.edu
79 D: Original Autoconf support, documentation improvements, bug fixes
81 N: Stefanus Du Toit
82 E: stefanus.dutoit@rapidmind.com
83 D: Bug fixes and minor improvements
85 N: Rafael Avila de Espindola
86 E: rafael.espindola@gmail.com
87 D: The ARM backend
89 N: Alkis Evlogimenos
90 E: alkis@evlogimenos.com
91 D: Linear scan register allocator, many codegen improvements, Java frontend
93 N: Brian Gaeke
94 E: gaeke@uiuc.edu
95 W: http://www.students.uiuc.edu/~gaeke/
96 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
97 D: Dynamic trace optimizer
98 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
100 N: Nicolas Geoffray
101 E: nicolas.geoffray@lip6.fr
102 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
103 D: PPC backend fixes for Linux
105 N: Louis Gerbarg
106 D: Portions of the PowerPC backend
108 N: Saem Ghani
109 E: saemghani@gmail.com
110 D: Callgraph class cleanups
112 N: Mikhail Glushenkov
113 E: foldr@codedgers.com
114 D: Author of llvmc2
116 N: Dan Gohman
117 E: gohman@apple.com
118 D: Miscellaneous bug fixes
120 N: David Greene
121 E: greened@obbligato.org
122 D: Miscellaneous bug fixes
123 D: Register allocation refactoring
125 N: Gabor Greif
126 E: ggreif@gmail.com
127 D: Improvements for space efficiency
129 N: Lang Hames
130 E: lhames@gmail.com
131 D: PBQP-based register allocator
133 N: Gordon Henriksen
134 E: gordonhenriksen@mac.com
135 D: Pluggable GC support
136 D: C interface
137 D: Ocaml bindings
139 N: Raul Fernandes Herbster
140 E: raul@dsc.ufcg.edu.br
141 D: JIT support for ARM
143 N: Paolo Invernizzi
144 E: arathorn@fastwebnet.it
145 D: Visual C++ compatibility fixes
147 N: Patrick Jenkins
148 E: patjenk@wam.umd.edu
149 D: Nightly Tester
151 N: Dale Johannesen
152 E: dalej@apple.com
153 D: ARM constant islands improvements
154 D: Tail merging improvements
155 D: Rewrite X87 back end
156 D: Use APFloat for floating point constants widely throughout compiler
157 D: Implement X87 long double
159 N: Brad Jones
160 E: kungfoomaster@nondot.org
161 D: Support for packed types
163 N: Eric Kidd
164 W: http://randomhacks.net/
165 D: llvm-config script
167 N: Anton Korobeynikov
168 E: asl@math.spbu.ru
169 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
170 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
171 D: Switch lowering refactoring
173 N: Sumant Kowshik
174 E: kowshik@uiuc.edu
175 D: Author of the original C backend
177 N: Christopher Lamb
178 E: christopher.lamb@gmail.com
179 D: aligned load/store support, parts of noalias and restrict support
180 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
181 D: address spaces
183 N: Jim Laskey
184 E: jlaskey@apple.com
185 D: Improvements to the PPC backend, instruction scheduling
186 D: Debug and Dwarf implementation
187 D: Auto upgrade mangler
188 D: llvm-gcc4 svn wrangler
190 N: Chris Lattner
191 E: sabre@nondot.org
192 W: http://nondot.org/~sabre/
193 D: Primary architect of LLVM
195 N: Tanya Lattner (Tanya Brethour)
196 E: tonic@nondot.org
197 W: http://nondot.org/~tonic/
198 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
199 D: Modulo scheduling in the SparcV9 backend
200 D: Release manager (1.7+)
202 N: Andrew Lenharth
203 E: alenhar2@cs.uiuc.edu
204 W: http://www.lenharth.org/~andrewl/
205 D: Alpha backend
206 D: Sampling based profiling
208 N: Nick Lewycky
209 E: nicholas@mxc.ca
210 D: PredicateSimplifier pass
212 N: Bruno Cardoso Lopes
213 E: bruno.cardoso@gmail.com
214 W: http://www.brunocardoso.org
215 D: The Mips backend
217 N: Duraid Madina
218 E: duraid@octopus.com.au
219 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
220 D: IA64 backend, BigBlock register allocator
222 N: Michael McCracken
223 E: michael.mccracken@gmail.com
224 D: Line number support for llvmgcc
226 N: Vladimir Merzliakov
227 E: wanderer@rsu.ru
228 D: Test suite fixes for FreeBSD
230 N: Scott Michel
231 E: scottm@aero.org
232 D: Added STI Cell SPU backend.
234 N: Edward O'Callaghan
235 E: eocallaghan@auroraux.org
236 W: http://www.auroraux.org
237 D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
238 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
239 D: and error clean ups.
241 N: Morten Ofstad
242 E: morten@hue.no
243 D: Visual C++ compatibility fixes
245 N: Richard Osborne
246 E: richard@xmos.com
247 D: XCore backend
249 N: Devang Patel
250 E: dpatel@apple.com
251 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
252 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
253 D: Optimizer improvements, Loop Index Split
255 N: Vladimir Prus
256 W: http://vladimir_prus.blogspot.com
257 E: ghost@cs.msu.su
258 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
260 N: Roman Samoilov
261 E: roman@codedgers.com
262 D: MSIL backend
264 N: Duncan Sands
265 E: baldrick@free.fr
266 D: Ada front-end, exception handling improvements
268 N: Ruchira Sasanka
269 E: sasanka@uiuc.edu
270 D: Graph coloring register allocator for the Sparc64 backend
272 N: Arnold Schwaighofer
273 E: arnold.schwaighofer@gmail.com
274 D: Tail call optimization for the x86 backend
276 N: Shantonu Sen
277 E: ssen@apple.com
278 D: Miscellaneous bug fixes
280 N: Anand Shukla
281 E: ashukla@cs.uiuc.edu
282 D: The `paths' pass
284 N: Reid Spencer
285 E: rspencer@reidspencer.com
286 W: http://reidspencer.com/
287 D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
289 N: Edwin Torok
290 E: edwintorok@gmail.com
291 D: Miscellaneous bug fixes
293 N: Adam Treat
294 E: manyoso@yahoo.com
295 D: C++ bugs filed, and C++ front-end bug fixes.
297 N: Lauro Ramos Venancio
298 E: lauro.venancio@indt.org.br
299 D: ARM backend improvements
300 D: Thread Local Storage implementation
302 N: Bill Wendling
303 E: isanbard@gmail.com
304 D: Bunches of stuff
306 N: Bob Wilson
307 E: bob.wilson@acm.org
308 D: Advanced SIMD (NEON) support in the ARM backend
310 N: David Goodwin
311 E: david@goodwinz.net
312 D: Thumb-2 code generator