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