New entry.
[oota-llvm.git] / CREDITS.TXT
1 Inspired by the CREDITS file from the Linux source tree, this file is,
2 likewise, at least a partial list of people who have contributed to the LLVM
3 project. The format and the next paragraph are stolen directly from that file.
4
5 The list is sorted by name and formatted to allow easy grepping and
6 beautification by scripts.  The fields are: name (N), email (E), web-address
7 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
8 (S).
9
10 N: Vikram Adve
11 E: vadve@cs.uiuc.edu
12 W: http://www.cs.uiuc.edu/~vadve/
13 D: The Sparc64 backend, provider of much wisdom, and motivator for LLVM
14
15 N: Henrik Bach
16 D: MingW Win32 API portability layer
17
18 N: Nate Begeman
19 E: natebegeman@mac.com
20 D: Portions of the PowerPC backend
21
22 N: Tanya Brethour
23 E: tonic@nondot.org
24 W: http://nondot.org/~tonic/
25 D: The llvm-ar tool
26
27 N: Misha Brukman
28 E: brukman+llvm@uiuc.edu
29 W: http://misha.brukman.net
30 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
31 D: Incremental bytecode loader
32
33 N: Cameron Buschardt
34 E: buschard@uiuc.edu
35 D: The `mem2reg' pass - promotes values stored in memory to registers
36
37 N: Casey Carter
38 E: ccarter@uiuc.edu
39 D: Fixes to the Reassociation pass, various improvement patches
40
41 N: Jeff Cohen
42 D: Native Win32 API portability layer
43
44 N: John T. Criswell
45 E: criswell@uiuc.edu
46 D: Autoconf support, QMTest database, documentation improvements
47
48 N: Alkis Evlogimenos
49 E: alkis@evlogimenos.com
50 D: Linear scan register allocator, many codegen improvements, Java frontend
51
52 N: Brian Gaeke
53 E: gaeke@uiuc.edu
54 W: http://www.students.uiuc.edu/~gaeke/
55 D: Portions of X86 static and JIT compilers; SparcV8 backend
56 D: Dynamic trace optimizer 
57 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
58
59 N: Louis Gerbarg
60 D: Portions of the PowerPC backend
61
62 N: Paolo Invernizzi
63 E: arathorn@fastwebnet.it
64 D: Visual C++ compatibility fixes 
65
66 N: Brad Jones
67 E: kungfoomaster@nondot.org
68 D: Support for packed types
69
70 N: Sumant Kowshik
71 E: kowshik@uiuc.edu
72 D: Author of the original C backend
73
74 N: Chris Lattner
75 E: sabre@nondot.org
76 W: http://nondot.org/~sabre/
77 D: Primary architect of LLVM
78
79 N: Andrew Lenharth
80 E: alenhar2@cs.uiuc.edu
81 W: http://www.lenharth.org/~andrewl/
82 D: Alpha backend
83
84 N: Michael McCracken
85 E: michael.mccracken@gmail.com
86 D: Line number support for llvmgcc
87
88 N: Vladimir Merzliakov
89 E: wanderer@rsu.ru
90 D: Test suite fixes for FreeBSD
91
92 N: Morten Ofstad
93 E: morten@hue.no
94 D: Visual C++ compatibility fixes 
95
96 N: Vladimir Prus
97 E: ghost@cs.msu.su
98 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
99
100 N: Ruchira Sasanka
101 E: sasanka@uiuc.edu
102 D: Graph coloring register allocator for the Sparc64 backend
103
104 N: Anand Shukla
105 E: ashukla@cs.uiuc.edu
106 D: The `paths' pass
107
108 N: Reid Spencer
109 E: rspencer@x10sys.com
110 W: http://llvm.x10sys.com/rspencer
111 D: Stacker, llvmc, bytecode, other. See web page for current notes.
112
113 N: Adam Treat
114 E: manyoso@yahoo.com
115 D: C++ bugs filed, and C++ front-end bug fixes.
116
117 N: Bill Wendling
118 E: wendling@isanbard.org
119 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.