add Evan and Jim. Please edit your entries as desired.
[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: Misha Brukman
24 E: brukman+llvm@uiuc.edu
25 W: http://misha.brukman.net
26 D: Portions of X86 and Sparc JIT compilers, PowerPC backend
27 D: Incremental bytecode loader
28
29 N: Cameron Buschardt
30 E: buschard@uiuc.edu
31 D: The `mem2reg' pass - promotes values stored in memory to registers
32
33 N: Casey Carter
34 E: ccarter@uiuc.edu
35 D: Fixes to the Reassociation pass, various improvement patches
36
37 N: Evan Cheng
38 E: evan.cheng@apple.com
39 D: X86 backend improvements
40
41 N: Jeff Cohen
42 E: jeffc@jolt-lang.org
43 W: http://jolt-lang.org
44 D: Native Win32 API portability layer
45
46 N: John T. Criswell
47 E: criswell@uiuc.edu
48 D: Autoconf support, QMTest database, documentation improvements
49
50 N: Alkis Evlogimenos
51 E: alkis@evlogimenos.com
52 D: Linear scan register allocator, many codegen improvements, Java frontend
53
54 N: Brian Gaeke
55 E: gaeke@uiuc.edu
56 W: http://www.students.uiuc.edu/~gaeke/
57 D: Portions of X86 static and JIT compilers; SparcV8 backend
58 D: Dynamic trace optimizer 
59 D: FreeBSD/X86 compatibility fixes, the llvm-nm tool
60
61 N: Louis Gerbarg
62 D: Portions of the PowerPC backend
63
64 N: Paolo Invernizzi
65 E: arathorn@fastwebnet.it
66 D: Visual C++ compatibility fixes 
67
68 N: Brad Jones
69 E: kungfoomaster@nondot.org
70 D: Support for packed types
71
72 N: Sumant Kowshik
73 E: kowshik@uiuc.edu
74 D: Author of the original C backend
75
76 N: Jim Laskey
77 E: jlaskey@apple.com
78 D: Improvements to the PPC backend, instruction scheduling
79
80 N: Chris Lattner
81 E: sabre@nondot.org
82 W: http://nondot.org/~sabre/
83 D: Primary architect of LLVM
84
85 N: Tanya Lattner (formerly Tanya Brethour)
86 E: tonic@nondot.org
87 W: http://nondot.org/~tonic/
88 D: The initial llvm-ar tool, converted regression testsuite to dejagnu
89 D: Modulo scheduling in the SparcV9 backend
90
91 N: Andrew Lenharth
92 E: alenhar2@cs.uiuc.edu
93 W: http://www.lenharth.org/~andrewl/
94 D: Alpha backend
95
96 N: Duraid Madina
97 E: duraid@octopus.com.au
98 W: http://kinoko.c.u-tokyo.ac.jp/~duraid/
99 D: IA64 backend
100
101 N: Michael McCracken
102 E: michael.mccracken@gmail.com
103 D: Line number support for llvmgcc
104
105 N: Vladimir Merzliakov
106 E: wanderer@rsu.ru
107 D: Test suite fixes for FreeBSD
108
109 N: Morten Ofstad
110 E: morten@hue.no
111 D: Visual C++ compatibility fixes 
112
113 N: Vladimir Prus
114 E: ghost@cs.msu.su
115 D: Made inst_iterator behave like a proper iterator, LowerConstantExprs pass
116
117 N: Ruchira Sasanka
118 E: sasanka@uiuc.edu
119 D: Graph coloring register allocator for the Sparc64 backend
120
121 N: Anand Shukla
122 E: ashukla@cs.uiuc.edu
123 D: The `paths' pass
124
125 N: Reid Spencer
126 E: rspencer@x10sys.com
127 W: http://llvm.x10sys.com/rspencer
128 D: Stacker, llvmc, bytecode, other. See web page for current notes.
129
130 N: Adam Treat
131 E: manyoso@yahoo.com
132 D: C++ bugs filed, and C++ front-end bug fixes.
133
134 N: Bill Wendling
135 E: wendling@isanbard.org
136 D: The `Lower Setjmp/Longjmp' pass, improvements to the -lowerswitch pass.