]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - CREDITS.TXT
Test commit
[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: Ryan Flynn
94 E: pizza@parseerror.com
95 D: Miscellaneous bug fixes
97 N: Brian Gaeke
98 E: gaeke@uiuc.edu
99 W: http://www.students.uiuc.edu/~gaeke/
100 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
101 D: Dynamic trace optimizer
102 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
104 N: Nicolas Geoffray
105 E: nicolas.geoffray@lip6.fr
106 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
107 D: PPC backend fixes for Linux
109 N: Louis Gerbarg
110 D: Portions of the PowerPC backend
112 N: Saem Ghani
113 E: saemghani@gmail.com
114 D: Callgraph class cleanups
116 N: Mikhail Glushenkov
117 E: foldr@codedgers.com
118 D: Author of llvmc2
120 N: Dan Gohman
121 E: gohman@apple.com
122 D: Miscellaneous bug fixes
124 N: David Goodwin
125 E: david@goodwinz.net
126 D: Thumb-2 code generator
128 N: David Greene
129 E: greened@obbligato.org
130 D: Miscellaneous bug fixes
131 D: Register allocation refactoring
133 N: Gabor Greif
134 E: ggreif@gmail.com
135 D: Improvements for space efficiency
137 N: Lang Hames
138 E: lhames@gmail.com
139 D: PBQP-based register allocator
141 N: Gordon Henriksen
142 E: gordonhenriksen@mac.com
143 D: Pluggable GC support
144 D: C interface
145 D: Ocaml bindings
147 N: Raul Fernandes Herbster
148 E: raul@dsc.ufcg.edu.br
149 D: JIT support for ARM
151 N: Paolo Invernizzi
152 E: arathorn@fastwebnet.it
153 D: Visual C++ compatibility fixes
155 N: Patrick Jenkins
156 E: patjenk@wam.umd.edu
157 D: Nightly Tester
159 N: Dale Johannesen
160 E: dalej@apple.com
161 D: ARM constant islands improvements
162 D: Tail merging improvements
163 D: Rewrite X87 back end
164 D: Use APFloat for floating point constants widely throughout compiler
165 D: Implement X87 long double
167 N: Brad Jones
168 E: kungfoomaster@nondot.org
169 D: Support for packed types
171 N: Rod Kay
172 E: rkay@auroraux.org
173 D: Author of LLVM Ada bindings
175 N: Eric Kidd
176 W: http://randomhacks.net/
177 D: llvm-config script
179 N: Anton Korobeynikov
180 E: asl@math.spbu.ru
181 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
182 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
183 D: Switch lowering refactoring
185 N: Sumant Kowshik
186 E: kowshik@uiuc.edu
187 D: Author of the original C backend
189 N: Benjamin Kramer
190 E: benny.kra@gmail.com
191 D: Miscellaneous bug fixes
193 N: Christopher Lamb
194 E: christopher.lamb@gmail.com
195 D: aligned load/store support, parts of noalias and restrict support
196 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
197 D: address spaces
199 N: Jim Laskey
200 E: jlaskey@apple.com
201 D: Improvements to the PPC backend, instruction scheduling
202 D: Debug and Dwarf implementation
203 D: Auto upgrade mangler
204 D: llvm-gcc4 svn wrangler
206 N: Chris Lattner
207 E: sabre@nondot.org
208 W: http://nondot.org/~sabre/
209 D: Primary architect of LLVM
211 N: Tanya Lattner (Tanya Brethour)
212 E: tonic@nondot.org
213 W: http://nondot.org/~tonic/
214 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
215 D: Modulo scheduling in the SparcV9 backend
216 D: Release manager (1.7+)
218 N: Andrew Lenharth
219 E: alenhar2@cs.uiuc.edu
220 W: http://www.lenharth.org/~andrewl/
221 D: Alpha backend
222 D: Sampling based profiling
224 N: Nick Lewycky
225 E: nicholas@mxc.ca
226 D: PredicateSimplifier pass
228 N: Bruno Cardoso Lopes
229 E: bruno.cardoso@gmail.com
230 W: http://www.brunocardoso.org
231 D: The Mips backend
233 N: Duraid Madina
234 E: duraid@octopus.com.au
235 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
236 D: IA64 backend, BigBlock register allocator
238 N: Michael McCracken
239 E: michael.mccracken@gmail.com
240 D: Line number support for llvmgcc
242 N: Vladimir Merzliakov
243 E: wanderer@rsu.ru
244 D: Test suite fixes for FreeBSD
246 N: Scott Michel
247 E: scottm@aero.org
248 D: Added STI Cell SPU backend.
250 N: Edward O'Callaghan
251 E: eocallaghan@auroraux.org
252 W: http://www.auroraux.org
253 D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
254 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
255 D: and error clean ups.
257 N: Morten Ofstad
258 E: morten@hue.no
259 D: Visual C++ compatibility fixes
261 N: Jakob Stoklund Olesen
262 E: stoklund@2pi.dk
263 D: Machine code verifier
264 D: Blackfin backend
266 N: Richard Osborne
267 E: richard@xmos.com
268 D: XCore backend
270 N: Devang Patel
271 E: dpatel@apple.com
272 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
273 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
274 D: Optimizer improvements, Loop Index Split
276 N: Sandeep Patel
277 E: deeppatel1987@gmail.com
278 D: ARM calling conventions rewrite, hard float support
280 N: Vladimir Prus
281 W: http://vladimir_prus.blogspot.com
282 E: ghost@cs.msu.su
283 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
285 N: Roman Samoilov
286 E: roman@codedgers.com
287 D: MSIL backend
289 N: Duncan Sands
290 E: baldrick@free.fr
291 D: Ada front-end, exception handling improvements
293 N: Ruchira Sasanka
294 E: sasanka@uiuc.edu
295 D: Graph coloring register allocator for the Sparc64 backend
297 N: Arnold Schwaighofer
298 E: arnold.schwaighofer@gmail.com
299 D: Tail call optimization for the x86 backend
301 N: Shantonu Sen
302 E: ssen@apple.com
303 D: Miscellaneous bug fixes
305 N: Anand Shukla
306 E: ashukla@cs.uiuc.edu
307 D: The `paths' pass
309 N: Reid Spencer
310 E: rspencer@reidspencer.com
311 W: http://reidspencer.com/
312 D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
314 N: Edwin Torok
315 E: edwintorok@gmail.com
316 D: Miscellaneous bug fixes
318 N: Adam Treat
319 E: manyoso@yahoo.com
320 D: C++ bugs filed, and C++ front-end bug fixes.
322 N: Lauro Ramos Venancio
323 E: lauro.venancio@indt.org.br
324 D: ARM backend improvements
325 D: Thread Local Storage implementation
327 N: Xerxes Ranby
328 E: xerxes@zafena.se
329 D: Cmake dependency chain and various bug fixes
331 N: Bill Wendling
332 E: isanbard@gmail.com
333 D: Bunches of stuff
335 N: Bob Wilson
336 E: bob.wilson@acm.org
337 D: Advanced SIMD (NEON) support in the ARM backend
339 N: Wesley Peck
340 E: peckw@wesleypeck.com
341 W: http://wesleypeck.com/
342 D: MicroBlaze backend
344 N: Michael J. Spencer
345 E: bigcheesegs@gmail.com
346 D: Shepherding Windows COFF support into MC.