Add myself to the credits.
[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: Owen Anderson
17 E: resistor@mac.com
18 D: TargetData refactoring, random improvements
19
20 N: Henrik Bach
21 D: MingW Win32 API portability layer
22
23 N: Nate Begeman
24 E: natebegeman@mac.com
25 D: PowerPC backend developer
26 D: Target-independent code generator and analysis improvements
27
28 N: Daniel Berlin
29 E: dberlin@dberlin.org
30 D: ET-Forest implementation.
31
32 N: Misha Brukman
33 E: brukman+llvm@uiuc.edu
34 W: http://misha.brukman.net
35 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
36 D: Incremental bytecode loader
37
38 N: Cameron Buschardt
39 E: buschard@uiuc.edu
40 D: The `mem2reg' pass - promotes values stored in memory to registers
41
42 N: Casey Carter
43 E: ccarter@uiuc.edu
44 D: Fixes to the Reassociation pass, various improvement patches
45
46 N: Evan Cheng
47 E: evan.cheng@apple.com
48 D: X86 backend developer
49 D: Instruction scheduler improvements
50 D: Loop optimizer improvements
51 D: Target-independent code generator improvements
52
53 N: Jeff Cohen
54 E: jeffc@jolt-lang.org
55 W: http://jolt-lang.org
56 D: Native Win32 API portability layer
57
58 N: John T. Criswell
59 E: criswell@uiuc.edu
60 D: Autoconf support, QMTest database, documentation improvements
61
62 N: Rafael Avila de Espindola
63 E: rafael.espindola@gmail.com
64 D: The ARM backend
65
66 N: Alkis Evlogimenos
67 E: alkis@evlogimenos.com
68 D: Linear scan register allocator, many codegen improvements, Java frontend
69
70 N: Brian Gaeke
71 E: gaeke@uiuc.edu
72 W: http://www.students.uiuc.edu/~gaeke/
73 D: Portions of X86 static and JIT compilers; initial SparcV8 backend
74 D: Dynamic trace optimizer 
75 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
76
77 N: Louis Gerbarg
78 D: Portions of the PowerPC backend
79
80 N: Saem Ghani
81 E: saemghani@gmail.com
82 D: Callgraph class cleanups
83
84 N: Paolo Invernizzi
85 E: arathorn@fastwebnet.it
86 D: Visual C++ compatibility fixes 
87
88 N: Brad Jones
89 E: kungfoomaster@nondot.org
90 D: Support for packed types
91
92 N: Eric Kidd
93 W: http://randomhacks.net/
94 D: llvm-config script
95
96 N: Sumant Kowshik
97 E: kowshik@uiuc.edu
98 D: Author of the original C backend
99
100 N: Jim Laskey
101 E: jlaskey@apple.com
102 D: Improvements to the PPC backend, instruction scheduling
103 D: Debug implementation, Dwarf implementation
104
105 N: Chris Lattner
106 E: sabre@nondot.org
107 W: http://nondot.org/~sabre/
108 D: Primary architect of LLVM
109
110 N: Tanya Lattner (formerly Tanya Brethour)
111 E: tonic@nondot.org
112 W: http://nondot.org/~tonic/
113 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
114 D: Modulo scheduling in the SparcV9 backend
115
116 N: Andrew Lenharth
117 E: alenhar2@cs.uiuc.edu
118 W: http://www.lenharth.org/~andrewl/
119 D: Alpha backend
120 D: Sampling based profiling
121
122 N: Duraid Madina
123 E: duraid@octopus.com.au
124 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
125 D: IA64 backend
126
127 N: Michael McCracken
128 E: michael.mccracken@gmail.com
129 D: Line number support for llvmgcc
130
131 N: Vladimir Merzliakov
132 E: wanderer@rsu.ru
133 D: Test suite fixes for FreeBSD
134
135 N: Morten Ofstad
136 E: morten@hue.no
137 D: Visual C++ compatibility fixes 
138
139 N: Vladimir Prus
140 E: ghost@cs.msu.su
141 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
142
143 N: Ruchira Sasanka
144 E: sasanka@uiuc.edu
145 D: Graph coloring register allocator for the Sparc64 backend
146
147 N: Anand Shukla
148 E: ashukla@cs.uiuc.edu
149 D: The `paths' pass
150
151 N: Reid Spencer
152 E: rspencer@x10sys.com
153 W: http://llvm.x10sys.com/rspencer
154 D: Stacker, llvmc, llvm-ld, llvm-ar, lib/Archive, lib/Linker, lib/System, 
155 D: bytecode enhancements, symtab hacking, unoverloading of intrinsics, makefile 
156 D: and configuration system, documentation.
157
158 N: Adam Treat
159 E: manyoso@yahoo.com
160 D: C++ bugs filed, and C++ front-end bug fixes.
161
162 N: Bill Wendling
163 E: wendling@isanbard.org
164 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.