]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - CREDITS.TXT
Cleanup testcase and ensure we actually exercise the inliner.
[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), snail-mail address
9 (S), and (I) IRC handle.
12 N: Vikram Adve
13 E: vadve@cs.uiuc.edu
14 W: http://www.cs.uiuc.edu/~vadve/
15 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
17 N: Owen Anderson
18 E: resistor@mac.com
19 D: LCSSA pass and related LoopUnswitch work
20 D: GVNPRE pass, DataLayout refactoring, random improvements
22 N: Henrik Bach
23 D: MingW Win32 API portability layer
25 N: Aaron Ballman
26 E: aaron@aaronballman.com
27 D: __declspec attributes, Windows support, general bug fixing
29 N: Nate Begeman
30 E: natebegeman@mac.com
31 D: PowerPC backend developer
32 D: Target-independent code generator and analysis improvements
34 N: Daniel Berlin
35 E: dberlin@dberlin.org
36 D: ET-Forest implementation.
37 D: Sparse bitmap
39 N: David Blaikie
40 E: dblaikie@gmail.com
41 D: General bug fixing/fit & finish, mostly in Clang
43 N: Neil Booth
44 E: neil@daikokuya.co.uk
45 D: APFloat implementation.
47 N: Misha Brukman
48 E: brukman+llvm@uiuc.edu
49 W: http://misha.brukman.net
50 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
51 D: Incremental bitcode loader
53 N: Cameron Buschardt
54 E: buschard@uiuc.edu
55 D: The `mem2reg' pass - promotes values stored in memory to registers
57 N: Brendon Cahoon
58 E: bcahoon@codeaurora.org
59 D: Loop unrolling with run-time trip counts.
61 N: Chandler Carruth
62 E: chandlerc@gmail.com
63 E: chandlerc@google.com
64 D: Hashing algorithms and interfaces
65 D: Inline cost analysis
66 D: Machine block placement pass
67 D: SROA
69 N: Casey Carter
70 E: ccarter@uiuc.edu
71 D: Fixes to the Reassociation pass, various improvement patches
73 N: Evan Cheng
74 E: evan.cheng@apple.com
75 D: ARM and X86 backends
76 D: Instruction scheduler improvements
77 D: Register allocator improvements
78 D: Loop optimizer improvements
79 D: Target-independent code generator improvements
81 N: Dan Villiom Podlaski Christiansen
82 E: danchr@gmail.com
83 E: danchr@cs.au.dk
84 W: http://villiom.dk
85 D: LLVM Makefile improvements
86 D: Clang diagnostic & driver tweaks
87 S: Aarhus, Denmark
89 N: Jeff Cohen
90 E: jeffc@jolt-lang.org
91 W: http://jolt-lang.org
92 D: Native Win32 API portability layer
94 N: John T. Criswell
95 E: criswell@uiuc.edu
96 D: Original Autoconf support, documentation improvements, bug fixes
98 N: Anshuman Dasgupta
99 E: adasgupt@codeaurora.org
100 D: Deterministic finite automaton based infrastructure for VLIW packetization
102 N: Stefanus Du Toit
103 E: stefanus.du.toit@intel.com
104 D: Bug fixes and minor improvements
106 N: Rafael Avila de Espindola
107 E: rafael.espindola@gmail.com
108 D: The ARM backend
110 N: Alkis Evlogimenos
111 E: alkis@evlogimenos.com
112 D: Linear scan register allocator, many codegen improvements, Java frontend
114 N: Hal Finkel
115 E: hfinkel@anl.gov
116 D: Basic-block autovectorization, PowerPC backend improvements
118 N: Ryan Flynn
119 E: pizza@parseerror.com
120 D: Miscellaneous bug fixes
122 N: Brian Gaeke
123 E: gaeke@uiuc.edu
124 W: http://www.students.uiuc.edu/~gaeke/
125 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
126 D: Dynamic trace optimizer
127 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
129 N: Nicolas Geoffray
130 E: nicolas.geoffray@lip6.fr
131 W: http://www-src.lip6.fr/homepages/Nicolas.Geoffray/
132 D: PPC backend fixes for Linux
134 N: Louis Gerbarg
135 D: Portions of the PowerPC backend
137 N: Saem Ghani
138 E: saemghani@gmail.com
139 D: Callgraph class cleanups
141 N: Mikhail Glushenkov
142 E: foldr@codedgers.com
143 D: Author of llvmc2
145 N: Dan Gohman
146 E: dan433584@gmail.com
147 D: Miscellaneous bug fixes
149 N: David Goodwin
150 E: david@goodwinz.net
151 D: Thumb-2 code generator
153 N: David Greene
154 E: greened@obbligato.org
155 D: Miscellaneous bug fixes
156 D: Register allocation refactoring
158 N: Gabor Greif
159 E: ggreif@gmail.com
160 D: Improvements for space efficiency
162 N: James Grosbach
163 E: grosbach@apple.com
164 D: SjLj exception handling support
165 D: General fixes and improvements for the ARM back-end
166 D: MCJIT
167 D: ARM integrated assembler and assembly parser
169 N: Lang Hames
170 E: lhames@gmail.com
171 D: PBQP-based register allocator
173 N: Gordon Henriksen
174 E: gordonhenriksen@mac.com
175 D: Pluggable GC support
176 D: C interface
177 D: Ocaml bindings
179 N: Raul Fernandes Herbster
180 E: raul@dsc.ufcg.edu.br
181 D: JIT support for ARM
183 N: Paolo Invernizzi
184 E: arathorn@fastwebnet.it
185 D: Visual C++ compatibility fixes
187 N: Patrick Jenkins
188 E: patjenk@wam.umd.edu
189 D: Nightly Tester
191 N: Dale Johannesen
192 E: dalej@apple.com
193 D: ARM constant islands improvements
194 D: Tail merging improvements
195 D: Rewrite X87 back end
196 D: Use APFloat for floating point constants widely throughout compiler
197 D: Implement X87 long double
199 N: Brad Jones
200 E: kungfoomaster@nondot.org
201 D: Support for packed types
203 N: Rod Kay
204 E: rkay@auroraux.org
205 D: Author of LLVM Ada bindings
207 N: Eric Kidd
208 W: http://randomhacks.net/
209 D: llvm-config script
211 N: Anton Korobeynikov
212 E: asl@math.spbu.ru
213 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
214 D: x86/linux PIC codegen, aliases, regparm/visibility attributes
215 D: Switch lowering refactoring
217 N: Sumant Kowshik
218 E: kowshik@uiuc.edu
219 D: Author of the original C backend
221 N: Benjamin Kramer
222 E: benny.kra@gmail.com
223 D: Miscellaneous bug fixes
225 N: Sundeep Kushwaha
226 E: sundeepk@codeaurora.org
227 D: Implemented DFA-based target independent VLIW packetizer
229 N: Christopher Lamb
230 E: christopher.lamb@gmail.com
231 D: aligned load/store support, parts of noalias and restrict support
232 D: vreg subreg infrastructure, X86 codegen improvements based on subregs
233 D: address spaces
235 N: Jim Laskey
236 E: jlaskey@apple.com
237 D: Improvements to the PPC backend, instruction scheduling
238 D: Debug and Dwarf implementation
239 D: Auto upgrade mangler
240 D: llvm-gcc4 svn wrangler
242 N: Chris Lattner
243 E: sabre@nondot.org
244 W: http://nondot.org/~sabre/
245 D: Primary architect of LLVM
247 N: Tanya Lattner (Tanya Brethour)
248 E: tonic@nondot.org
249 W: http://nondot.org/~tonic/
250 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
251 D: Modulo scheduling in the SparcV9 backend
252 D: Release manager (1.7+)
254 N: Sylvestre Ledru
255 E: sylvestre@debian.org
256 W: http://sylvesre.ledru.info/
257 D: Debian and Ubuntu packaging
258 D: Continous integration with jenkins
260 N: Andrew Lenharth
261 E: alenhar2@cs.uiuc.edu
262 W: http://www.lenharth.org/~andrewl/
263 D: Alpha backend
264 D: Sampling based profiling
266 N: Nick Lewycky
267 E: nicholas@mxc.ca
268 D: PredicateSimplifier pass
270 N: Tony Linthicum, et. al.
271 E: tlinth@codeaurora.org
272 D: Backend for Qualcomm's Hexagon VLIW processor.
274 N: Bruno Cardoso Lopes
275 E: bruno.cardoso@gmail.com
276 W: http://www.brunocardoso.org
277 D: The Mips backend
279 N: Duraid Madina
280 E: duraid@octopus.com.au
281 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
282 D: IA64 backend, BigBlock register allocator
284 N: John McCall
285 E: rjmccall@apple.com
286 D: Clang semantic analysis and IR generation
288 N: Michael McCracken
289 E: michael.mccracken@gmail.com
290 D: Line number support for llvmgcc
292 N: Vladimir Merzliakov
293 E: wanderer@rsu.ru
294 D: Test suite fixes for FreeBSD
296 N: Scott Michel
297 E: scottm@aero.org
298 D: Added STI Cell SPU backend.
300 N: Kai Nacke
301 E: kai@redstar.de
302 D: Support for implicit TLS model used with MS VC runtime
304 N: Takumi Nakamura
305 E: geek4civic@gmail.com
306 E: chapuni@hf.rim.or.jp
307 D: Cygwin and MinGW support.
308 D: Win32 tweaks.
309 S: Yokohama, Japan
311 N: Edward O'Callaghan
312 E: eocallaghan@auroraux.org
313 W: http://www.auroraux.org
314 D: Add Clang support with various other improvements to utils/NewNightlyTest.pl
315 D: Fix and maintain Solaris & AuroraUX support for llvm, various build warnings
316 D: and error clean ups.
318 N: Morten Ofstad
319 E: morten@hue.no
320 D: Visual C++ compatibility fixes
322 N: Jakob Stoklund Olesen
323 E: stoklund@2pi.dk
324 D: Machine code verifier
325 D: Blackfin backend
326 D: Fast register allocator
327 D: Greedy register allocator
329 N: Richard Osborne
330 E: richard@xmos.com
331 D: XCore backend
333 N: Devang Patel
334 E: dpatel@apple.com
335 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
336 D: GCC PCH Integration (llvm-gcc), llvm-gcc improvements
337 D: Optimizer improvements, Loop Index Split
339 N: Wesley Peck
340 E: peckw@wesleypeck.com
341 W: http://wesleypeck.com/
342 D: MicroBlaze backend
344 N: Francois Pichet
345 E: pichet2000@gmail.com
346 D: MSVC support
348 N: Vladimir Prus
349 W: http://vladimir_prus.blogspot.com
350 E: ghost@cs.msu.su
351 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
353 N: Kalle Raiskila
354 E: kalle.rasikila@nokia.com
355 D: Some bugfixes to CellSPU
357 N: Xerxes Ranby
358 E: xerxes@zafena.se
359 D: Cmake dependency chain and various bug fixes
361 N: Alex Rosenberg
362 E: alexr@leftfield.org
363 I: arosenberg
364 D: ARM calling conventions rewrite, hard float support
366 N: Chad Rosier
367 E: mcrosier@apple.com
368 D: ARM fast-isel improvements
369 D: Performance monitoring
371 N: Nadav Rotem
372 E: nrotem@apple.com
373 D: X86 code generation improvements, Loop Vectorizer.
375 N: Roman Samoilov
376 E: roman@codedgers.com
377 D: MSIL backend
379 N: Duncan Sands
380 E: baldrick@free.fr
381 I: baldrick
382 D: Ada support in llvm-gcc
383 D: Dragonegg plugin
384 D: Exception handling improvements
385 D: Type legalizer rewrite
387 N: Ruchira Sasanka
388 E: sasanka@uiuc.edu
389 D: Graph coloring register allocator for the Sparc64 backend
391 N: Arnold Schwaighofer
392 E: arnold.schwaighofer@gmail.com
393 D: Tail call optimization for the x86 backend
395 N: Shantonu Sen
396 E: ssen@apple.com
397 D: Miscellaneous bug fixes
399 N: Anand Shukla
400 E: ashukla@cs.uiuc.edu
401 D: The `paths' pass
403 N: Michael J. Spencer
404 E: bigcheesegs@gmail.com
405 D: Shepherding Windows COFF support into MC.
406 D: Lots of Windows stuff.
408 N: Reid Spencer
409 E: rspencer@reidspencer.com
410 W: http://reidspencer.com/
411 D: Lots of stuff, see: http://wiki.llvm.org/index.php/User:Reid
413 N: Craig Topper
414 E: craig.topper@gmail.com
415 D: X86 codegen and disassembler improvements. AVX2 support.
417 N: Edwin Torok
418 E: edwintorok@gmail.com
419 D: Miscellaneous bug fixes
421 N: Adam Treat
422 E: manyoso@yahoo.com
423 D: C++ bugs filed, and C++ front-end bug fixes.
425 N: Lauro Ramos Venancio
426 E: lauro.venancio@indt.org.br
427 D: ARM backend improvements
428 D: Thread Local Storage implementation
430 N: Bill Wendling
431 E: wendling@apple.com
432 D: Release manager
433 D: Bunches of stuff
435 N: Bob Wilson
436 E: bob.wilson@acm.org
437 D: Advanced SIMD (NEON) support in the ARM backend