Add an entry
[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: Henrik Bach
17 D: MingW Win32 API portability layer
18
19 N: Nate Begeman
20 E: natebegeman@mac.com
21 D: Primary PowerPC backend developer
22
23 N: Daniel Berlin
24 E: dberlin@dberlin.org
25 D: ET-Forest implementation.
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: Evan Cheng
42 E: evan.cheng@apple.com
43 D: X86 backend improvements
44
45 N: Jeff Cohen
46 E: jeffc@jolt-lang.org
47 W: http://jolt-lang.org
48 D: Native Win32 API portability layer
49
50 N: John T. Criswell
51 E: criswell@uiuc.edu
52 D: Autoconf support, QMTest database, documentation improvements
53
54 N: Alkis Evlogimenos
55 E: alkis@evlogimenos.com
56 D: Linear scan register allocator, many codegen improvements, Java frontend
57
58 N: Brian Gaeke
59 E: gaeke@uiuc.edu
60 W: http://www.students.uiuc.edu/~gaeke/
61 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
62 D: Dynamic trace optimizer 
63 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
64
65 N: Louis Gerbarg
66 D: Portions of the PowerPC backend
67
68 N: Saem Ghani
69 E: saemghani@gmail.com
70 D: Callgraph class cleanups
71
72 N: Paolo Invernizzi
73 E: arathorn@fastwebnet.it
74 D: Visual C++ compatibility fixes 
75
76 N: Brad Jones
77 E: kungfoomaster@nondot.org
78 D: Support for packed types
79
80 N: Sumant Kowshik
81 E: kowshik@uiuc.edu
82 D: Author of the original C backend
83
84 N: Jim Laskey
85 E: jlaskey@apple.com
86 D: Improvements to the PPC backend, instruction scheduling
87
88 N: Chris Lattner
89 E: sabre@nondot.org
90 W: http://nondot.org/~sabre/
91 D: Primary architect of LLVM
92
93 N: Tanya Lattner (formerly Tanya Brethour)
94 E: tonic@nondot.org
95 W: http://nondot.org/~tonic/
96 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
97 D: Modulo scheduling in the SparcV9 backend
98
99 N: Andrew Lenharth
100 E: alenhar2@cs.uiuc.edu
101 W: http://www.lenharth.org/~andrewl/
102 D: Alpha backend
103
104 N: Duraid Madina
105 E: duraid@octopus.com.au
106 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
107 D: IA64 backend
108
109 N: Michael McCracken
110 E: michael.mccracken@gmail.com
111 D: Line number support for llvmgcc
112
113 N: Vladimir Merzliakov
114 E: wanderer@rsu.ru
115 D: Test suite fixes for FreeBSD
116
117 N: Morten Ofstad
118 E: morten@hue.no
119 D: Visual C++ compatibility fixes 
120
121 N: Vladimir Prus
122 E: ghost@cs.msu.su
123 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
124
125 N: Ruchira Sasanka
126 E: sasanka@uiuc.edu
127 D: Graph coloring register allocator for the Sparc64 backend
128
129 N: Anand Shukla
130 E: ashukla@cs.uiuc.edu
131 D: The `paths' pass
132
133 N: Reid Spencer
134 E: rspencer@x10sys.com
135 W: http://llvm.x10sys.com/rspencer
136 D: Stacker, llvmc, bytecode, other. See web page for current notes.
137
138 N: Adam Treat
139 E: manyoso@yahoo.com
140 D: C++ bugs filed, and C++ front-end bug fixes.
141
142 N: Bill Wendling
143 E: wendling@isanbard.org
144 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.