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